1. ae8e1d5 net: mvpp2: cls: Use the correct number of rules in various places by Maxime Chevallier · 6 years ago
  2. 6dca936 flow_offload: use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  3. 2294249 Merge branch 'net-stmmac-Improvements-and-Selftests' by David S. Miller · 6 years ago
  4. a976ca7 net: stmmac: Prevent missing interrupts when running NAPI by Jose Abreu · 6 years ago
  5. 0620ec6 net: stmmac: dwmac4/5: Clear unused address entries by Jose Abreu · 6 years ago
  6. eaabcd9 net: stmmac: dwxgmac2: Do not disable whole RX in dma_stop_rx() by Jose Abreu · 6 years ago
  7. a8b91b3 net: stmmac: dwmac4/5: Do not disable whole RX in dma_stop_rx() by Jose Abreu · 6 years ago
  8. f9c5f7d net: stmmac: dwmac4/5: Fix Hash Filter by Jose Abreu · 6 years ago
  9. 9463c44 net: stmmac: dwmac1000: Clear unused address entries by Jose Abreu · 6 years ago
  10. 0926142 net: stmmac: dwmac1000: Fix Hash Filter by Jose Abreu · 6 years ago
  11. 091810d net: stmmac: Introduce selftests support by Jose Abreu · 6 years ago
  12. 8c5f48d net: stmmac: dwxgmac2: Also pass control frames while in promisc mode by Jose Abreu · 6 years ago
  13. 2b783e6 net: stmmac: dwmac4/5: Also pass control frames while in promisc mode by Jose Abreu · 6 years ago
  14. 52ef6d9 net: stmmac: dwmac1000: Also pass control frames while in promisc mode by Jose Abreu · 6 years ago
  15. 3b1dd2c net: stmmac: Switch MMC functions to HWIF callbacks by Jose Abreu · 6 years ago
  16. 8edb127 net: ethernet: stmmac: dwmac-sun8i: Enable control of loopback by Corentin Labbe · 6 years ago
  17. 84c8df1 net: stmmac: dwxgmac2: Add MAC loopback support by Jose Abreu · 6 years ago
  18. 4ce84f4 net: stmmac: dwmac4/5: Add MAC loopback support by Jose Abreu · 6 years ago
  19. cbc1951 net: stmmac: dwmac1000: Add MAC loopback support by Jose Abreu · 6 years ago
  20. 0a05a7a net: stmmac: dwmac100: Add MAC loopback support by Jose Abreu · 6 years ago
  21. 48435bc net: stmmac: Add MAC loopback callback to HWIF by Jose Abreu · 6 years ago
  22. 33a74bf Merge branch 'net-phy-add-interface-mode-PHY_INTERFACE_MODE_USXGMII' by David S. Miller · 6 years ago
  23. ce64c1f net: phy: aquantia: add USXGMII support and warn if XGMII mode is set by Heiner Kallweit · 6 years ago
  24. 79b647a0 dt-bindings: net: document new usxgmii phy mode by Heiner Kallweit · 6 years ago
  25. 4618d67 net: phy: add interface mode PHY_INTERFACE_MODE_USXGMII by Heiner Kallweit · 6 years ago
  26. af5136f selftests/net: SO_TXTIME with ETF and FQ by Willem de Bruijn · 6 years ago
  27. a80886e Merge branch 'ipv6-Move-exceptions-to-fib6_nh-and-make-it-optional-in-a-fib6_info' by David S. Miller · 6 years ago
  28. ec81053 selftests: Add redirect tests by David Ahern · 6 years ago
  29. 0fa6efc ipv6: Refactor ip6_route_del for cached routes by David Ahern · 6 years ago
  30. 1cf844c ipv6: Make fib6_nh optional at the end of fib6_info by David Ahern · 6 years ago
  31. cc5c073 ipv6: Move exception bucket to fib6_nh by David Ahern · 6 years ago
  32. c0b220c ipv6: Refactor exception functions by David Ahern · 6 years ago
  33. 7d88d8b ipv6: Refactor fib6_drop_pcpu_from by David Ahern · 6 years ago
  34. f40b6ae ipv6: Move pcpu cached routes to fib6_nh by David Ahern · 6 years ago
  35. daeceb2 Merge branch 'ENETC-support-hardware-timestamping' by David S. Miller · 6 years ago
  36. 4940100 arm64: dts: fsl: ls1028a: add ENETC 1588 timer node by Y.b. Lu · 6 years ago
  37. ad8288b dt-binding: ptp_qoriq: support ENETC PTP compatible by Y.b. Lu · 6 years ago
  38. 4151473 enetc: add get_ts_info interface for ethtool by Y.b. Lu · 6 years ago
  39. d398231 enetc: add hardware timestamping support by Y.b. Lu · 6 years ago
  40. dfb569f net: ll_temac: Fix compile error by Esben Haabendal · 6 years ago
  41. 884714c Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 6 years ago
  42. feee3cb ice: Silence semantic parser warnings by Bruce Allan · 6 years ago
  43. aa6ccf3 ice: Fix couple of issues in ice_vsi_release by Brett Creeley · 6 years ago
  44. 8d5fce1 ice: Reorganize ice_vf struct by Jesse Brandeburg · 6 years ago
  45. 0ab54c5 ice: Use bitfields when possible by Jesse Brandeburg · 6 years ago
  46. 65124bb ice: Reorganize tx_buf and ring structs by Jesse Brandeburg · 6 years ago
  47. 55e062b ice: Format ethtool reported stats by Richard Rodriguez · 6 years ago
  48. 72f9c20 ice: Gracefully handle reset failure in ice_alloc_vfs() by Brett Creeley · 6 years ago
  49. a17a5ff ice: Refactor the LLDP MIB change event handling by Usha Ketineni · 6 years ago
  50. 9ccb062 ice: Advertise supported link modes if none requested by Tony Nguyen · 6 years ago
  51. e223eae ice: Fix hang when ethtool disables FW LLDP by Dave Ertman · 6 years ago
  52. a84db52 ice: Call out dev/func caps when printing by Anirudh Venkataramanan · 6 years ago
  53. f24e35d ice: Remove braces for single statement blocks by Anirudh Venkataramanan · 6 years ago
  54. 173e23c ice: Cleanup an unnecessary variable initialization by Bruce Allan · 6 years ago
  55. 31eafa4 ice: Implement LLDP persistence by Anirudh Venkataramanan · 6 years ago
  56. b4603db ice: Fix double spacing by Anirudh Venkataramanan · 6 years ago
  57. 9395da4 net: qualcomm: rmnet: Move common struct definitions to include by Subash Abhinov Kasiviswanathan · 6 years ago
  58. 16fa1cf Revert "dpaa2-eth: configure the cache stashing amount on a queue" by Ioana Radulescu · 6 years ago
  59. dcf10ec cxgb4: use firmware API for validating filter spec by Raju Rangoju · 6 years ago
  60. 00e31a0 Merge branch 'net-ll_temac-Fix-and-enable-multicast-support' by David S. Miller · 6 years ago
  61. 0127cd5 net: ll_temac: Enable multicast support by Esben Haabendal · 6 years ago
  62. 1b3fa5cf8 net: ll_temac: Cleanup multicast filter on change by Esben Haabendal · 6 years ago
  63. 1bd33bf net: ll_temac: Prepare indirect register access for multicast support by Esben Haabendal · 6 years ago
  64. ddc0bf3 net: ll_temac: Do not make promiscuous mode sticky on multicast by Esben Haabendal · 6 years ago
  65. 5556fdb net: phy: lxt: Add suspend/resume support to LXT971 and LXT973. by Christophe Leroy · 6 years ago
  66. 136bf27 devlink: add warning in case driver does not set port type by Jiri Pirko · 6 years ago
  67. 14a1eaa hv_sock: perf: loop in send() to maximize bandwidth by Sunil Muthuswamy · 6 years ago
  68. ac383f5 hv_sock: perf: Allow the socket buffer size options to influence the actual socket buffers by Sunil Muthuswamy · 6 years ago
  69. 0db355d ipv4/igmp: shrink struct ip_sf_list by Eric Dumazet · 6 years ago
  70. fc65100 neighbor: Add tracepoint to __neigh_create by David Ahern · 6 years ago
  71. a92a0a7 selftests: pmtu: Simplify cleanup and namespace names by David Ahern · 6 years ago
  72. 9b7e94e selftests: fib-onlink: Make quiet by default by David Ahern · 6 years ago
  73. 7542565 net: Set strict_start_type for routes and rules by David Ahern · 6 years ago
  74. e38f7cb Merge branch 'net-Export-functions-for-nexthop-code' by David S. Miller · 6 years ago
  75. 06c77c3 ipv4: Rename and export nh_update_mtu by David Ahern · 6 years ago
  76. c366948 ipv4: export fib_info_update_nh_saddr by David Ahern · 6 years ago
  77. 9bd8366 ipv4: export fib_flush by David Ahern · 6 years ago
  78. ac1fab2 ipv4: export fib_check_nh by David Ahern · 6 years ago
  79. 1bff1a0 ipv4: Add function to send route updates by David Ahern · 6 years ago
  80. 19a3b7e ipv6: export function to send route updates by David Ahern · 6 years ago
  81. cdaa16a ipv6: Add hook to bump sernum for a route to stubs by David Ahern · 6 years ago
  82. 68a9b13 ipv6: Add delete route hook to stubs by David Ahern · 6 years ago
  83. 26b1b8d Merge branch 'net-phy-T1-support' by David S. Miller · 6 years ago
  84. e5fb32c net: phy: Make phy_basic_t1_features use base100t1. by Andrew Lunn · 6 years ago
  85. b255776 net: phy: Add support for 100BaseT1 and 1000BaseT1 by Andrew Lunn · 6 years ago
  86. 565d9d2 net: phy: dp83867: Allocate state struct in probe by Trent Piepho · 6 years ago
  87. f8bbf41 net: phy: dp83867: Validate FIFO depth property by Trent Piepho · 6 years ago
  88. 27708eb net: phy: dp83867: IO impedance is not dependent on RGMII delay by Trent Piepho · 6 years ago
  89. 1b9b295 net: phy: dp83867: Use unsigned variables to store unsigned properties by Trent Piepho · 6 years ago
  90. c11669a net: phy: dp83867: Rework delay rgmii delay handling by Trent Piepho · 6 years ago
  91. 13c83cf net: phy: dp83867: Add ability to disable output clock by Trent Piepho · 6 years ago
  92. 980066e dt-bindings: phy: dp83867: Add documentation for disabling clock output by Trent Piepho · 6 years ago
  93. 9c3f341 dt-bindings: phy: dp83867: Describe how driver behaves w.r.t rgmii delay by Trent Piepho · 6 years ago
  94. 74dd5aa cxgb4: Enable hash filter with offload by Vishal Kulkarni · 6 years ago
  95. 2bb0f3b net: fec: remove redundant ipg clock disable by Baruch Siach · 6 years ago
  96. cae9910 net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics. by Felipe Gasper · 6 years ago
  97. 54dee40 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  98. 651bae9 Merge tag 'gfs2-5.1.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 6 years ago
  99. f75b6f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  100. 86f9e56 Merge tag 'for-5.2/dm-fix-1' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 6 years ago