1. 102d412 ice: remove redundant assignment to variable xmit_done by Colin Ian King · 5 years ago
  2. ed5a3f6 ice: Removing hung_queue variable to use txqueue function parameter by Julio Faracco · 5 years ago
  3. 65279be i40e: Removing hung_queue variable to use txqueue function parameter by Julio Faracco · 5 years ago
  4. 2da259c fm10k: use txqueue parameter in fm10k_tx_timeout by Jacob Keller · 5 years ago
  5. bcb3244 igc: Add PHY power management control by Sasha Neftin · 5 years ago
  6. f38b782 igc: Add support for TSO by Sasha Neftin · 5 years ago
  7. 0e7d4b9 igc: Add SKU for i225 device by Sasha Neftin · 5 years ago
  8. 34e9c16 igc: Remove unused definition by Sasha Neftin · 5 years ago
  9. 93d85dc igc: Fix typo in a comment by Sasha Neftin · 5 years ago
  10. 56f200c netns: Constify exported functions by Guillaume Nault · 5 years ago
  11. 37fe45a net: dsa: felix: Don't error out on disabled ports with no phy-mode by Vladimir Oltean · 5 years ago
  12. 8c6123e net: dsa: felix: Don't restart PCS SGMII AN if not needed by Alex Marginean · 5 years ago
  13. 062a33b net: dsa: felix: Set USXGMII link based on BMSR, not LPA by Alex Marginean · 5 years ago
  14. 1d0ee02 Documentation: Fix typo in devlink documentation by Ido Schimmel · 5 years ago
  15. 90f29f0 enetc: Don't print from enetc_sched_speed_set when link goes down by Vladimir Oltean · 5 years ago
  16. aa63b94 net: phy: adin: const-ify static data by Alexandru Ardelean · 5 years ago
  17. 1f399fc drivers/net: netdevsim depends on INET by Hongbo Yao · 5 years ago
  18. 080bb35 net: phy: Maintain MDIO device and bus statistics by Florian Fainelli · 5 years ago
  19. 41cdc74 netdevsim: fix nsim_fib6_rt_create() error path by Eric Dumazet · 5 years ago
  20. f326597 net: xen-netback: hash.c: Use built-in RCU list checking by Madhuparna Bhowmik · 5 years ago
  21. 6bc8038 sfc: remove duplicated include from efx.c by YueHaibing · 5 years ago
  22. 1ccf6c1 devlink: fix typos in qed documentation by Jacob Keller · 5 years ago
  23. 43d28c6 pptp: support sockets bound to an interface by Ulrich Weber · 5 years ago
  24. 8fec380 Merge tag 'batadv-next-for-davem-20200114' of git://git.open-mesh.org/linux-merge by David S. Miller · 5 years ago
  25. 4e2fa6b Merge branch 'bridge-add-vlan-notifications-and-rtm-support' by David S. Miller · 5 years ago
  26. f545923 net: bridge: vlan: notify on vlan add/delete/change flags by Nikolay Aleksandrov · 5 years ago
  27. cf5bddb net: bridge: vlan: add rtnetlink group and notify support by Nikolay Aleksandrov · 5 years ago
  28. 0ab5587 net: bridge: vlan: add rtm range support by Nikolay Aleksandrov · 5 years ago
  29. adb3ce9 net: bridge: vlan: add del rtm message support by Nikolay Aleksandrov · 5 years ago
  30. f26b296 net: bridge: vlan: add new rtm message support by Nikolay Aleksandrov · 5 years ago
  31. 8dcea18 net: bridge: vlan: add rtm definitions and dump support by Nikolay Aleksandrov · 5 years ago
  32. 8f4cc94 net: bridge: netlink: add extack error messages when processing vlans by Nikolay Aleksandrov · 5 years ago
  33. 5a46fac net: bridge: vlan: add helpers to check for vlan id/range validity by Nikolay Aleksandrov · 5 years ago
  34. f6310b6 Merge branch 'net-Add-route-offload-indication' by David S. Miller · 5 years ago
  35. 212a37c selftests: mlxsw: Add test for FIB offload API by Ido Schimmel · 5 years ago
  36. ffdc514 selftests: netdevsim: Add test for FIB offload API by Ido Schimmel · 5 years ago
  37. c662455 selftests: forwarding: Add helpers and tests for FIB offload by Ido Schimmel · 5 years ago
  38. 48bb9eb netdevsim: fib: Add dummy implementation for FIB offload by Ido Schimmel · 5 years ago
  39. ee5a044 mlxsw: spectrum_router: Set hardware flags for routes by Ido Schimmel · 5 years ago
  40. 8c5a5b9 mlxsw: spectrum_router: Separate nexthop offload indication from route by Ido Schimmel · 5 years ago
  41. bb3c4ab ipv6: Add "offload" and "trap" indications to routes by Ido Schimmel · 5 years ago
  42. 90b93f1 ipv4: Add "offload" and "trap" indications to routes by Ido Schimmel · 5 years ago
  43. 1e301fd ipv4: Encapsulate function arguments in a struct by Ido Schimmel · 5 years ago
  44. 6324d0f ipv4: Replace route in list before notifying by Ido Schimmel · 5 years ago
  45. 0fadc0a net: socionext: get rid of huge dma sync in netsec_alloc_rx_data by Lorenzo Bianconi · 5 years ago
  46. 0c73ffc Merge branch 'QRTR-flow-control-improvements' by David S. Miller · 5 years ago
  47. e04df98 net: qrtr: Remove receive worker by Bjorn Andersson · 5 years ago
  48. f16a4b26 net: qrtr: Make qrtr_port_lookup() use RCU by Bjorn Andersson · 5 years ago
  49. 0a7e0d0 net: qrtr: Migrate node lookup tree to spinlock by Bjorn Andersson · 5 years ago
  50. 5fdeb0d net: qrtr: Implement outgoing flow control by Bjorn Andersson · 5 years ago
  51. cb6530b net: qrtr: Move resume-tx transmission to recvmsg by Bjorn Andersson · 5 years ago
  52. 7786a1a pktgen: Allow configuration of IPv6 source address range by Niu Xilei · 5 years ago
  53. a4d35e7 nfc: No need to set .owner platform_driver_register by Tian Tao · 5 years ago
  54. 2b133adf Merge branch 'skb_list_walk_safe-refactoring' by David S. Miller · 5 years ago
  55. 9f3ef3d net: mac80211: use skb_list_walk_safe helper for gso segments by Jason A. Donenfeld · 5 years ago
  56. 2670ee7 net: netfilter: use skb_list_walk_safe helper for gso segments by Jason A. Donenfeld · 5 years ago
  57. 88bebdf net: ipv4: use skb_list_walk_safe helper for gso segments by Jason A. Donenfeld · 5 years ago
  58. b950d8a net: sched: use skb_list_walk_safe helper for gso segments by Jason A. Donenfeld · 5 years ago
  59. 2cec444 net: openvswitch: use skb_list_walk_safe helper for gso segments by Jason A. Donenfeld · 5 years ago
  60. c3b18e0 net: xfrm: use skb_list_walk_safe helper for gso segments by Jason A. Donenfeld · 5 years ago
  61. 1a186c1 net: udp: use skb_list_walk_safe helper for gso segments by Jason A. Donenfeld · 5 years ago
  62. 5eee7bd net: skbuff: disambiguate argument and member for skb_list_walk_safe helper by Jason A. Donenfeld · 5 years ago
  63. ec22ab0 Merge branch 'macsec-hw-offload' by David S. Miller · 5 years ago
  64. 781449a net: phy: mscc: PN rollover support by Antoine Tenart · 5 years ago
  65. 5c937de net: macsec: PN wrap callback by Antoine Tenart · 5 years ago
  66. 28c5107 net: phy: mscc: macsec support by Antoine Tenart · 5 years ago
  67. 1bbe0ec net: phy: mscc: macsec initialization by Antoine Tenart · 5 years ago
  68. dcb780f net: macsec: add nla support for changing the offloading selection by Antoine Tenart · 5 years ago
  69. 3cf3227 net: macsec: hardware offloading infrastructure by Antoine Tenart · 5 years ago
  70. 2e18135 net: phy: add MACsec ops in phy_device by Antoine Tenart · 5 years ago
  71. 0830e20 net: macsec: introduce MACsec ops by Antoine Tenart · 5 years ago
  72. 7656426 net: macsec: introduce the macsec_context structure by Antoine Tenart · 5 years ago
  73. c0e4ead net: macsec: move some definitions in a dedicated header by Antoine Tenart · 5 years ago
  74. 169af34 Merge branch 'netns-Optimise-netns-ID-lookups' by David S. Miller · 5 years ago
  75. 8d7e5de netns: don't disable BHs when locking "nsid_lock" by Guillaume Nault · 5 years ago
  76. 2dce224 netns: protect netns ID lookups with RCU by Guillaume Nault · 5 years ago
  77. 4905294 netns: Remove __peernet2id_alloc() by Guillaume Nault · 5 years ago
  78. 6214003 mdio_bus: Simplify reset handling and extend to non-DT systems by Geert Uytterhoeven · 5 years ago
  79. e27f178 net: phy: Added IRQ print to phylink_bringup_phy() by Florian Fainelli · 5 years ago
  80. 76ccf52 Merge branch 'stmmac-ETF-support' by Jakub Kicinski · 5 years ago
  81. 28c1cf7 net: stmmac: selftests: Add a test for TBS feature by Jose Abreu · 5 years ago
  82. 05373e3 net: stmmac: selftests: Switch to dev_direct_xmit() by Jose Abreu · 5 years ago
  83. 44e6547 net: stmmac: Add missing information in DebugFS capabilities file by Jose Abreu · 5 years ago
  84. 7eadf57 net: stmmac: pci: Enable TBS on GMAC5 IPK PCI entry by Jose Abreu · 5 years ago
  85. 58ae928 net: stmmac: gmac4+: Add TBS support by Jose Abreu · 5 years ago
  86. 6a549b9 net: stmmac: xgmac: Add TBS support by Jose Abreu · 5 years ago
  87. 430b383 net: stmmac: tc: Add support for ETF Scheduler using TBS by Jose Abreu · 5 years ago
  88. 579a25a net: stmmac: Initial support for TBS by Jose Abreu · 5 years ago
  89. ab9837b amd-xgbe: remove unnecessary conversion to bool by Chen Zhou · 5 years ago
  90. 0eac8ce ptr_ring: add include of linux/mm.h by Jesper Dangaard Brouer · 5 years ago
  91. 1657adc net: mvneta: change page pool nid to NUMA_NO_NODE by Lorenzo Bianconi · 5 years ago
  92. 428cd52 sfc/ethtool_common: Make some function to static by Zhang Xiaoxu · 5 years ago
  93. e07c5f2 net: amd: a2065: Use print_hex_dump_debug() helper by Geert Uytterhoeven · 5 years ago
  94. 2412643 net: amd: a2065: Kill Sun LANCE relics by Geert Uytterhoeven · 5 years ago
  95. cbd19d0 Merge branch 'IXP4xx-networking-cleanups' by Jakub Kicinski · 5 years ago
  96. e45d0fa net: ethernet: ixp4xx: Use parent dev for DMA pool by Linus Walleij · 5 years ago
  97. f458ac4 ARM/net: ixp4xx: Pass ethernet physical base as resource by Linus Walleij · 5 years ago
  98. 3cb5b0e net: ehernet: ixp4xx: Use netdev_* messages by Linus Walleij · 5 years ago
  99. d813d7e net: ethernet: ixp4xx: Use distinct local variable by Linus Walleij · 5 years ago
  100. c83db9e net: ethernet: ixp4xx: Standard module init by Linus Walleij · 5 years ago