1. b7b713a i40e: don't add zero MAC filter by Mitch Williams · 10 years ago
  2. b36e9ab i40e: properly delete VF MAC filters by Mitch Williams · 10 years ago
  3. 75f5cea i40e: chomp the BIT(_ULL) by Jesse Brandeburg · 10 years ago
  4. 1d72135d Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 10 years ago
  5. d342800 ixgbe: do not report 2.5 Gbps as supported by Emil Tantilov · 10 years ago
  6. 4c7f35f ixgbe: Clean stale VLANs when changing port VLAN or resetting by Alexander Duyck · 10 years ago
  7. 6e982ae ixgbe: Clear stale pool mappings by Alexander Duyck · 10 years ago
  8. e1d0a2a ixgbe: Fix VLAN promisc in relation to SR-IOV by Alexander Duyck · 10 years ago
  9. 1636956 ixgbe: Add support for VLAN promiscuous with SR-IOV by Alexander Duyck · 10 years ago
  10. c2bc9ce ixgbe: Reorder search to work from the top down instead of bottom up by Alexander Duyck · 10 years ago
  11. b6488b6 ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVF by Alexander Duyck · 10 years ago
  12. 5ac736a ixgbe: Simplify configuration of setting VLVF and VLVFB by Alexander Duyck · 10 years ago
  13. 63d9379 ixgbe: Reduce VT code indent in set_vfta by introducing jump label by Alexander Duyck · 10 years ago
  14. c18fbd5 ixgbe: Simplify definitions for regidx and bit in set_vfta by Alexander Duyck · 10 years ago
  15. 8e8e9a0 ixgbe: Fix SR-IOV VLAN pool configuration by Alexander Duyck · 10 years ago
  16. 530fd82 ixgbe: Return error on failure to allocate mac_table by Alexander Duyck · 10 years ago
  17. b626f2c mlxsw: core: Fix temperature sensor index during initialization by Jiri Pirko · 10 years ago
  18. acf35a4 mlxsw: reg: Fix max temperature getting by Jiri Pirko · 10 years ago
  19. 7cb21b7 net/mlx5e: Rename en_flow_table.c to en_fs.c by Maor Gottlieb · 10 years ago
  20. 86d722a net/mlx5: Use flow steering infrastructure for mlx5_en by Maor Gottlieb · 10 years ago
  21. 2530236 net/mlx5_core: Flow steering tree initialization by Maor Gottlieb · 10 years ago
  22. 0c56b97 net/mlx5_core: Introduce flow steering API by Maor Gottlieb · 10 years ago
  23. 5e1626c net/mlx5_core: Add flow steering lookup algorithms by Maor Gottlieb · 10 years ago
  24. de8575e net/mlx5_core: Add flow steering base data structures by Maor Gottlieb · 10 years ago
  25. 26a8145 net/mlx5_core: Introduce flow steering firmware commands by Maor Gottlieb · 10 years ago
  26. 108805f net/mlx5e: Assign random MAC address if needed by Saeed Mahameed · 10 years ago
  27. 9bd0a18 net/mlx5: Fix query E-Switch capabilities by Saeed Mahameed · 10 years ago
  28. b9687b4 net: thunderx: Enable CQE count threshold interrupt by Sunil Goutham · 10 years ago
  29. 40fb5f8 net: thunderx: HW TSO support for pass-2 hardware by Sunil Goutham · 10 years ago
  30. 50bf8cb net: mvneta: Configure XPS support by Gregory CLEMENT · 10 years ago
  31. 9a401de net: mvneta: Add naive RSS support by Gregory CLEMENT · 10 years ago
  32. 2dcf75e net: mvneta: Associate RX queues with each CPU by Gregory CLEMENT · 10 years ago
  33. 90b74c0 net: mvneta: Make the default queue related for each port by Gregory CLEMENT · 10 years ago
  34. eb72f74 cxgb4: Handle clip return values by Hariprasad Shenai · 10 years ago
  35. 515123e mlxsw: core: remove an unneeded condition by Dan Carpenter · 10 years ago
  36. 82a0642 mlxsw: spectrum: fix some error handling by Dan Carpenter · 10 years ago
  37. 9dd2d6c netcp: add more __le32 annotations by Arnd Bergmann · 10 years ago
  38. 8990777 netcp: try to reduce type confusion in descriptors by Arnd Bergmann · 10 years ago
  39. 264a4ac chelsio: constify cmac_ops structures by Julia Lawall · 10 years ago
  40. 5abe255 bnx2x: remove rx_pkt/rx_calls by Eric Dumazet · 10 years ago
  41. 4d6acb6 bnx2x: avoid soft lockup in bnx2x_poll() by Eric Dumazet · 10 years ago
  42. 76928c9 cxgb4: Adds PCI device id for new T5 adapters by Hariprasad Shenai · 10 years ago
  43. 70055dd cxgb4: Add FL DMA mapping error and low counter by Hariprasad Shenai · 10 years ago
  44. 8d0557d cxgb4: Deal with wrap-around of queue for Work request by Hariprasad Shenai · 10 years ago
  45. 126fca6 cxgb4: prevent simultaneous execution of service_ofldq() by Hariprasad Shenai · 10 years ago
  46. 632be19 cxgb4: Use ACCES_ONCE macro to read queue's consumer index by Hariprasad Shenai · 10 years ago
  47. b8759e9 cxgb4/cxgb4vf: update Kconfig file to include T6 adapter by Hariprasad Shenai · 10 years ago
  48. 0bf9a7d cxgb4: Align rest of the ethtool get stats by Hariprasad Shenai · 10 years ago
  49. 9cbe9fd net: hns: optimize XGE capability by reducing cpu usage by yankejian · 10 years ago
  50. 78fa3c5 sh_eth: get rid of bb_{set|clr|read}() by Sergei Shtylyov · 10 years ago
  51. 39b4b06 sh_eth: factor out common code from MDIO bitbang methods by Sergei Shtylyov · 10 years ago
  52. 3242e2b sh_eth: remove mask fields from 'struct bb_info' by Sergei Shtylyov · 10 years ago
  53. 3cdb730 drivers: net: xgene: constify xgene_mac_ops and xgene_port_ops structures by Julia Lawall · 10 years ago
  54. e72c932 cxgb3: Convert simple_strtoul to kstrtox by LABBE Corentin · 10 years ago
  55. 668dda0 net, thunderx: Remove unnecessary rcv buffer start address management by Sunil Goutham · 10 years ago
  56. b45ceb4 net: thunderx: nicvf_queues: nivc_*_intr: remove duplication by Yury Norov · 10 years ago
  57. e57968a net/mlx4_core: Support the HA mode for SRIOV VFs too by Moni Shoua · 10 years ago
  58. 5f61385 net/mlx4_core: Keep VLAN/MAC tables mirrored in multifunc HA mode by Moni Shoua · 10 years ago
  59. 78efed2 net/mlx4_core: Support mirroring VF DMFS rules on both ports by Moni Shoua · 10 years ago
  60. 8d80d04 net/mlx4_core: Use both physical ports to dispatch link state events to VF by Moni Shoua · 10 years ago
  61. e34305c net/mlx4_core: Use both physical ports to set the VF link state by Or Gerlitz · 10 years ago
  62. 6633d38 Revert "i40e: remove CONFIG_I40E_VXLAN" by Singhai, Anjali · 10 years ago
  63. 03d13a5 fm10k: TRIVIAL cleanup order at top of fm10k_xmit_frame by Jacob Keller · 10 years ago
  64. c7bc952 fm10k: TRIVIAL fix typo of hardware by Jacob Keller · 10 years ago
  65. dbf4284 fm10k: change default Tx ITR to 25usec by Jacob Keller · 10 years ago
  66. 436ea95 fm10k: use macro for default Tx and Rx ITR values by Jacob Keller · 10 years ago
  67. 242722d fm10k: Update adaptive ITR algorithm by Jacob Keller · 10 years ago
  68. 584373f fm10k: introduce ITR_IS_ADAPTIVE macro by Jacob Keller · 10 years ago
  69. 20076fa fm10k: Add support for ITR scaling based on PCIe link speed by Jacob Keller · 10 years ago
  70. 5680ea6 fm10k: rename mbx_tx_oversized statistic to mbx_tx_dropped by Jacob Keller · 10 years ago
  71. 17d39fa fm10k: add statistics for actual DWORD count of mbmem mailbox by Jacob Keller · 10 years ago
  72. cdf32c9 fm10k: explicitly typecast vlan values to u16 by Jacob Keller · 10 years ago
  73. 9d4955b fm10k: Correct typecast in fm10k_update_xc_addr_pf by Jacob Keller · 10 years ago
  74. 875328e fm10k: reinitialize queuing scheme after calling init_hw by Jacob Keller · 10 years ago
  75. 1343c65 fm10k: always check init_hw for errors by Jacob Keller · 10 years ago
  76. 0e8d5b5 fm10k: reset max_queues on init_hw_vf failure by Jacob Keller · 10 years ago
  77. e024490 fm10k: set netdev features in one location by Jacob Keller · 10 years ago
  78. 37742f0 sh_eth: read MAC address registers only once by Sergei Shtylyov · 10 years ago
  79. d966063 ravb: read MAC address registers only once by Sergei Shtylyov · 10 years ago
  80. 44c33c6 bnx2x: simplify distinction between port and func stats by Michal Schmidt · 10 years ago
  81. 9adab1b bnx2x: change FW GRO error message to WARN_ONCE by Michal Schmidt · 10 years ago
  82. 5c9ffde bnx2x: drop redundant error message about allocation failure by Michal Schmidt · 10 years ago
  83. abd86a5 sfc: check warm_boot_count after other functions have been reset by Daniel Pieczko · 10 years ago
  84. 8044f97 net:hns: Add the init code to disable Hip06 "Hardware VLAN assist" by Salil · 10 years ago
  85. 38f616d net:hns: Add support of ethtool TSO set option for Hip06 in HNS by Salil · 10 years ago
  86. 64353af net:hns: Add Hip06 "TSO(TCP Segment Offload)" support HNS Driver by Salil · 10 years ago
  87. 6bc0ce7 net:hns: Add Hip06 "RSS(Receive Side Scaling)" support to HNS Driver by Salil · 10 years ago
  88. 13ac695 net:hns: Add support of Hip06 SoC to the Hislicon Network Subsystem by Salil · 10 years ago
  89. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  90. 071f5d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  91. 6b20da4 mlxsw: core: Change BUG to WARN in hwmon code by Jiri Pirko · 10 years ago
  92. ead8763 stmmac: ipq806x: Return error values instead of pointers by Stephen Boyd · 10 years ago
  93. 0c0744f mvneta: implement ethtool autonegotiation control by Stas Sergeev · 10 years ago
  94. aa5bc7a mvneta: consolidate autoneg enabling by Stas Sergeev · 10 years ago
  95. 3b5dde7 net: mv643xx: Use platform_register/unregister_drivers() by Thierry Reding · 10 years ago
  96. 8c7d397 net: mpc52xx: Use platform_register/unregister_drivers() by Thierry Reding · 10 years ago
  97. 0d1c744 net: bcm63xx: Use platform_register/unregister_drivers() by Thierry Reding · 10 years ago
  98. 36b9ddd net: bfin_mac: Use platform_register/unregister_drivers() by Thierry Reding · 10 years ago
  99. b664f00 bnxt_en: Setup uc_list mac filters after resetting the chip. by Michael Chan · 10 years ago
  100. bdd4347 bnxt_en: enforce proper storing of MAC address by Jeffrey Huang · 10 years ago