1. 4ad6af0 ixgbevf: change hw_dbg to use netdev_dbg by Emil Tantilov · 8 years ago
  2. 1d94f98 ixgbevf: add VF support for new hardware by Don Skidmore · 8 years ago
  3. 2f8214f ixgbevf: Use mac_ops instead of trying to identify NIC type by Alexander Duyck · 8 years ago
  4. c6d4517 ixgbevf: Support Windows hosts (Hyper-V) by KY Srinivasan · 8 years ago
  5. 8d055cc ixgbevf: make use of BIT() macro to avoid shift of signed values by Jacob Keller · 8 years ago
  6. a02a5a5 ixgbevf: add support for per-queue ethtool stats by Emil Tantilov · 8 years ago
  7. d5dd7c3 ixgbevf: use bit operations for setting and checking resets by Emil Tantilov · 9 years ago
  8. 324d086 ixgbevf: call ndo_stop() instead of dev_close() when running offline selftest by Stefan Assmann · 8 years ago
  9. 8a9ca11 ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12K by Alexander Duyck · 9 years ago
  10. 8443c1a4 ixgbe, ixgbevf: Add new mbox API xcast mode by Hiroshi Shimamoto · 9 years ago
  11. 9cba434 ixgbevf: add support for reporting RSS key and hash table for X550 by Emil Tantilov · 9 years ago
  12. ad1431e ixgbevf: Add RSS Key query code by Vlad Zolotarov · 9 years ago
  13. 94cf66f ixgbevf: Add a RETA query code by Vlad Zolotarov · 9 years ago
  14. dec0d8e ixgbevf: Fix code comments and whitespace by Jeff Kirsher · 9 years ago
  15. 9ac5c5c ixgbevf: combine all of the tasks into a single service task by Emil Tantilov · 9 years ago
  16. e66c92a ixgbevf: rewrite watchdog task to function similar to igbvf by Emil Tantilov · 9 years ago
  17. e08400b ixgbevf: Add code to check for Tx hang by Emil Tantilov · 9 years ago
  18. 2dc571a ixgbevf: enable multiple queue support by Emil Tantilov · 10 years ago
  19. 47068b0 ixgbevf: add support for X550 VFs by Emil Tantilov · 10 years ago
  20. 688ff32 ixgbevf: add netpoll support by Emil Tantilov · 10 years ago
  21. bad1723 ixgbevf: Change receive model to use double buffered page based receives by Emil Tantilov · 10 years ago
  22. 4b95fe3 ixgbevf: Update Rx next to clean in real time by Emil Tantilov · 10 years ago
  23. dff8052 ixgbevf: Combine the logic for post Rx processing into single function by Emil Tantilov · 10 years ago
  24. ec62fe2 ixgbevf: Test Rx status bits directly out of the descriptor by Emil Tantilov · 10 years ago
  25. 8d34b31 ixgbevf: remove useless bd_number from struct ixgbevf_adapter by Ethan Zhao · 10 years ago
  26. ea69956 ixgbevf: Add bit to mark work queue initialization by Mark Rustad · 10 years ago
  27. bc0c715 ixgbevf: Fix rcu warnings induced by LER by Mark Rustad · 10 years ago
  28. dbf8b0d ixgbevf: Check register reads for adapter removal by Mark Rustad · 10 years ago
  29. 06380db ixgbevf: Use static inlines instead of macros by Mark Rustad · 10 years ago
  30. 2e7cfbd ixgbevf: Indicate removal state explicitly by Mark Rustad · 10 years ago
  31. 9bdfefd ixgbevf: redo dma mapping using the tx buffer info by Emil Tantilov · 10 years ago
  32. 7ad1a09 ixgbevf: make the first tx_buffer a repository for most of the skb info by Emil Tantilov · 10 years ago
  33. 9703192 ixgbevf: remove counters for Tx/Rx checksum offload by Emil Tantilov · 10 years ago
  34. 095e261 ixgbevf: move ring specific stats into ring specific structure by Emil Tantilov · 10 years ago
  35. 05d063a ixgbevf: make use of the dev pointer in the ixgbevf_ring struct by Emil Tantilov · 10 years ago
  36. 87e70ab ixgbevf: Convert ring storage form pointer to an array to array of pointers by Don Skidmore · 10 years ago
  37. e689e72 ixgbevf: set the disable state when ixgbevf_qv_disable is called by Jacob Keller · 10 years ago
  38. 220fe05 ixgbevf: add DCB configuration into queue setup by Don Skidmore · 11 years ago
  39. 5cdab2f ixgbe: Focus config of head, tail ntc, and ntu all into a single function by Don Skidmore · 11 years ago
  40. f880d07 ixgbe: cleanup IXGBE_DESC_UNUSED by Don Skidmore · 11 years ago
  41. 44bd741 ixgbevf: Add zero_base handler to network statistics by Don Skidmore · 11 years ago
  42. 3b5dca2 ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLL by Jacob Keller · 11 years ago
  43. c777cdf ixgbevf: implement CONFIG_NET_RX_BUSY_POLL by Jacob Keller · 11 years ago
  44. 3849623 ixgbevf: implement ethtool get/set coalesce by Jacob Keller · 11 years ago
  45. 5ccc921 intel: Remove extern from function prototypes by Joe Perches · 11 years ago
  46. e757e3e ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid races by Alexander Duyck · 11 years ago
  47. 55fb277 ixgbevf: Add checksum statistics counters to rings by Greg Rose · 12 years ago
  48. 7af335c ixgbevf: Remove the ring adapter pointer value by Greg Rose · 12 years ago
  49. 85624ca ixgbevf: Reduce size of maximum rx buffer by Greg Rose · 12 years ago
  50. 366c109 ixgbevf: Add flag to indicate when rx is in net poll by Greg Rose · 12 years ago
  51. 56e9409 ixgbevf: Add VF DCB + SR-IOV support by Alexander Duyck · 12 years ago
  52. c88887e ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangs by Alexander Duyck · 12 years ago
  53. 5c60f81 ixgbevf: Add fix to VF to handle multi-descriptor buffers by Alexander Duyck · 12 years ago
  54. dd1fe11 ixgbevf: Cleanup handling of configuration for jumbo frames by Alexander Duyck · 12 years ago
  55. ce42260 ixgbevf: Fix namespace issue with ixgbe_write_eitr by Greg Rose · 12 years ago
  56. 1c55ed7 ixgbevf: Add lock around mailbox ops to prevent simultaneous access by Alexander Duyck · 12 years ago
  57. fb40195 ixgbevf: Add netdev to ring structure by Alexander Duyck · 12 years ago
  58. 908421f ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffix by Alexander Duyck · 12 years ago
  59. 5f3600e ixgbevf: Use igb style interrupt masks instead of ixgbe style by Alexander Duyck · 12 years ago
  60. fa71ae2 ixgbevf: Move Tx clean-up into NAPI context by Alexander Duyck · 12 years ago
  61. 6b43c44 ixgbevf: Update q_vector to contain ring pointers instead of bitmaps by Alexander Duyck · 12 years ago
  62. e2c28ce ixgbevf: Drop use of eitr_low and eitr_high for hard coded values by Alexander Duyck · 12 years ago
  63. 525a940 ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flag by Alexander Duyck · 12 years ago
  64. fd13a9a ixgbevf: Drop netdev_registered value since that is already stored in netdev by Alexander Duyck · 12 years ago
  65. 77d5dfc ixgbevf: Drop all dead or unnecessary code by Alexander Duyck · 12 years ago
  66. 795180d ixgbevf: Make sure jumbo frames are set correctly after PF reset by Greg Rose · 12 years ago
  67. 5c47a2b ixgbevf: Update copyright notices by Greg Rose · 12 years ago
  68. 3d8fe98 ixgbevf: make operations tables const by Stephen Hemminger · 12 years ago
  69. b5417bf ixgbevf: fix sparse warnings by Stephen Hemminger · 12 years ago
  70. 4197aa7 ixgbevf: provide 64 bit statistics by Eric Dumazet · 13 years ago
  71. dee1ad4 intel: Move the Intel wired LAN drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/ixgbevf/ixgbevf.h]
  72. dadcd65 ixgbevf: do vlan cleanup by Jiri Pirko · 13 years ago
  73. f416dfc ixgbevf: Fix bungled declaration of ixgbevf_mbx_ops by Greg Rose · 13 years ago
  74. 23633b1 ixgbevf: remove Tx hang detection by Lior Levy · 13 years ago
  75. 2316aa2 ixgbevf: Add X540 VF device support to the ixgbevf driver by Greg Rose · 14 years ago
  76. 66c87bd ixgbevf: Update Version String and Copyright Notice by Greg Rose · 14 years ago
  77. fb621ba ixgbevf: remove private net_device_stats by Eric Dumazet · 14 years ago
  78. 92915f7 ixgbevf: Driver main and ethool interface module and main header by Greg Rose · 14 years ago