1. 200d95f tcp: add TCPAckCompressed SNMP counter by Eric Dumazet · 6 years ago
  2. 5d9f426 tcp: add SACK compression by Eric Dumazet · 6 years ago
  3. a389363 tcp: do not force quickack when receiving out-of-order packets by Eric Dumazet · 6 years ago
  4. cf0dd20 tcp: use __sock_put() instead of sock_put() in tcp_clear_xmit_timers() by Eric Dumazet · 6 years ago
  5. 64a2658 net: mscc: Add SPDX identifier by Alexandre Belloni · 6 years ago
  6. 1015133 Merge branch 'stmmac-Clean-up-and-tune-up' by David S. Miller · 6 years ago
  7. 61fac60 net: stmmac: Remove if condition by taking advantage of hwif return code by Jose Abreu · 6 years ago
  8. d2df9ea net: stmmac: Let descriptor code get skbuff address by Jose Abreu · 6 years ago
  9. 357951c net: stmmac: Uniformize set_rx_owner() by Jose Abreu · 6 years ago
  10. f1565c6 net: stmmac: Remove uneeded check for GMAC version in stmmac_xmit by Jose Abreu · 6 years ago
  11. 24aaed0 net: stmmac: Uniformize the use of dma_init_* callbacks by Jose Abreu · 6 years ago
  12. 758d5c7 net: stmmac: Move PTP and MMC base address calculation to hwif.c by Jose Abreu · 6 years ago
  13. 63a550f net: stmmac: Remove uneeded checks for GMAC version by Jose Abreu · 6 years ago
  14. ab0204e net: stmmac: Uniformize the use of dma_{rx/tx}_mode callbacks by Jose Abreu · 6 years ago
  15. 44c67f8 net: stmmac: Let descriptor code clear the descriptor by Jose Abreu · 6 years ago
  16. 6844171 net: stmmac: Let descriptor code set skbuff address by Jose Abreu · 6 years ago
  17. 4ae0169 net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmit by Jose Abreu · 6 years ago
  18. 67e1c40 net: stmmac: Enable OSP for GMAC4 by Jose Abreu · 6 years ago
  19. 538e2de Merge branch 'net-Allow-more-drivers-with-COMPILE_TEST' by David S. Miller · 6 years ago
  20. 3c0596f net: phy: Allow MDIO_MOXART and MDIO_SUN4I with COMPILE_TEST by Florian Fainelli · 6 years ago
  21. 78cc6e7 net: ethernet: freescale: Allow FEC with COMPILE_TEST by Florian Fainelli · 6 years ago
  22. 2652113 net: ethernet: ti: Allow most drivers with COMPILE_TEST by Florian Fainelli · 6 years ago
  23. 33fa382 vlan: Add extack messages for link create by David Ahern · 6 years ago
  24. 8a86339 qede: Add build_skb() support. by Manish Chopra · 6 years ago
  25. 56a9a9e Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 6 years ago
  26. 7c5995b tc-testing: fixed copy-pasting error in ife tests by Roman Mashak · 6 years ago
  27. 990a9d4 net/ncsi: prevent a couple array underflows by Dan Carpenter · 6 years ago
  28. be7f3e5 net/smc: init conn.tx_work & conn.send_lock sooner by Eric Dumazet · 6 years ago
  29. 3b734ff nfp: flower: fix error path during representor creation by Jiri Pirko · 6 years ago
  30. 6d9f868 Merge branch 'mvpp2-small-improvements' by David S. Miller · 6 years ago
  31. 934e0f8 net: mvpp2: print rx error with rate-limit by Yan Markman · 6 years ago
  32. 5b0ab2f net: mvpp2: set mac address does not require the stop/start sequence by Yan Markman · 6 years ago
  33. 914365f net: mvpp2: avoid checking for free aggregated descriptors twice by Yan Markman · 6 years ago
  34. 808e2fc Merge branch 'mvpp2-phylink-conversion' by David S. Miller · 6 years ago
  35. a6fe31d net: mvpp2: 2500baseX support by Antoine Tenart · 6 years ago
  36. d97c9f4 net: mvpp2: 1000baseX support by Antoine Tenart · 6 years ago
  37. 9ad8bd8 phy: cp110-comphy: 2.5G SGMII mode by Antoine Tenart · 6 years ago
  38. 5490b87 phy: add 2.5G SGMII mode to the phy_mode enum by Antoine Tenart · 6 years ago
  39. 4bb0432 net: mvpp2: phylink support by Antoine Tenart · 6 years ago
  40. dcd3e73 net: mvpp2: align the ethtool ops definition by Antoine Tenart · 6 years ago
  41. a564b65 Merge tag 'wireless-drivers-next-for-davem-2018-05-17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 6 years ago
  42. 93c65d1 vmxnet3: Replace msleep(1) with usleep_range() by YueHaibing · 6 years ago
  43. 7e878b6 bonding: introduce link change helper by Tonghao Zhang · 6 years ago
  44. 10e361e Merge branch 'tcp-default-RACK-loss-recovery' by David S. Miller · 6 years ago
  45. 56f8c5d tcp: don't mark recently sent packets lost on RTO by Yuchung Cheng · 6 years ago
  46. b8fef65 tcp: new helper tcp_rack_skb_timeout by Yuchung Cheng · 6 years ago
  47. c77d62f tcp: separate loss marking and state update on RTO by Yuchung Cheng · 6 years ago
  48. 2ad55f5 tcp: new helper tcp_timeout_mark_lost by Yuchung Cheng · 6 years ago
  49. d716bfd tcp: account lost retransmit after timeout by Yuchung Cheng · 6 years ago
  50. 6ac06ec tcp: simpler NewReno implementation by Yuchung Cheng · 6 years ago
  51. b38a51f tcp: disable RFC6675 loss detection by Yuchung Cheng · 6 years ago
  52. 20b654d tcp: support DUPACK threshold in RACK by Yuchung Cheng · 6 years ago
  53. 9611d6d net: ethernet: ti: cpsw: disable mq feature for "AM33xx ES1.0" devices by Ivan Khoronzhuk · 6 years ago
  54. 4b9c776 Merge branch 'sched-refactor-NOLOCK-qdiscs' by David S. Miller · 6 years ago
  55. 021a17e pfifo_fast: drop unneeded additional lock on dequeue by Paolo Abeni · 6 years ago
  56. 96009c7 sched: replace __QDISC_STATE_RUNNING bit with a spin lock by Paolo Abeni · 6 years ago
  57. 43c89b1 ice: Update NVM AQ command functions by Anirudh Venkataramanan · 7 years ago
  58. 6e7d0ba ixgbevf: fix MAC address changes through ixgbevf_set_mac() by Emil Tantilov · 6 years ago
  59. a8d9bb3 ixgbe: force VF to grab new MAC on driver reload by Emil Tantilov · 6 years ago
  60. 6710f97 ixgbe: release lock for the duration of ixgbe_suspend_close() by Pavel Tatashin · 6 years ago
  61. b212d81 ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device by Mauro S M Rodrigues · 6 years ago
  62. 9cfbfa7 ixgbe: cleanup sparse warnings by Cathy Zhou · 7 years ago
  63. b9f672a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  64. e23afe5 bpf: sockmap, on update propagate errors back to userspace by John Fastabend · 6 years ago
  65. 683d2ac bpf: fix sock hashmap kmalloc warning by Yonghong Song · 6 years ago
  66. f0307a7 libbpf: add ifindex to enable offload support by David Beckett · 6 years ago
  67. be2d04d bpf: add __printf verification to bpf_verifier_vlog by Mathieu Malaterre · 6 years ago
  68. 44edef7 samples/bpf: Decrement ttl in fib forwarding example by David Ahern · 6 years ago
  69. 5b26ace Merge branch 'bpf-sock-hashmap' by Daniel Borkmann · 6 years ago
  70. 62c52d1 bpf: bpftool, support for sockhash by John Fastabend · 6 years ago
  71. b8b394f bpf: selftest additions for SOCKHASH by John Fastabend · 6 years ago
  72. 8e725f7 cxgb4: update LE-TCAM collection for T6 by Rahul Lakkireddy · 6 years ago
  73. 7e360d9 Merge branch 'qed-LL2-fixes' by David S. Miller · 6 years ago
  74. fc16f56 qed: Fix LL2 race during connection terminate by Michal Kalderon · 6 years ago
  75. 6291c60 qed: Fix possibility of list corruption during rmmod flows by Michal Kalderon · 6 years ago
  76. 974f6c0 qed: LL2 flush isles when connection is closed by Michal Kalderon · 6 years ago
  77. 76e597e net: ethoc: Remove useless test before clk_disable_unprepare by YueHaibing · 6 years ago
  78. 93120eb net: stmmac: Remove useless test before clk_disable_unprepare by YueHaibing · 6 years ago
  79. 9e6881d net: qcom/emac: Encapsulate sgmii ops under one structure by Hemanth Puranik · 6 years ago
  80. cfb3e08 Merge branch 'rmnet-next' by David S. Miller · 6 years ago
  81. 721ce0f net: qualcomm: rmnet: Remove redundant command check by Subash Abhinov Kasiviswanathan · 6 years ago
  82. bbde32d net: qualcomm: rmnet: Add support for ethtool private stats by Subash Abhinov Kasiviswanathan · 6 years ago
  83. 1eece79 net: qualcomm: rmnet: Capture all drops in transmit path by Subash Abhinov Kasiviswanathan · 6 years ago
  84. b0ec758 Merge branch 'of-mdio-Fall-back-to-mdiobus_register-with-NULL-device_node' by David S. Miller · 6 years ago
  85. 00e798c drivers: net: Remove device_node checks with of_mdiobus_register() by Florian Fainelli · 6 years ago
  86. 6d07a68 of: mdio: Fall back to mdiobus_register() with NULL device_node by Florian Fainelli · 6 years ago
  87. c6213eb net: ethernet: ti: cpsw-phy-sel: check bus_find_device() ret value by Grygorii Strashko · 6 years ago
  88. b3c898e Revert "bonding: allow carrier and link status to determine link state" by Debabrata Banerjee · 6 years ago
  89. 55df3e9 tc-testing: updated mirred and vlan with more tests by Roman Mashak · 6 years ago
  90. 2f42a12 tc-testing: fixed copy-pasting error in police tests by Roman Mashak · 6 years ago
  91. 32f7b44 sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpers by Paolo Abeni · 6 years ago
  92. 5a63f77 Merge branch 'bonding-performance-and-reliability' by David S. Miller · 6 years ago
  93. 1386c36b bonding: allow carrier and link status to determine link state by Debabrata Banerjee · 6 years ago
  94. e79c105 bonding: allow use of tx hashing in balance-alb by Debabrata Banerjee · 6 years ago
  95. cbeeea7 bonding: use common mac addr checks by Debabrata Banerjee · 6 years ago
  96. 2578041 bonding: don't queue up extraneous rlb updates by Debabrata Banerjee · 6 years ago
  97. 967c299 Merge branch 'net-smc-enhancements-2018-05-15' by David S. Miller · 6 years ago
  98. 517c300 net/smc: check for pending termination by Karsten Graul · 6 years ago
  99. 8f332a7 net/smc: drop messages when link state is inactive by Karsten Graul · 6 years ago
  100. 3cf52eb net/smc: set link inactive before calling smc_lgr_free() by Karsten Graul · 6 years ago