1. a3ffeaf fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORS by Jacob Keller · 5 years ago
  2. d5c2f39 fm10k: mark unused parameters with __always_unused by Jacob Keller · 5 years ago
  3. 27429be fm10k: cast page_addr to u8 * when incrementing it by Jacob Keller · 5 years ago
  4. 9aac0fb fm10k: explicitly return 0 on success path in function by Jacob Keller · 5 years ago
  5. cb1b522 fm10k: remove needless initialization of size local variable by Jacob Keller · 5 years ago
  6. 4d12002 fm10k: remove needless assignment of err local variable by Jacob Keller · 5 years ago
  7. d9ecd1f fm10k: remove unnecessary variable initializer by Jacob Keller · 5 years ago
  8. 9e8fb25 Merge branch 'net-l3-l4-functional-tests' by David S. Miller · 5 years ago
  9. 56eba15 selftests: Add use case section to fcnal-test by David Ahern · 5 years ago
  10. db6641e selftests: Add ipv6 netfilter tests to fcnal-test by David Ahern · 5 years ago
  11. 88f2b36 selftests: Add ipv4 netfilter tests to fcnal-test by David Ahern · 5 years ago
  12. 4cd12f6 selftests: Add ipv6 runtime tests to fcnal-test by David Ahern · 5 years ago
  13. 0113f72 selftests: Add ipv4 runtime tests to fcnal-test by David Ahern · 5 years ago
  14. 34d0302 selftests: Add ipv6 address bind tests to fcnal-test by David Ahern · 5 years ago
  15. 75b2b2b selftests: Add ipv4 address bind tests to fcnal-test by David Ahern · 5 years ago
  16. 6abdb65 selftests: Add ipv6 udp tests to fcnal-test by David Ahern · 5 years ago
  17. a4368be selftests: Add ipv4 udp tests to fcnal-test by David Ahern · 5 years ago
  18. a071bbf selftests: Add ipv6 tcp tests to fcnal-test by David Ahern · 5 years ago
  19. bbd7c76 selftests: Add ipv4 tcp tests to fcnal-test by David Ahern · 5 years ago
  20. c0644e7 selftests: Add ipv6 ping tests to fcnal-test by David Ahern · 5 years ago
  21. c032dd8 selftests: Add ipv4 ping tests to fcnal-test by David Ahern · 5 years ago
  22. 6f9d5ca selftests: Setup for functional tests for fib and socket lookups by David Ahern · 5 years ago
  23. acda655 selftests: Add nettest by David Ahern · 5 years ago
  24. 856a272 Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 5 years ago
  25. 4de97b0 Merge branch 'enetc-PCIe-MDIO' by David S. Miller · 5 years ago
  26. 8488d8e arm64: dts: fsl: ls1028a: Enable eth port1 on the ls1028a QDS board by Claudiu Manoil · 5 years ago
  27. 288a91d dt-bindings: net: fsl: enetc: Add bindings for the central MDIO PCIe endpoint by Claudiu Manoil · 5 years ago
  28. 231ece3 enetc: Add mdio bus driver for the PCIe MDIO endpoint by Claudiu Manoil · 5 years ago
  29. 0c010a9 enetc: Clean up makefile by Claudiu Manoil · 5 years ago
  30. 2152e7a enetc: Clean up local mdio bus allocation by Claudiu Manoil · 5 years ago
  31. 4a98661 Merge branch 'net-dsa-mv88e6xxx-add-support-for-MV88E6220' by David S. Miller · 5 years ago
  32. 7150961 net: dsa: mv88e6xxx: add PTP support for MV88E6250 family by Hubert Feurstein · 5 years ago
  33. 8858ccc net: dsa: mv88e6xxx: order ptp structs numerically ascending by Hubert Feurstein · 5 years ago
  34. 121b8fe net: dsa: mv88e6xxx: setup message port is not supported in the 6250 familiy by Hubert Feurstein · 5 years ago
  35. c857486 net: dsa: mv88e6xxx: introduce invalid_port_mask in mv88e6xxx_info by Hubert Feurstein · 5 years ago
  36. 83c5ee3 dt-bindings: net: dsa: marvell: add 6220 model to the 6250 family by Hubert Feurstein · 5 years ago
  37. 4902264 net: dsa: mv88e6xxx: add support for MV88E6220 by Hubert Feurstein · 5 years ago
  38. 3cc6e44 Merge branch 'net-phy-Add-AST2600-MDIO-support' by David S. Miller · 5 years ago
  39. 82f151d net: ftgmac100: Select ASPEED MDIO driver for the AST2600 by Andrew Jeffery · 5 years ago
  40. 39bfab8 net: ftgmac100: Add support for DT phy-handle property by Andrew Jeffery · 5 years ago
  41. f160e99 net: phy: Add mdio-aspeed by Andrew Jeffery · 5 years ago
  42. 94166fd dt-bindings: net: Add aspeed, ast2600-mdio binding by Andrew Jeffery · 5 years ago
  43. 7c5b420 tipc: reduce risk of wakeup queue starvation by Jon Maloy · 5 years ago
  44. df87b8f fm10k: reduce scope of the ring variable by Jacob Keller · 5 years ago
  45. 8e03f26 fm10k: reduce the scope of the result local variable by Jacob Keller · 5 years ago
  46. 71974d7 fm10k: reduce the scope of the local msg variable by Jacob Keller · 5 years ago
  47. d56b477 fm10k: reduce the scope of the local i variable by Jacob Keller · 5 years ago
  48. b731d07 fm10k: reduce the scope of the err variable by Jacob Keller · 5 years ago
  49. fb381e6 fm10k: reduce the scope of the tx_buffer variable by Jacob Keller · 5 years ago
  50. 7a432d5 fm10k: reduce the scope of the q_idx local variable by Jacob Keller · 5 years ago
  51. 57928c5 fm10k: reduce the scope of local err variable by Jacob Keller · 5 years ago
  52. 4f9e05f fm10k: reduce the scope of qv local variable by Jacob Keller · 5 years ago
  53. a5c0d86 fm10k: reduce scope of *p local variable by Jacob Keller · 5 years ago
  54. 30b1b49 fm10k: reduce scope of the err variable by Jacob Keller · 5 years ago
  55. f7571cd Merge branch 'net-dsa-mv88e6xxx-avoid-some-redundant-VTU-operations' by David S. Miller · 5 years ago
  56. b1ac6fb net: dsa: mv88e6xxx: call vtu_getnext directly in vlan_add by Vivien Didelot · 5 years ago
  57. 5210989 net: dsa: mv88e6xxx: call vtu_getnext directly in vlan_del by Vivien Didelot · 5 years ago
  58. 5ef8d24 net: dsa: mv88e6xxx: call vtu_getnext directly in db load/purge by Vivien Didelot · 5 years ago
  59. 425d2d3 net: dsa: mv88e6xxx: explicit entry passed to vtu_getnext by Vivien Didelot · 5 years ago
  60. 7095a4c net: dsa: mv88e6xxx: lock mutex in vlan_prepare by Vivien Didelot · 5 years ago
  61. a8e600e Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 5 years ago
  62. 9b59e39 Merge branch 'net-hns3-some-code-optimizations-bugfixes-features' by David S. Miller · 5 years ago
  63. 012fcb5 net: hns3: activate reset timer when calling reset_event by Huazhong Tan · 5 years ago
  64. 72e2fb0 net: hns3: clear reset interrupt status in hclge_irq_handle() by Huazhong Tan · 5 years ago
  65. 6b428b4 net: hns3: fix some reset handshake issue by Huazhong Tan · 5 years ago
  66. 6e6e768 net: hns3: rename a member in struct hclge_mac_ethertype_idx_rd_cmd by Guojia Liao · 5 years ago
  67. dbae56a net: hns3: simplify hclge_cmd_query_error() by Weihang Li · 5 years ago
  68. b6872fd net: hns3: minior error handling change for hclge_tm_schd_info_init by Yunsheng Lin · 5 years ago
  69. a4ee762 net: hns3: minor cleanup in hns3_clean_rx_ring by Yunsheng Lin · 5 years ago
  70. 6e4139f net: hns3: remove unnecessary variable in hclge_get_mac_vlan_cmd_status() by Jian Shen · 5 years ago
  71. a723fb8 net: hns3: refine for set ring parameters by Jian Shen · 5 years ago
  72. 3f0f325 net: hns3: do not query unsupported commands in debugfs by Yufeng Mo · 5 years ago
  73. b18bf30 net: hns3: add handler for NCSI error mailbox by Huazhong Tan · 5 years ago
  74. ed8fb4b net: hns3: add link change event report by Jian Shen · 5 years ago
  75. 0ae9fce net: phy: xgene: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  76. 9d26cfa bcm63xx_enet: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  77. c792c00 net: qcom/emac: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  78. 566495d net: mediatek: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  79. 4237678 net: dsa: bcm_sf2: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  80. 291f4b6 net: dsa: b53: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  81. 6551c8c net: dsa: lantiq: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  82. 3230a55 mvpp2: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  83. 3247b27 net: bridge: mcast: add delete due to fast-leave mdb flag by Nikolay Aleksandrov · 5 years ago
  84. 0eba31e tc-testing: Clarify the use of tdc's -d option by Lucas Bates · 5 years ago
  85. 21947f4 Merge tag 'mlx5-updates-2019-07-29' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 5 years ago
  86. 3015b8f ice: Bump version number by Tony Nguyen · 5 years ago
  87. b67f25d ice: Remove flag to track VF interrupt status by Akeem G Abodunrin · 5 years ago
  88. ba88073 ice: Remove unnecessary flag ICE_FLAG_MSIX_ENA by Brett Creeley · 5 years ago
  89. 9921494 ice: Don't return error for disabling LAN Tx queue that does exist by Akeem G Abodunrin · 5 years ago
  90. a1e9968 ice: Remove duplicate code in ice_alloc_rx_bufs by Brett Creeley · 5 years ago
  91. 56923ab ice: Add stats for Rx drops at the port level by Brett Creeley · 5 years ago
  92. 66b29e7 ice: Update number of VF queue before setting VSI resources by Akeem G Abodunrin · 5 years ago
  93. d5a4635 ice: Set up Tx scheduling tree based on alloc VSI Tx queues by Akeem G Abodunrin · 5 years ago
  94. cb7db356 ice: Only bump Rx tail and release buffers once per napi_poll by Brett Creeley · 5 years ago
  95. c7aeb4d ice: Disable VFs until reset is completed by Akeem G Abodunrin · 5 years ago
  96. 6d59994 ice: Do not configure port with no media by Tony Nguyen · 5 years ago
  97. 5c91ecf ice: separate out control queue lock creation by Jacob Keller · 5 years ago
  98. c31a5c2 ice: Always set prefena when configuring an Rx queue by Brett Creeley · 5 years ago
  99. 17bc6d0 ice: Move vector base setup to PF VSI by Tony Nguyen · 5 years ago
  100. 36517fd ice: track hardware stat registers past rollover by Jacob Keller · 5 years ago