1. 91e2b89 ixgbevf: Set the netdev number of Tx queues by Greg Rose · 12 years ago
  2. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  3. 2ddc7fe ixgbevf: Return error on failure to enable VLAN by Alexander Duyck · 12 years ago
  4. 5c60f81 ixgbevf: Add fix to VF to handle multi-descriptor buffers by Alexander Duyck · 12 years ago
  5. ac6ed8f ixgbevf: Fix AIM (Adaptive Interrupt Moderation) by Greg Rose · 12 years ago
  6. b3d58a8 ixgbevf - Remove unused parameter in ixgbevf_receive_skb by Narendra K · 12 years ago
  7. 4b2cd27 ixgbevf: Fix code for handling timeout by Alexander Duyck · 12 years ago
  8. 3118678 ixgbevf: Add support for VF API negotiation by Alexander Duyck · 12 years ago
  9. 3646f0e netdev: make pci_error_handlers const by Stephen Hemminger · 12 years ago
  10. dd1fe11 ixgbevf: Cleanup handling of configuration for jumbo frames by Alexander Duyck · 12 years ago
  11. 0ac1e8c ixgbevf: Add suspend and resume support to the VF by Alexander Duyck · 13 years ago
  12. 0614002 netvm: propagate page->pfmemalloc from skb_alloc_page to skb by Mel Gorman · 12 years ago
  13. ce42260 ixgbevf: Fix namespace issue with ixgbe_write_eitr by Greg Rose · 13 years ago
  14. 9f19f31 ixgbevf: Add support for PCI error handling by Alexander Duyck · 13 years ago
  15. 1c55ed7 ixgbevf: Add lock around mailbox ops to prevent simultaneous access by Alexander Duyck · 13 years ago
  16. abaa72d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  17. 70a10e2 ixgbevf: Consolidate Tx context descriptor creation code by Alexander Duyck · 13 years ago
  18. fb40195 ixgbevf: Add netdev to ring structure by Alexander Duyck · 13 years ago
  19. 18c6308 ixgbevf: Do not rewind the Rx ring before bumping tail by Alexander Duyck · 13 years ago
  20. 5d9a533 ixgbevf: fix VF untagging when 802.1 prio is set by Pascal Bouchareine · 13 years ago
  21. 908421f ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffix by Alexander Duyck · 13 years ago
  22. 5f3600e ixgbevf: Use igb style interrupt masks instead of ixgbe style by Alexander Duyck · 13 years ago
  23. fa71ae2 ixgbevf: Move Tx clean-up into NAPI context by Alexander Duyck · 13 years ago
  24. 6b43c44 ixgbevf: Update q_vector to contain ring pointers instead of bitmaps by Alexander Duyck · 13 years ago
  25. 10cc1bd ixgbevf: Fix panic when loading driver by Alexander Duyck · 12 years ago
  26. 3595990 ixgbevf: Cleanup accounting for space needed at start of xmit_frame by Alexander Duyck · 13 years ago
  27. e2c28ce ixgbevf: Drop use of eitr_low and eitr_high for hard coded values by Alexander Duyck · 13 years ago
  28. 525a940 ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flag by Alexander Duyck · 13 years ago
  29. fd13a9a ixgbevf: Drop netdev_registered value since that is already stored in netdev by Alexander Duyck · 13 years ago
  30. 77d5dfc ixgbevf: Drop all dead or unnecessary code by Alexander Duyck · 13 years ago
  31. 9365976 ixgbevf: Prevent RX/TX statistics getting reset to zero by Narendra K · 12 years ago
  32. 49ce9c2 drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  33. 9cd9130 ixgbevf: Update version string by Greg Rose · 13 years ago
  34. 795180d ixgbevf: Make sure jumbo frames are set correctly after PF reset by Greg Rose · 13 years ago
  35. b3f4d59 intel: make wired ethernet driver message level consistent (rev2) by stephen hemminger · 13 years ago
  36. f794e7e ixgbevf: print MAC via printk format specifier by Danny Kukawka · 13 years ago
  37. 1a0d6ae rename dev_hw_addr_random and remove redundant second by Danny Kukawka · 13 years ago
  38. dd48dc3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  39. 5c47a2b ixgbevf: Update copyright notices by Greg Rose · 13 years ago
  40. 3a2c403 ixgbevf: Fix mailbox interrupt ack bug by Greg Rose · 13 years ago
  41. e404dec drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages by Joe Perches · 13 years ago
  42. 3d8fe98 ixgbevf: make operations tables const by Stephen Hemminger · 13 years ago
  43. 375b27c ixgbevf: Prevent possible race condition by checking for message by Greg Rose · 13 years ago
  44. 8e58613 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value by Jiri Pirko · 13 years ago
  45. 1f2149c net: remove netdev_alloc_page and use __GFP_COLD by Eric Dumazet · 13 years ago
  46. f85fa27 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  47. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  48. dbd9636 ixgbevf: Convert printks to pr_<level> by Jeff Kirsher · 13 years ago
  49. c1a7e1e ixgbevf: Update release version by Greg Rose · 13 years ago
  50. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  51. dd1ed3b ixgbevf: Fix broken trunk vlan by Greg Rose · 13 years ago
  52. 877749b intel: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  53. 471a76d ixgbevf: convert to ndo_fix_features by Michał Mirosław · 14 years ago
  54. 4197aa7 ixgbevf: provide 64 bit statistics by Eric Dumazet · 14 years ago
  55. 98b9e48 ixgbevf: Check if EOP has changed before using it by Greg Rose · 14 years ago
  56. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  57. 0178934 net: introduce IFF_UNICAST_FLT private flag by Jiri Pirko · 13 years ago
  58. dee1ad4 intel: Move the Intel wired LAN drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/ixgbevf/ixgbevf_main.c]
  59. dadcd65 ixgbevf: do vlan cleanup by Jiri Pirko · 13 years ago
  60. c12db76 ixgbevf: remove unnecessary ampersands by Stephen Hemminger · 14 years ago
  61. f416dfc ixgbevf: Fix bungled declaration of ixgbevf_mbx_ops by Greg Rose · 14 years ago
  62. 1057c42 ixgbevf: Update the driver string by Greg Rose · 14 years ago
  63. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 14 years ago
  64. 46ec20f ixgbevf: Add macvlan support in the set rx mode op by Greg Rose · 14 years ago
  65. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  66. 422e05d ixgbevf: Fix Driver String by Greg Rose · 14 years ago
  67. a9f7c53 ixgbevf: Fix Version String by Greg Rose · 14 years ago
  68. 23633b1 ixgbevf: remove Tx hang detection by Lior Levy · 14 years ago
  69. c82a538 ixgbevf: Fix Compiler Warnings by Greg Rose · 14 years ago
  70. ff938e4 net: use pci_dev->revision, again by Sergei Shtylyov · 14 years ago
  71. 65d676c ixgbevf: Fix name of function in function header comment by Greg Rose · 14 years ago
  72. 69bfbec ixgbevf: Enable jumbo frame support for X540 VF by Greg Rose · 14 years ago
  73. 2316aa2 ixgbevf: Add X540 VF device support to the ixgbevf driver by Greg Rose · 14 years ago
  74. 23f333a drivers/net: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  75. 89bf67f drivers/net: use vzalloc() by Eric Dumazet · 14 years ago
  76. 5d426ad ixgbevf: Fix Oops by Greg Rose · 14 years ago
  77. 66c87bd ixgbevf: Update Version String and Copyright Notice by Greg Rose · 14 years ago
  78. eab6d18 vlan: Don't check for vlan group before vlan_tx_tag_present. by Jesse Gross · 14 years ago
  79. b738127 vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. by Jesse Gross · 14 years ago
  80. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  81. fb621ba ixgbevf: remove private net_device_stats by Eric Dumazet · 14 years ago
  82. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  83. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 14 years ago
  84. 2d0bb1c e100/e1000*/igb*/ixgb*: Add missing read memory barrier by Jeff Kirsher · 14 years ago
  85. 3bfacf9 ixgbevf: fix null pointer dereference due to filter being set for VLAN 0 by Alexander Duyck · 14 years ago
  86. 2c6952d igbvf, ixgbevf: use dev_hw_addr_random by Stefan Assmann · 14 years ago
  87. 2540ddb drivers: ixgbevf: fix unsigned underflow by Kulikov Vasiliy · 14 years ago
  88. e59d44d ixgbevf: Enable GRO by default by Shirley Ma · 15 years ago
  89. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 15 years ago
  90. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 15 years ago
  91. 0825959 ixgbevf: Cache PF ack bit in interrupt by Greg Rose · 15 years ago
  92. 2a1f879 ixgbevf: use DMA API instead of PCI DMA functions by Nick Nunley · 15 years ago
  93. e743d31 drivers: net: use skb_headlen() by Eric Dumazet · 15 years ago
  94. 127aa0e drivers: net: last_rx elimination by Eric Dumazet · 15 years ago
  95. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  96. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  97. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  98. 5c58c47 ixgbevf: convert to use netdev_for_each_mc_addr by Jiri Pirko · 15 years ago
  99. 65deeed ixgbevf: Fix signed/unsigned int error by Greg Rose · 15 years ago
  100. d6dbee8 net/intel: remove trailing space in messages by Frans Pop · 15 years ago