1. 47994c1 i40e: remove hw_disabled_flags in favor of using separate flag bits by Jacob Keller · 8 years ago
  2. 789f38c i40evf: remove needless min_t() on num_online_cpus()*2 by Jacob Keller · 8 years ago
  3. 0da36b9 i40e: use DECLARE_BITMAP for state fields by Jacob Keller · 8 years ago
  4. d19cb64 i40e: separate PF and VSI state flags by Jacob Keller · 8 years ago
  5. 2318b40 i40e: remove unnecessary msleep() delay in i40e_free_vfs by Jacob Keller · 8 years ago
  6. 707d088 i40e: amortize wait time when disabling lots of VFs by Jacob Keller · 8 years ago
  7. 1f190d9 i40e: Reprogram port offloads after reset by Alexander Duyck · 8 years ago
  8. 27826fd i40e: rename index to port to avoid confusion by Jacob Keller · 8 years ago
  9. 1b48437 i40e: make use of i40e_reset_all_vfs when initializing new VFs by Jacob Keller · 8 years ago
  10. 6322e63 i40e: properly spell I40E_VF_STATE_* flags by Jacob Keller · 8 years ago
  11. e60ae00 ixgbevf: Check for RSS key before setting value by Tony Nguyen · 8 years ago
  12. 82fb670 ixgbevf: Fix errors in retrieving RETA and RSS from PF by Tony Nguyen · 8 years ago
  13. 3dfbfc7 ixgbe: Check for RSS key before setting value by Tony Nguyen · 8 years ago
  14. 8dc963e ixgbe: Add 1000Base-T device based on X550EM_X MAC by Paul Greenwalt · 8 years ago
  15. 27bdc44 ixgbe: Allow setting zero MAC address for VF by Tony Nguyen · 8 years ago
  16. f87fc44 ixgbevf: fix size of queue stats length by Emil Tantilov · 8 years ago
  17. e251ecf ixgbe: clean macvlan MAC filter table on VF reset by Emil Tantilov · 8 years ago
  18. 7379f97 ixgbe: delay tail write to every 'n' packets by John Fastabend · 8 years ago
  19. 33fdc82 ixgbe: add support for XDP_TX action by John Fastabend · 8 years ago
  20. 9247080 ixgbe: add XDP support for pass and drop actions by John Fastabend · 8 years ago
  21. 6133406 ixgbe: Acquire PHY semaphore before device reset by Paul Greenwalt · 8 years ago
  22. 9b53816 Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  23. 072cec7 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  24. 55c05dd igbvf: Use net_device_stats from struct net_device by Tobias Klauser · 8 years ago
  25. b90fa87 igb: Enable reading of wake up packet by Kim Tatt Chuah · 8 years ago
  26. 4827cc3 igb/igbvf: Add VF MAC filter request capabilities by Yury Kylulin · 8 years ago
  27. 83c2133 igb: improve MAC filter handling by Yury Kylulin · 8 years ago
  28. 5313eec e1000e: fix timing for 82579 Gigabit Ethernet controller by Bernd Faust · 8 years ago
  29. 541c166 ixgb: Omit private ndo_get_stats function by Tobias Klauser · 8 years ago
  30. 14cf2dd e1000: Omit private ndo_get_stats function by Tobias Klauser · 8 years ago
  31. 3480756 i40e: use i40e_stop_rings_no_wait to implement PORT_SUSPENDED state by Jacob Keller · 8 years ago
  32. e4b433f i40e: reset all VFs in parallel when rebuilding PF by Jacob Keller · 8 years ago
  33. 9dc2e41 i40e: split some code in i40e_reset_vf into helpers by Jacob Keller · 8 years ago
  34. 1de81c2 i40e: remove I40E_FLAG_IN_NETPOLL entirely by Jacob Keller · 8 years ago
  35. 9e3f23f i40e: reduce wait time for adminq command completion by Jacob Keller · 8 years ago
  36. e8d2f4c i40e: fix CONFIG_BUSY checks in i40e_set_settings function by Jacob Keller · 8 years ago
  37. c768e49 i40e: factor out queue control from i40e_vsi_control_(tx|rx) by Jacob Keller · 8 years ago
  38. 024b05f i40e: don't hold RTNL lock while waiting for VF reset to finish by Jacob Keller · 8 years ago
  39. 1d5c960 i40e: new AQ commands by Jingjing Wu · 8 years ago
  40. ed0980c i40e/i40evf: Add tracepoints by Scott Peterson · 8 years ago
  41. 3118025 i40e: dump VF information in debugfs by Mitch Williams · 8 years ago
  42. 0e626ff i40e: Fix support for flow director programming status by Alexander Duyck · 8 years ago
  43. 53240e9 i40e/i40evf: Remove VF Rx csum offload for tunneled packets by alice michael · 8 years ago
  44. 4a0a3ab i40evf: Use net_device_stats from struct net_device by Tobias Klauser · 8 years ago
  45. 18a8cc9 ixgbe: Fix output from ixgbe_dump by Alexander Duyck · 8 years ago
  46. 541ea69 ixgbe: Add support for maximum headroom when using build_skb by Alexander Duyck · 8 years ago
  47. f4a6374 ixgbe: add check for VETO bit when configuring link for KR by Tony Nguyen · 8 years ago
  48. 9668c93 ixgbevf: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 9 years ago
  49. 7ee814d ixgbe: Remove unused define by Don Skidmore · 9 years ago
  50. 5c11f00 ixgbe: do not use adapter->num_vfs when setting VFs via module parameter by Emil Tantilov · 9 years ago
  51. da614d0 ixgbe: return early instead of wrap block in if statement by Emil Tantilov · 9 years ago
  52. 2bc0972 ixgbe: move num_vfs_macvlans allocation into separate function by Emil Tantilov · 9 years ago
  53. 5b9d3cf ixgbe: add default setup_link for x550em_a MAC type by Emil Tantilov · 9 years ago
  54. 8e5c9c5 ixgbe: list X553 backplane speeds correctly by Don Skidmore · 9 years ago
  55. 18e01ee ixgbe: Add X552 XFI backplane support by Don Skidmore · 9 years ago
  56. 18bda0d ixgbe: Complete support for X553 sgmii by Don Skidmore · 9 years ago
  57. 5fbf5ad ixgbe: Remove driver config for KX4 PHY by Tony Nguyen · 9 years ago
  58. 332f235 ixgbe: Remove pr_cont uses by Joe Perches · 9 years ago
  59. b5d8acb ixgbe: Avoid Tx hang by not allowing more than the number of VFs supported. by Usha Ketineni · 9 years ago
  60. f8b45b7 i40e/i40evf: Use build_skb to build frames by Alexander Duyck · 8 years ago
  61. ca9ec08 i40e/i40evf: Add support for padding start of frames by Alexander Duyck · 8 years ago
  62. 98efd69 i40e/i40evf: Add support for using order 1 pages with a 3K buffer by Alexander Duyck · 8 years ago
  63. 3351219 i40e: clean up historic deprecated flag definitions by Jacob Keller · 8 years ago
  64. 78786d4 i40e: remove I40E_FLAG_NEED_LINK_UPDATE by Alice Michael · 8 years ago
  65. af26ce2 i40e: remove extraneous loop in i40e_vsi_wait_queues_disabled by Jacob Keller · 8 years ago
  66. 41c4c2b i40e: allow look-up of MAC address from Open Firmware or IDPROM by Jacob Keller · 8 years ago
  67. 17daabb i40e: Simplify i40e_detect_recover_hung_queue logic by Alan Brady · 8 years ago
  68. 373149f i40e: Decrease the scope of rtnl lock by Maciej Sosin · 8 years ago
  69. e8c5f72 i40e: Swap use of pf->flags and pf->hw_disabled_flags for ATR Eviction by Alexander Duyck · 8 years ago
  70. a346fb8 i40e: update error message when trying to add invalid filters by Jacob Keller · 8 years ago
  71. 004eb61 i40e: only register client on iWarp-capable devices by Mitch Williams · 8 years ago
  72. 921c467 i40e: close client on remove and shutdown by Mitch Williams · 8 years ago
  73. 8090f61 i40e: register existing client on probe by Mitch Williams · 8 years ago
  74. 295c0a5 i40e: remove client instance on driver unload by Mitch Williams · 8 years ago
  75. bacd75c i40e/i40evf: Add capability exchange for outer checksum by Preethi Banala · 8 years ago
  76. b4041278 Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  77. 6f14f44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  78. 7d4fe0d fm10k: do not enqueue mailbox when host not ready by Ngai-Mint Kwan · 9 years ago
  79. 16b1889 fm10k: disable receive queue when configuring ring by Ngai-Mint Kwan · 9 years ago
  80. 0295770 fm10k: update function header comment for fm10k_get_stats64 by Jacob Keller · 9 years ago
  81. b4fd8ff fm10k: allow service task to reschedule itself by Jacob Keller · 9 years ago
  82. 4692955 fm10k: future-proof state bitmaps using DECLARE_BITMAP by Jacob Keller · 9 years ago
  83. 3ee7b3a fm10k: use a BITMAP for flags to avoid race conditions by Jacob Keller · 9 years ago
  84. 540fca3 fm10k: correctly check if interface is removed by Phil Turnbull · 9 years ago
  85. 282ccf6 drivers: add explicit interrupt.h includes by Florian Westphal · 8 years ago
  86. d08a9f6 i40e: fix for queue timing delays by Wyborny, Carolyn · 8 years ago
  87. dab86af i40e/i40evf: Change the way we limit the maximum frame size for Rx by Alexander Duyck · 8 years ago
  88. c424d4a i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flow by Alexander Duyck · 8 years ago
  89. fa2343e i40e/i40evf: Break i40e_fetch_rx_buffer up to allow for reuse of frag code by Alexander Duyck · 8 years ago
  90. a0cfc31 i40e/i40evf: Pull out code for cleaning up Rx buffers by Alexander Duyck · 8 years ago
  91. 9a06412 i40e/i40evf: Pull code for grabbing and syncing rx_buffer from fetch_buffer by Alexander Duyck · 8 years ago
  92. d57c0e0 i40e/i40evf: Use length to determine if descriptor is done by Alexander Duyck · 8 years ago
  93. 3a104f8 i40e: remove FDIR_REQUIRES_REINIT driver flag by Jacob Keller · 8 years ago
  94. d9eaf12 i40e: remove a useless goto statement by Jacob Keller · 8 years ago
  95. 1fca326 i40e: Check for new arq elements before leaving the adminq subtask loop by Christopher N Bednarz · 8 years ago
  96. 6030308 i40e: use register for XL722 control register read/write by Paul M Stillwell Jr · 8 years ago
  97. aca955d i40e: Clean up handling of private flags by Alexander Duyck · 8 years ago
  98. b1cb07d i40evf: enforce descriptor write-back mechanism for VF by Preethi Banala · 8 years ago
  99. 7be147d i40e: initialize params before notifying of l2_param_changes by Jacob Keller · 8 years ago
  100. 703ba88 i40evf: dereference VSI after VSI has been null checked by Colin Ian King · 8 years ago