1. 5f45c83 fm10k: don't try to stop queues if we've lost hw_addr by Jacob Keller · 8 years ago
  2. 1809593 fm10k: don't continue probe if PCI device not in normal IO state by Jacob Keller · 8 years ago
  3. 76ef0fc fm10k: print error code when pci_enable_device_mem fails during probe by Jacob Keller · 8 years ago
  4. e5fbfb7 fm10k: NAPI polling routine must return actual work done by Jacob Keller · 8 years ago
  5. ce4dad2 fm10k: prefer READ_ONCE instead of ACCESS_ONCE by Jacob Keller · 8 years ago
  6. 88cdcfe fm10k: remove fm10k_get_reta_size from namespace by Jacob Keller · 8 years ago
  7. 4aa0bd5 fm10k: use variadic form of alloc_workqueue by Jacob Keller · 8 years ago
  8. 5b9e443 fm10k: use software values when checking for Tx hangs in hot path by Jacob Keller · 8 years ago
  9. e59a393 fm10k: fix PCI device enable_cnt leak in .io_slot_reset by Jacob Keller · 8 years ago
  10. f38ff2e i40e: Change some init flow for the client by Anjali Singhai Jain · 8 years ago
  11. 92ed843 ixgbe: Add support for new X557 device by Don Skidmore · 8 years ago
  12. a83c27e ixgbe: add device to MDIO speed setting by Don Skidmore · 8 years ago
  13. a0ad55a ixgbe: Fix led interface for X557 devices by Don Skidmore · 8 years ago
  14. a21d082 ixgbe: add support for geneve Rx offload by Emil Tantilov · 8 years ago
  15. c642697 ixgbevf: fix incorrect MAC address on load by Emil Tantilov · 8 years ago
  16. 27b23f9 ixgbe: report correct media type for KR, KX and KX4 interfaces by Veola Nazareth · 8 years ago
  17. c10ac75 ixgbe: Do not clear RAR entry when clearing VMDq for SAN MAC by Alexander Duyck · 8 years ago
  18. bf3a178 i40evf: Open RDMA Client after reset by Avinash Dayanand · 8 years ago
  19. c57c995 i40e/i40evf: Fix indentation by Jeff Kirsher · 8 years ago
  20. 0d8ab54 i40e: Correcting mutex usage in client code by Avinash Dayanand · 8 years ago
  21. 35f5034 i40e: Remove XSTRINGIFY macro definitions and uses by Joe Perches · 8 years ago
  22. 682d11d i40e: Initialize pointer in client_release function by Harshitha Ramamurthy · 8 years ago
  23. 91cdca4 i40e: Check client is open before calling client ops by Catherine Sullivan · 8 years ago
  24. fbcfac3 i40e: use matching format identifiers by Heinrich Schuchardt · 8 years ago
  25. 7d94906 i40e: Add support for HMC resource and profile for X722 by Carolyn Wyborny · 8 years ago
  26. b7eeef4 i40e: Fix byte ordering in ARP NS code for X722 by Carolyn Wyborny · 8 years ago
  27. ffeac83 i40e: refactor tail_bump check by Carolyn Wyborny · 8 years ago
  28. fe458e5 i40evf: report link speed by Mitch Williams · 8 years ago
  29. 6992a6c i40e: use alloc_workqueue instead of create_singlethread_workqueue by Jacob Keller · 8 years ago
  30. 552b996 i40e: use configured RSS key and lookup table in i40e_vsi_config_rss by Jacob Keller · 8 years ago
  31. 776b2e1 i40e: fix broken i40e_config_rss_aq function by Jacob Keller · 8 years ago
  32. 0582b96 i40e: move i40e_vsi_config_rss below i40e_get_rss_aq by Jacob Keller · 8 years ago
  33. 75d6720 Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  34. 57ca2a4 ixgbe: use atomic bitwise operations when handling reset requests by Emil Tantilov · 8 years ago
  35. ee95053 ixgbevf: only check Tx queue enablement when debugging by Emil Tantilov · 8 years ago
  36. 4ad6af0 ixgbevf: change hw_dbg to use netdev_dbg by Emil Tantilov · 8 years ago
  37. a55defd ixgbe: only check Tx queue enablement when debugging by Emil Tantilov · 8 years ago
  38. 54be813 igb: fix error code in igb_add_ethtool_nfc_entry() by Gangfeng Huang · 8 years ago
  39. 7a277a9 igb: support RX flow classification by VLAN priority by Gangfeng Huang · 8 years ago
  40. 64c75d4 igb: support RX flow classification by ethertype by Gangfeng Huang · 8 years ago
  41. 0e71def igb: add support of RX network flow classification by Gangfeng Huang · 8 years ago
  42. d40062f i40e: Expose 'trust' flag to userspace via ndo_get_vf_config. by Sridhar Samudrala · 8 years ago
  43. be0cb0a i40e: remove a stray unlock by Dan Carpenter · 8 years ago
  44. 93e6fa2 i40e/i40evf-Bump version from 1.6.11 to 1.6.12 by Bimmy Pujari · 8 years ago
  45. eb0dd6e i40e: Allow RSS Hash set with less than four parameters by Carolyn Wyborny · 8 years ago
  46. b7d2cd9 i40e: fix memory leak by Mitch Williams · 8 years ago
  47. d8ec986 i40e: fix lookup table when RSS disabled/enabled by Alan Brady · 8 years ago
  48. 6a23449 i40e: Don't notify client of VF reset during VF creation by Avinash Dayanand · 8 years ago
  49. 70df973 i40e: Force register writes to mitigate sync issues with iwarp VF driver by Avinash Dayanand · 8 years ago
  50. 59826d9 i40e: don't allow reduction of channels below active FD rules by Jacob Keller · 8 years ago
  51. 52a08ca i40e: Fix static analysis tool warning by Dave Ertman · 8 years ago
  52. 62fe2a8 i40evf: add missing rtnl_lock() around i40evf_set_interrupt_capability by Jacob Keller · 8 years ago
  53. 42bce04 i40e: reset RX csum error stat with other pf stats by Catherine Sullivan · 8 years ago
  54. dc5b4e9 i40e/i40evf: Reset VLAN filter count when resetting by Catherine Sullivan · 8 years ago
  55. 3a0f529 i40e: Fix a bug where a client close can be called before an open is complete by Anjali Singhai Jain · 8 years ago
  56. eb27163 i40e: Use list_move instead of list_del/list_add by Wei Yongjun · 8 years ago
  57. 22dc13c net_sched: convert tcf_exts from list to pointer array by WANG Cong · 8 years ago
  58. fbfe12c i40e: check for and deal with non-contiguous TCs by Dave Ertman · 8 years ago
  59. 3d95182 ixgbe: Re-enable ability to toggle VLAN filtering by Alexander Duyck · 8 years ago
  60. f60439b ixgbe: Force VLNCTRL.VFE to be set in all VMDq paths by Alexander Duyck · 8 years ago
  61. 8037dd6 e1000e: fix PTP on e1000_pch_lpt variants by Jarod Wilson · 8 years ago
  62. 0be5b96 e1000e: factor out systim sanitization by Jarod Wilson · 8 years ago
  63. 0066c8b igb: fix adjusting PTP timestamps for Tx/Rx latency by Kshitiz Gupta · 8 years ago
  64. c8d0267 Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  65. 9454c23 Merge branch 'pci/msi-affinity' into next by Bjorn Helgaas · 8 years ago
  66. 9bc4a1c Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  67. da54bb1 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  68. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  69. aac9e05 ixgbe: cleanup crosstalk fix by Don Skidmore · 8 years ago
  70. fdb359e ixgbe: remove redundant check on ret_val by Colin Ian King · 8 years ago
  71. 221c556 ixgbevf: Commonize mailbox write/read by Tony Nguyen · 8 years ago
  72. 6a11e52 ixgbevf: Add range checking for setting MTU by Tony Nguyen · 8 years ago
  73. 6e469ed ixgbevf: Protect ixgbevf_reset_subtask from remove event by Don Skidmore · 8 years ago
  74. 6b83687 ixgbe: Add missing destroy_workqueue() on error in ixgbe_init_module() by Wei Yongjun · 8 years ago
  75. 8e8247a ixgbevf: Add lock around ixgbevf_reinit_locked call by Don Skidmore · 8 years ago
  76. abf76d7 ixgbe: fix setup_fc for x550em by Emil Tantilov · 8 years ago
  77. 1d94f98 ixgbevf: add VF support for new hardware by Don Skidmore · 8 years ago
  78. 90c6f87 ixgbe: Fix minor typo while freeing irq by Babu Moger · 8 years ago
  79. 310ea12 ixgbe: Change register variable to unsigned by Don Skidmore · 8 years ago
  80. 9f8fe73 ixgbevf: bump version number by Don Skidmore · 8 years ago
  81. 003287e ixgbevf: Correct parameter sent to LED function by Don Skidmore · 8 years ago
  82. fc355e0 ixgbevf: fix NACK check in ixgbevf_set_uc_addr_vf() by Emil Tantilov · 8 years ago
  83. b1b15df i40e: Explicitly write platform-specific mac address after PF reset by Tushar Dave · 8 years ago
  84. 9169827 i40e: add missing link advertise setting by Stefan Assmann · 8 years ago
  85. cd3be16 i40e: Move the mutex lock in i40e_client_unregister by Catherine Sullivan · 8 years ago
  86. 4dec7d0 i40e: Remove redundant memset by Amitoj Kaur Chawla · 8 years ago
  87. ae33256c i40e/i40evf-bump version to 1.6.11 by Bimmy Pujari · 8 years ago
  88. c3c7ea2 i40e: refactor Rx filter handling by Mitch Williams · 8 years ago
  89. 9287141 i40evf: add hyperv dev ids by Joshua Hay · 8 years ago
  90. 8b60151 i40e: Remove device ID 0x37D4 by Catherine Sullivan · 8 years ago
  91. 88dc9e6 i40e/i40evf: remove useless initializer by Mitch Williams · 8 years ago
  92. 2853704 i40e: Fix to show correct Advertised Link Modes when link is down by Avinash Dayanand · 8 years ago
  93. cd95672 i40e: avoid null pointer dereference by Heinrich Schuchardt · 9 years ago
  94. 5264cc6 fm10k: bump version number by Jacob Keller · 8 years ago
  95. 30e23b7 fm10k: return proper error code when pci_enable_msix_range fails by Jacob Keller · 8 years ago
  96. 0356b23 fm10k: force link to remain down for at least a second on resume events by Jacob Keller · 8 years ago
  97. 0afd20e fm10k: implement request_lport_map pointer by Jacob Keller · 8 years ago
  98. 9d7dbf0 fm10k: check if PCIe link is restored by Jacob Keller · 8 years ago
  99. 0d63a8f fm10k: enable bus master after every reset by Jacob Keller · 8 years ago
  100. 7756c08 fm10k: use common flow for suspend and resume by Jacob Keller · 8 years ago