1. 476cc6c net: phy: bcm87xx: improve bcm87xx_config_init and feature detection by Heiner Kallweit · 6 years ago
  2. 8fb91c3 Merge branch 'inet-frags-avoid-possible-races-at-netns-dismantle' by David S. Miller · 6 years ago
  3. 3c8fc87 inet: frags: rework rhashtable dismantle by Eric Dumazet · 6 years ago
  4. 4907abc net: dynamically allocate fqdir structures by Eric Dumazet · 6 years ago
  5. a39aca6 net: add a net pointer to struct fqdir by Eric Dumazet · 6 years ago
  6. 9cce45f net: rename inet_frags_init_net() to fdir_init() by Eric Dumazet · 6 years ago
  7. d2dfd43 ieee820154: 6lowpan: no longer reference init_net in lowpan_frags_ns_ctl_table by Eric Dumazet · 6 years ago
  8. 3bb13dd netfilter: ipv6: nf_defrag: no longer reference init_net in nf_ct_frag6_sysctl_table by Eric Dumazet · 6 years ago
  9. 8668d0e ipv6: no longer reference init_net in ip6_frags_ns_ctl_table[] by Eric Dumazet · 6 years ago
  10. 8dfdb31 ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[] by Eric Dumazet · 6 years ago
  11. 803fdd9 net: rename struct fqdir fields by Eric Dumazet · 6 years ago
  12. 89fb900 net: rename inet_frags_exit_net() to fqdir_exit() by Eric Dumazet · 6 years ago
  13. 6ce3b4d inet: rename netns_frags to fqdir by Eric Dumazet · 6 years ago
  14. ddf6ddb net: phy: tja11xx: Add TJA11xx PHY driver by Marek Vasut · 6 years ago
  15. b25ba11 Merge branch 'net-hns3-add-aRFS-feature-and-fix-FEC-bugs-for-HNS3-driver' by David S. Miller · 6 years ago
  16. f438bfe net: hns3: fix for FEC configuration by Jian Shen · 6 years ago
  17. d93ed94 net: hns3: add aRFS support for PF by Jian Shen · 6 years ago
  18. 4412288 net: hns3: refine the flow director handle by Jian Shen · 6 years ago
  19. ffab969 net: hns3: initialize CPU reverse mapping by Jian Shen · 6 years ago
  20. 18e8817 Merge branch 'ath79-add-ag71xx-support' by David S. Miller · 6 years ago
  21. d51b6ce net: ethernet: add ag71xx driver by Oleksij Rempel · 6 years ago
  22. 7ff836f MIPS: ath79: ar9331: add Ethernet nodes by Oleksij Rempel · 6 years ago
  23. 4624093 dt-bindings: net: add qca,ar71xx.txt documentation by Oleksij Rempel · 6 years ago
  24. 9b3c520 Merge branch 'qed-Improve-performance-on-100G-link-for-offload-protocols' by David S. Miller · 6 years ago
  25. a9b02c6 qedf: Use hwfns and affin_hwfn_idx to get MSI-X vector index to use by Chad Dupuis · 6 years ago
  26. 2bfbc57 qedi: Use hwfns and affin_hwfn_idx to get MSI-X vector index by Manish Rangankar · 6 years ago
  27. 13b99d3 Revert "scsi: qedi: Allocate IRQs based on msix_cnt" by Manish Rangankar · 6 years ago
  28. 3576e99 qed*: Add iWARP 100g support by Michal Kalderon · 6 years ago
  29. 24e0487 qed: Add qed devlink parameters table by Michal Kalderon · 6 years ago
  30. 8366d52 qed: Set the doorbell address correctly by Michal Kalderon · 6 years ago
  31. 443473d qedr: Change the MSI-X vectors selection to be based on affined engine by Michal Kalderon · 6 years ago
  32. 7e50769 qed: Modify offload protocols to use the affined engine by Michal Kalderon · 6 years ago
  33. 08eb1fb qed*: Change hwfn used for sb initialization by Michal Kalderon · 6 years ago
  34. 79284ad qed: Add llh ppfid interface and 100g support for offload protocols by Michal Kalderon · 6 years ago
  35. 83bf76e qed: Modify api for performing a dmae to another PF by Michal Kalderon · 6 years ago
  36. cecd758 Merge branch 'net-mvpp2-Classifier-updates-RSS' by David S. Miller · 6 years ago
  37. 1413477 net: mvpp2: cls: Support steering to RSS contexts by Maxime Chevallier · 6 years ago
  38. c561da6 net: mvpp2: cls: Extract the RSS context when parsing the ethtool rule by Maxime Chevallier · 6 years ago
  39. 895586d net: mvpp2: cls: Use RSS contexts to handle RSS tables by Maxime Chevallier · 6 years ago
  40. e8486ca net: mvpp2: cls: Bypass C2 internals FIFOs at init by Maxime Chevallier · 6 years ago
  41. ae8e1d5 net: mvpp2: cls: Use the correct number of rules in various places by Maxime Chevallier · 6 years ago
  42. 6dca936 flow_offload: use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  43. 2294249 Merge branch 'net-stmmac-Improvements-and-Selftests' by David S. Miller · 6 years ago
  44. a976ca7 net: stmmac: Prevent missing interrupts when running NAPI by Jose Abreu · 6 years ago
  45. 0620ec6 net: stmmac: dwmac4/5: Clear unused address entries by Jose Abreu · 6 years ago
  46. eaabcd9 net: stmmac: dwxgmac2: Do not disable whole RX in dma_stop_rx() by Jose Abreu · 6 years ago
  47. a8b91b3 net: stmmac: dwmac4/5: Do not disable whole RX in dma_stop_rx() by Jose Abreu · 6 years ago
  48. f9c5f7d net: stmmac: dwmac4/5: Fix Hash Filter by Jose Abreu · 6 years ago
  49. 9463c44 net: stmmac: dwmac1000: Clear unused address entries by Jose Abreu · 6 years ago
  50. 0926142 net: stmmac: dwmac1000: Fix Hash Filter by Jose Abreu · 6 years ago
  51. 091810d net: stmmac: Introduce selftests support by Jose Abreu · 6 years ago
  52. 8c5f48d net: stmmac: dwxgmac2: Also pass control frames while in promisc mode by Jose Abreu · 6 years ago
  53. 2b783e6 net: stmmac: dwmac4/5: Also pass control frames while in promisc mode by Jose Abreu · 6 years ago
  54. 52ef6d9 net: stmmac: dwmac1000: Also pass control frames while in promisc mode by Jose Abreu · 6 years ago
  55. 3b1dd2c net: stmmac: Switch MMC functions to HWIF callbacks by Jose Abreu · 6 years ago
  56. 8edb127 net: ethernet: stmmac: dwmac-sun8i: Enable control of loopback by Corentin Labbe · 6 years ago
  57. 84c8df1 net: stmmac: dwxgmac2: Add MAC loopback support by Jose Abreu · 6 years ago
  58. 4ce84f4 net: stmmac: dwmac4/5: Add MAC loopback support by Jose Abreu · 6 years ago
  59. cbc1951 net: stmmac: dwmac1000: Add MAC loopback support by Jose Abreu · 6 years ago
  60. 0a05a7a net: stmmac: dwmac100: Add MAC loopback support by Jose Abreu · 6 years ago
  61. 48435bc net: stmmac: Add MAC loopback callback to HWIF by Jose Abreu · 6 years ago
  62. 33a74bf Merge branch 'net-phy-add-interface-mode-PHY_INTERFACE_MODE_USXGMII' by David S. Miller · 6 years ago
  63. ce64c1f net: phy: aquantia: add USXGMII support and warn if XGMII mode is set by Heiner Kallweit · 6 years ago
  64. 79b647a0 dt-bindings: net: document new usxgmii phy mode by Heiner Kallweit · 6 years ago
  65. 4618d67 net: phy: add interface mode PHY_INTERFACE_MODE_USXGMII by Heiner Kallweit · 6 years ago
  66. af5136f selftests/net: SO_TXTIME with ETF and FQ by Willem de Bruijn · 6 years ago
  67. a80886e Merge branch 'ipv6-Move-exceptions-to-fib6_nh-and-make-it-optional-in-a-fib6_info' by David S. Miller · 6 years ago
  68. ec81053 selftests: Add redirect tests by David Ahern · 6 years ago
  69. 0fa6efc ipv6: Refactor ip6_route_del for cached routes by David Ahern · 6 years ago
  70. 1cf844c ipv6: Make fib6_nh optional at the end of fib6_info by David Ahern · 6 years ago
  71. cc5c073 ipv6: Move exception bucket to fib6_nh by David Ahern · 6 years ago
  72. c0b220c ipv6: Refactor exception functions by David Ahern · 6 years ago
  73. 7d88d8b ipv6: Refactor fib6_drop_pcpu_from by David Ahern · 6 years ago
  74. f40b6ae ipv6: Move pcpu cached routes to fib6_nh by David Ahern · 6 years ago
  75. daeceb2 Merge branch 'ENETC-support-hardware-timestamping' by David S. Miller · 6 years ago
  76. 4940100 arm64: dts: fsl: ls1028a: add ENETC 1588 timer node by Y.b. Lu · 6 years ago
  77. ad8288b dt-binding: ptp_qoriq: support ENETC PTP compatible by Y.b. Lu · 6 years ago
  78. 4151473 enetc: add get_ts_info interface for ethtool by Y.b. Lu · 6 years ago
  79. d398231 enetc: add hardware timestamping support by Y.b. Lu · 6 years ago
  80. dfb569f net: ll_temac: Fix compile error by Esben Haabendal · 6 years ago
  81. 884714c Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 6 years ago
  82. feee3cb ice: Silence semantic parser warnings by Bruce Allan · 6 years ago
  83. aa6ccf3 ice: Fix couple of issues in ice_vsi_release by Brett Creeley · 6 years ago
  84. 8d5fce1 ice: Reorganize ice_vf struct by Jesse Brandeburg · 6 years ago
  85. 0ab54c5 ice: Use bitfields when possible by Jesse Brandeburg · 6 years ago
  86. 65124bb ice: Reorganize tx_buf and ring structs by Jesse Brandeburg · 6 years ago
  87. 55e062b ice: Format ethtool reported stats by Richard Rodriguez · 6 years ago
  88. 72f9c20 ice: Gracefully handle reset failure in ice_alloc_vfs() by Brett Creeley · 6 years ago
  89. a17a5ff ice: Refactor the LLDP MIB change event handling by Usha Ketineni · 6 years ago
  90. 9ccb062 ice: Advertise supported link modes if none requested by Tony Nguyen · 6 years ago
  91. e223eae ice: Fix hang when ethtool disables FW LLDP by Dave Ertman · 6 years ago
  92. a84db52 ice: Call out dev/func caps when printing by Anirudh Venkataramanan · 6 years ago
  93. f24e35d ice: Remove braces for single statement blocks by Anirudh Venkataramanan · 6 years ago
  94. 173e23c ice: Cleanup an unnecessary variable initialization by Bruce Allan · 6 years ago
  95. 31eafa4 ice: Implement LLDP persistence by Anirudh Venkataramanan · 6 years ago
  96. b4603db ice: Fix double spacing by Anirudh Venkataramanan · 6 years ago
  97. 9395da4 net: qualcomm: rmnet: Move common struct definitions to include by Subash Abhinov Kasiviswanathan · 6 years ago
  98. 16fa1cf Revert "dpaa2-eth: configure the cache stashing amount on a queue" by Ioana Radulescu · 6 years ago
  99. dcf10ec cxgb4: use firmware API for validating filter spec by Raju Rangoju · 6 years ago
  100. 00e31a0 Merge branch 'net-ll_temac-Fix-and-enable-multicast-support' by David S. Miller · 6 years ago