1. a2ba4b9 sfc: move some port link state/caps code by Alex Maftei (amaftei) · 5 years ago
  2. 43ad352 net: macb: add support for C45 MDIO read/write by Milind Parab · 5 years ago
  3. 4a4a52d vmxnet3: Remove always false conditional statement by yuehaibing · 5 years ago
  4. ea217e8 netronome: fix ipv6 link error by Arnd Bergmann · 5 years ago
  5. 112463d net: dsa: felix: fix link error by Arnd Bergmann · 5 years ago
  6. 09e6533 r8169: add constant EnAnaPLL by Heiner Kallweit · 5 years ago
  7. ac9c41d ethtool: potential NULL dereference in strset_prepare_data() by Dan Carpenter · 5 years ago
  8. d97772d ethtool: fix ->reply_size() error handling by Dan Carpenter · 5 years ago
  9. a6dd048 ethtool: fix a memory leak in ethnl_default_start() by Dan Carpenter · 5 years ago
  10. 78b6d07 Merge branch 'Broadcom-tags-support-for-531x5-539x-families' by David S. Miller · 5 years ago
  11. 8fab459 net: dsa: b53: Enable Broadcom tags for 531x5/539x families by Florian Fainelli · 5 years ago
  12. 4d77648 net: dsa: Get information about stacked DSA protocol by Florian Fainelli · 5 years ago
  13. 8d2ff12 Merge branch 'Devlink-notification-after-recovery-complete-by-bnxt_en-driver' by David S. Miller · 5 years ago
  14. 737d7a6 bnxt_en: Call recovery done after reset is successfully done by Vikas Gupta · 5 years ago
  15. 97ff3bd devlink: add devink notification when reporter update health state by Vikas Gupta · 5 years ago
  16. 6181e5c devlink: add support for reporter recovery completion by Vikas Gupta · 5 years ago
  17. 6ea0032 Merge branch 'reduce-open-coded-skb-next-access-for-gso-segment-walking' by David S. Miller · 5 years ago
  18. 66de4b1 net: iwlwifi: use skb_list_walk_safe helper for gso segments by Jason A. Donenfeld · 5 years ago
  19. 536577f net: myri10ge: use skb_list_walk_safe helper for gso segments by Jason A. Donenfeld · 5 years ago
  20. 69b4ed5 net: sfc: use skb_list_walk_safe helper for gso segments by Jason A. Donenfeld · 5 years ago
  21. 90919f1 net: sunvnet: use skb_list_walk_safe helper for gso segments by Jason A. Donenfeld · 5 years ago
  22. 9f07223 net: tg3: use skb_list_walk_safe helper for gso segments by Jason A. Donenfeld · 5 years ago
  23. 1d7a743 net: r8152: use skb_list_walk_safe helper for gso segments by Jason A. Donenfeld · 5 years ago
  24. 5643a55 net: tap: use skb_list_walk_safe helper for gso segments by Jason A. Donenfeld · 5 years ago
  25. dcfea72 net: introduce skb_list_walk_safe for skb segment walking by Jason A. Donenfeld · 5 years ago
  26. 542d306 socket: fix unused-function warning by Arnd Bergmann · 5 years ago
  27. daea5b4 Merge branch 'sfc-code-refactoring' by David S. Miller · 5 years ago
  28. 17d3b21 sfc: move common tx code by Alex Maftei (amaftei) · 5 years ago
  29. 1751cc3 sfc: move common rx code by Alex Maftei (amaftei) · 5 years ago
  30. 5f99925 sfc: move event queue management code by Alex Maftei (amaftei) · 5 years ago
  31. 37c45a4 sfc: move channel interrupt management code by Alex Maftei (amaftei) · 5 years ago
  32. 8397548 sfc: move channel alloc/removal code by Alex Maftei (amaftei) · 5 years ago
  33. e20ba5b sfc: move channel start/stop code by Alex Maftei (amaftei) · 5 years ago
  34. 768fd26 sfc: move some channel-related code by Alex Maftei (amaftei) · 5 years ago
  35. f182675 sfc: move struct init and fini code by Alex Maftei (amaftei) · 5 years ago
  36. 1eaf99f sfc: move some device reset code by Alex Maftei (amaftei) · 5 years ago
  37. 7ec3de4 sfc: move datapath management code by Alex Maftei (amaftei) · 5 years ago
  38. 473f5ed sfc: move mac configuration and status functions by Alex Maftei (amaftei) · 5 years ago
  39. 82c6448 sfc: move reset workqueue code by Alex Maftei (amaftei) · 5 years ago
  40. b194045 sfc: further preparation for code split by Alex Maftei (amaftei) · 5 years ago
  41. e1253f3 sfc: add new headers in preparation for code split by Alex Maftei (amaftei) · 5 years ago
  42. b9ae512 hsr: fix dummy hsr_debugfs_rename() declaration by Arnd Bergmann · 5 years ago
  43. 7c7b58d net/ncsi: Send device address as source address by Vijay Khemka · 5 years ago
  44. e102774 net: 3com: 3c59x: remove set but not used variable 'mii_reg1' by yu kuai · 5 years ago
  45. 94d3997 Merge tag 'mlx5-updates-2020-01-07' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 5 years ago
  46. 53ebeca net/rose: remove redundant assignment to variable failed by Colin Ian King · 5 years ago
  47. 1ece2fb ptp: clockmatrix: Rework clockmatrix version information. by Vincent Cheng · 5 years ago
  48. 4addbcb enetc: Fix inconsistent IS_ERR and PTR_ERR by YueHaibing · 5 years ago
  49. 0d6e5bf enetc: Fix an off by one in enetc_setup_tc_txtime() by Dan Carpenter · 5 years ago
  50. cbefe2c Merge branch 'Documentation-stmmac-documentation-improvements' by David S. Miller · 5 years ago
  51. b053b28 Documentation: networking: Add stmmac to device drivers list by Jose Abreu · 5 years ago
  52. 2ffebff Documentation: networking: Convert stmmac documentation to RST format by Jose Abreu · 5 years ago
  53. 1501125 MAINTAINERS: Add stmmac Ethernet driver documentation entry by Jose Abreu · 5 years ago
  54. c68d724 drivers: net: cisco_hdlc: use __func__ in debug message by Chen Zhou · 5 years ago
  55. 10332dc Merge branch 'net-ch9200-code-cleanup' by David S. Miller · 5 years ago
  56. 195234b net: ch9200: remove unnecessary return by Chen Zhou · 5 years ago
  57. e64dec8 net: ch9200: use __func__ in debug message by Chen Zhou · 5 years ago
  58. 58cf542 Merge branch 'ionic-driver-updates' by David S. Miller · 5 years ago
  59. 6be1a5c ionic: clear compiler warning on hb use before set by Shannon Nelson · 5 years ago
  60. c37d6e3 ionic: restrict received packets to mtu size by Shannon Nelson · 5 years ago
  61. 24cfa8c ionic: add Rx dropped packet counter by Shannon Nelson · 5 years ago
  62. 3daca28 ionic: drop use of subdevice tags by Shannon Nelson · 5 years ago
  63. 7ee3f6d net/mlx5: DR, Create multiple destination action from dr_create_fte by Alex Vesker · 5 years ago
  64. b8853c9 net/mlx5: DR, Add support for multiple destination table action by Alex Vesker · 5 years ago
  65. aec292e net/mlx5: DR, Align dest FT action creation to API by Alex Vesker · 5 years ago
  66. 988fd6b net/mlx5: DR, Pass table flags at creation to lower layer by Erez Shitrit · 5 years ago
  67. 34583be net/mlx5: DR, Create multi-destination table for SW-steering use by Erez Shitrit · 5 years ago
  68. 6de03d2 net/mlx5: DR, Create FTE entry in the FW from SW-steering by Erez Shitrit · 5 years ago
  69. cc78dbd net/mlx5: DR, Use attributes struct for FW flow table creation by Alex Vesker · 5 years ago
  70. 3ed87996 net/mlx5: Use async EQ setup cleanup helpers for multiple EQs by Parav Pandit · 5 years ago
  71. 7396ae3 net/mlx5: Reduce No CQ found log level from warn to debug by Parav Pandit · 5 years ago
  72. 57c7fce net/mlx5: Increase the max number of channels to 128 by Fan Li · 5 years ago
  73. 15fc92e net/mlx5e: Support accept action on nic table by Tonghao Zhang · 5 years ago
  74. 42ae1a5 mlx5: work around high stack usage with gcc by Arnd Bergmann · 5 years ago
  75. 8007880 net/mlx5: limit the function in local scope by Zhu Yanjun · 5 years ago
  76. 5528e0d Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 5 years ago
  77. 1b93518 Merge branch 'Unique-mv88e6xxx-IRQ-names' by David S. Miller · 5 years ago
  78. 8ddf0b5 net: dsa: mv88e6xxx: Unique ATU and VTU IRQ names by Andrew Lunn · 5 years ago
  79. 06acd11 net: dsa: mv88e6xxx: Unique g2 IRQ name by Andrew Lunn · 5 years ago
  80. 8b4db28 net: dsa: mv88e6xxx: Unique watchdog IRQ name by Andrew Lunn · 5 years ago
  81. e6f2f6b net: dsa: mv88e6xxx: Unique SERDES interrupt names by Andrew Lunn · 5 years ago
  82. 3095383 net: dsa: mv88e6xxx: Unique IRQ name by Andrew Lunn · 5 years ago
  83. a299df3 igc: Use Start of Packet signal from PHY for timestamping by Vinicius Costa Gomes · 5 years ago
  84. 60dbede igc: Add support for ethtool GET_TS_INFO command by Vinicius Costa Gomes · 5 years ago
  85. 2c344ae igc: Add support for TX timestamping by Vinicius Costa Gomes · 5 years ago
  86. 81b0552 igc: Add support for RX timestamping by Vinicius Costa Gomes · 5 years ago
  87. 50d3103 Merge branch 'ethtool-allow-nesting-of-begin-and-complete-callbacks' by David S. Miller · 5 years ago
  88. 4ac0ac8 epic100: allow nesting of ethtool_ops begin() and complete() by Michal Kubecek · 5 years ago
  89. 71f711a via-velocity: allow nesting of ethtool_ops begin() and complete() by Michal Kubecek · 5 years ago
  90. a69faa0 wil6210: get rid of begin() and complete() ethtool_ops by Michal Kubecek · 5 years ago
  91. 17aa23e fcnal-test: Fix vrf argument in local tcp tests by David Ahern · 5 years ago
  92. b289ba5 gtp: simplify error handling code in 'gtp_encap_enable()' by Christophe JAILLET · 5 years ago
  93. f233789 Merge branch 'mlxsw-Disable-checks-in-hardware-pipeline' by David S. Miller · 5 years ago
  94. ef11ffa selftests: forwarding: router: Add test case for destination IP link-local by Amit Cohen · 5 years ago
  95. ca360db mlxsw: spectrum: Disable DIP_LINK_LOCAL check in hardware pipeline by Amit Cohen · 5 years ago
  96. 6e734f8 selftests: forwarding: router: Add test case for source IP equals destination IP by Amit Cohen · 5 years ago
  97. e317b0f mlxsw: spectrum: Disable SIP_DIP check in hardware pipeline by Amit Cohen · 5 years ago
  98. 59b3a4f selftests: forwarding: router: Add test case for multicast destination MAC mismatch by Amit Cohen · 5 years ago
  99. 359ec56 mlxsw: spectrum: Disable MC_DMAC check in hardware pipeline by Amit Cohen · 5 years ago
  100. 383dbf7 selftests: forwarding: router: Add test case for source IP in class E by Amit Cohen · 5 years ago