1. 14b22cd ixgbevf: add spinlocks for MTU change calls by Emil Tantilov · 8 years ago
  2. c642697 ixgbevf: fix incorrect MAC address on load by Emil Tantilov · 8 years ago
  3. ee95053 ixgbevf: only check Tx queue enablement when debugging by Emil Tantilov · 8 years ago
  4. 4ad6af0 ixgbevf: change hw_dbg to use netdev_dbg by Emil Tantilov · 8 years ago
  5. 221c556 ixgbevf: Commonize mailbox write/read by Tony Nguyen · 8 years ago
  6. 6a11e52 ixgbevf: Add range checking for setting MTU by Tony Nguyen · 8 years ago
  7. 6e469ed ixgbevf: Protect ixgbevf_reset_subtask from remove event by Don Skidmore · 8 years ago
  8. 8e8247a ixgbevf: Add lock around ixgbevf_reinit_locked call by Don Skidmore · 8 years ago
  9. 1d94f98 ixgbevf: add VF support for new hardware by Don Skidmore · 8 years ago
  10. 9f8fe73 ixgbevf: bump version number by Don Skidmore · 8 years ago
  11. fc355e0 ixgbevf: fix NACK check in ixgbevf_set_uc_addr_vf() by Emil Tantilov · 8 years ago
  12. b3a3c51 ixgbevf: ixgbevf_write/read_posted_mbx should use IXGBE_ERR_MBX to initialize ret_val by Xin Long · 8 years ago
  13. bf2d1df intel: Add support for IPv6 IP-in-IP offload by Alexander Duyck · 8 years ago
  14. 7e13318 net: define gso types for IPx over IPv4 and IPv6 by Tom Herbert · 8 years ago
  15. 8b44a8a ixgbevf: Remove unused parameter by Tony Nguyen · 8 years ago
  16. 2f8214f ixgbevf: Use mac_ops instead of trying to identify NIC type by Alexander Duyck · 8 years ago
  17. 33b0eb1 ixgbevf: Change the relaxed order settings in VF driver for sparc by Babu Moger · 8 years ago
  18. c6d4517 ixgbevf: Support Windows hosts (Hyper-V) by KY Srinivasan · 8 years ago
  19. b4363fb ixgbevf: Add the device ID's presented while running on Hyper-V by KY Srinivasan · 8 years ago
  20. 7921f4d ixgbevf: Move API negotiation function into mac_ops by Alexander Duyck · 8 years ago
  21. b83e301 ixgbe/ixgbevf: Add support for GSO partial by Alexander Duyck · 8 years ago
  22. 8d055cc ixgbevf: make use of BIT() macro to avoid shift of signed values by Jacob Keller · 8 years ago
  23. a02a5a5 ixgbevf: add support for per-queue ethtool stats by Emil Tantilov · 8 years ago
  24. d72d6c1 ixgbevf: refactor ethtool stats handling by Emil Tantilov · 8 years ago
  25. 8220bbc ixgbe/ixgbevf: Add support for bulk free in Tx cleanup & cleanup boolean logic by Alexander Duyck · 9 years ago
  26. cb2b3ed ixgbevf: Add support for generic Tx checksums by Alexander Duyck · 9 years ago
  27. d5dd7c3 ixgbevf: use bit operations for setting and checking resets by Emil Tantilov · 9 years ago
  28. 32ca686 ixgbevf: fix error code path when setting MAC address by Emil Tantilov · 9 years ago
  29. 324d086 ixgbevf: call ndo_stop() instead of dev_close() when running offline selftest by Stefan Assmann · 9 years ago
  30. fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 8 years ago
  31. 9ad3d6f ixgbevf: minor cleanups for ixgbevf_set_itr() by Emil Tantilov · 9 years ago
  32. d0f71af ixgbevf: Fix handling of NAPI budget when multiple queues are enabled per vector by William Dauchy · 9 years ago
  33. d34a614 ixgbevf: Handle extended IPv6 headers in Tx path by Mark Rustad · 9 years ago
  34. 50985b5 ixgbevf: Minor cleanups by Mark Rustad · 9 years ago
  35. 40a13e2 ixgbevf: Use a private workqueue to avoid certain possible hangs by Mark Rustad · 9 years ago
  36. 465fc643 ixgbevf: fix spoofed packets with random MAC by Emil Tantilov · 9 years ago
  37. 91a76ba ixgbevf: use ether_addr_copy instead of memcpy by Emil Tantilov · 9 years ago
  38. ef2662b ixgbe/ixgbevf: use napi_schedule_irqoff() by Alexander Duyck · 9 years ago
  39. 8a9ca11 ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12K by Alexander Duyck · 9 years ago
  40. 93d05d4 net: provide generic busy polling to all NAPI drivers by Eric Dumazet · 9 years ago
  41. 8443c1a4 ixgbe, ixgbevf: Add new mbox API xcast mode by Hiroshi Shimamoto · 9 years ago
  42. 32b3e08 drivers/net/intel: use napi_complete_done() by Jesse Brandeburg · 9 years ago
  43. 0f90300 ixgbevf: Enables TSO for stacked VLAN by Toshiaki Makita · 9 years ago
  44. 0d36938 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  45. 2f064f3 mm: make page pfmemalloc check more robust by Michal Hocko · 9 years ago
  46. 9cba434 ixgbevf: add support for reporting RSS key and hash table for X550 by Emil Tantilov · 9 years ago
  47. 1e1429d ixgbevf: Set Rx hash type for ingress packets by Fan Du · 9 years ago
  48. 5505bdb ixgbevf: fold ixgbevf_pull_tail into ixgbevf_add_rx_frag by Alexander Duyck · 9 years ago
  49. e7fcd54 ixgbevf: Use dev_kfree_skb_any in xmit path, not dev_kfree_skb by Alexander Duyck · 9 years ago
  50. b641173 ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and key by Vlad Zolotarov · 9 years ago
  51. ad1431e ixgbevf: Add RSS Key query code by Vlad Zolotarov · 9 years ago
  52. 94cf66f ixgbevf: Add a RETA query code by Vlad Zolotarov · 9 years ago
  53. 0d8bb41 ixgbevf: Use ether_addr_copy() instead of memcpy() by Jeff Kirsher · 10 years ago
  54. dec0d8e ixgbevf: Fix code comments and whitespace by Jeff Kirsher · 10 years ago
  55. dbedd44 ethernet: codespell comment spelling fixes by Joe Perches · 10 years ago
  56. 9ac5c5c ixgbevf: combine all of the tasks into a single service task by Emil Tantilov · 10 years ago
  57. e66c92a ixgbevf: rewrite watchdog task to function similar to igbvf by Emil Tantilov · 10 years ago
  58. e08400b ixgbevf: Add code to check for Tx hang by Emil Tantilov · 10 years ago
  59. d9bdb57 ixgbevf: Fix ordering of shutdown to correctly disable Rx and Tx by Emil Tantilov · 10 years ago
  60. 39f35a3 ixgbevf: set vlan_features in a single write instead of several ORs by Emil Tantilov · 10 years ago
  61. 9295edb ixgbevf: add RSS support for X550 by Emil Tantilov · 10 years ago
  62. 2dc571a ixgbevf: enable multiple queue support by Emil Tantilov · 10 years ago
  63. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  64. 10e4fb3 ixgbevf: Fix checksum error when using stacked vlan by Toshiaki Makita · 10 years ago
  65. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  66. a94d9e2 ethernet/intel: Use eth_skb_pad and skb_put_padto helpers by Alexander Duyck · 10 years ago
  67. 0333464 ixgbevf: fix possible crashes in probe and remove by Emil Tantilov · 10 years ago
  68. 47068b0 ixgbevf: add support for X550 VFs by Emil Tantilov · 10 years ago
  69. 688ff32 ixgbevf: add netpoll support by Emil Tantilov · 10 years ago
  70. 6622402 ixgbevf: compare total_rx_packets and budget in ixgbevf_clean_rx_irq by Emil Tantilov · 10 years ago
  71. bad1723 ixgbevf: Change receive model to use double buffered page based receives by Emil Tantilov · 10 years ago
  72. 4b95fe3 ixgbevf: Update Rx next to clean in real time by Emil Tantilov · 10 years ago
  73. 0579eef ixgbevf: reorder main loop in ixgbe_clean_rx_irq to allow for do/while/continue by Emil Tantilov · 10 years ago
  74. b97fe3b ixgbevf: Cleanup variable usage, improve stack performance by Emil Tantilov · 10 years ago
  75. dff8052 ixgbevf: Combine the logic for post Rx processing into single function by Emil Tantilov · 10 years ago
  76. ec62fe2 ixgbevf: Test Rx status bits directly out of the descriptor by Emil Tantilov · 10 years ago
  77. bafa578 ixgbevf: Update ixgbevf_alloc_rx_buffers to handle clearing of status bits by Emil Tantilov · 10 years ago
  78. 8d34b31 ixgbevf: remove useless bd_number from struct ixgbevf_adapter by Ethan Zhao · 10 years ago
  79. db99d95 ixgbevf: Resolve missing-field-initializers warnings by Mark Rustad · 10 years ago
  80. b8a2ca1 ixgbevf: introduce delay for checking VFLINKS on 82599 by Emil Tantilov · 10 years ago
  81. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  82. 9f1fb8a ixgbevf: Remove unused get_supported_physical_layer pointer by Mark Rustad · 10 years ago
  83. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  84. 537fae0 net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate by Jiri Pirko · 10 years ago
  85. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  86. b8ce18c ixgbevf: remove 82599 from the module description by Emil Tantilov · 10 years ago
  87. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  88. 8f12c03 ixgbevf: remove open-coded skb_cow_head by Francois Romieu · 10 years ago
  89. ea69956 ixgbevf: Add bit to mark work queue initialization by Mark Rustad · 11 years ago
  90. bc0c715 ixgbevf: Fix rcu warnings induced by LER by Mark Rustad · 11 years ago
  91. 32c7494 ixgbevf: Change ixgbe_read_reg to ixgbevf_read_reg by Mark Rustad · 10 years ago
  92. 2659780 ixgbevf: Additional adapter removal checks by Mark Rustad · 11 years ago
  93. 984b0ee ixgbevf: Check for adapter removal on register writes by Mark Rustad · 11 years ago
  94. dbf8b0d ixgbevf: Check register reads for adapter removal by Mark Rustad · 11 years ago
  95. 388b2e4 ixgbevf: Make the ethtool register test use accessors by Mark Rustad · 11 years ago
  96. 06380db ixgbevf: Use static inlines instead of macros by Mark Rustad · 11 years ago
  97. 0933ce4 ixgbevf: Convert uses of __constant_<foo> to <foo> by Joe Perches · 11 years ago
  98. 5b346dc ixgbevf: Protect ixgbevf_down with __IXGBEVF_DOWN bit by Mark Rustad · 11 years ago
  99. 2e7cfbd ixgbevf: Indicate removal state explicitly by Mark Rustad · 11 years ago
  100. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 10 years ago