1. 72b1405 igbvf: Fix checksum error when using stacked vlan by Toshiaki Makita · 9 years ago
  2. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  3. 6b8f07b igbvf: remove open-coded skb_cow_head by Francois Romieu · 10 years ago
  4. 1dcf875 igbvf: Convert uses of __constant_<foo> to <foo> by Joe Perches · 10 years ago
  5. 4601e75 igbvf: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  6. 887fa9d net: igbvf: slight optimization of addr compare by dingtianhong · 10 years ago
  7. 8ceafbf Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  8. de52468 igbvf: add missing iounmap() on error in igbvf_probe() by Wei Yongjun · 11 years ago
  9. 3de9e65 igbvf: integer wrapping bug setting the mtu by Dan Carpenter · 11 years ago
  10. c21b8eb DMA-API: net: intel/igbvf: fix 32-bit DMA mask handling by Russell King · 11 years ago
  11. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  12. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 11 years ago
  13. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  14. 1f9061d2 drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0) by Joe Perches · 11 years ago
  15. 3eb1a40 igbvf: Make next_to_watch a pointer and adjust memory barriers to avoid races by Alexander Duyck · 11 years ago
  16. b2adaca ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 11 years ago
  17. 8d56b6d igbvf: be sane about random MAC addresses by Mitch A Williams · 11 years ago
  18. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 11 years ago
  19. 15c6ff3 net: remove unnecessary NET_ADDR_RANDOM "bitclean" by Jiri Pirko · 11 years ago
  20. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  21. 9f9a12f net/intel: remove __dev* attributes by Bill Pemberton · 12 years ago
  22. 76f640f igbvf: update version number by Mitch A Williams · 12 years ago
  23. 2c1a101 igbvf: work around i350 erratum by Mitch A Williams · 12 years ago
  24. 91ffb8e igbvf: Check for error on dma_map_single call by Greg Rose · 12 years ago
  25. 3646f0e netdev: make pci_error_handlers const by Stephen Hemminger · 12 years ago
  26. 49ce9c2 drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  27. 9bd1be45 igbvf: fix the bug when initializing the igbvf by Samuel Liao · 12 years ago
  28. b3f4d59 intel: make wired ethernet driver message level consistent (rev2) by stephen hemminger · 12 years ago
  29. 067fb4c igbvf: reset netdevice addr_assign_type if changed by Danny Kukawka · 12 years ago
  30. 1a0d6ae rename dev_hw_addr_random and remove redundant second by Danny Kukawka · 12 years ago
  31. ab50a2a igbvf: refactor Interrupt Throttle Rate code by Mitch A Williams · 12 years ago
  32. 2a06ed9 igbvf: change copyright date by Mitch A Williams · 12 years ago
  33. 56b6896 igbvf: Remove unnecessary irq disable/enable by Mitch A Williams · 12 years ago
  34. 8e58613 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value by Jiri Pirko · 13 years ago
  35. f85fa27 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  36. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  37. a4ba8cb igbvf: Convert printks to pr_<level> by Jeff Kirsher · 13 years ago
  38. 7d94eb8 igbvf: Bump version number by Williams, Mitch A · 13 years ago
  39. 1009075 igbvf: Update module identification strings by Williams, Mitch A · 13 years ago
  40. 7b8b596 igbvf: fix truesize underestimation by Eric Dumazet · 13 years ago
  41. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  42. 4d2d55a igbvf: Fix trunk vlan by Greg Rose · 13 years ago
  43. fd38f734 igbvf: convert to ndo_fix_features by Michał Mirosław · 13 years ago
  44. 877749b intel: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  45. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  46. dee1ad4 intel: Move the Intel wired LAN drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/igbvf/netdev.c]
  47. 945a515 intel drivers: repair missing flush operations by Jesse Brandeburg · 13 years ago
  48. a0f1d60 igbvf: do vlan cleanup by Jiri Pirko · 13 years ago
  49. cabe070 igbvf: update version number by Williams, Mitch A · 13 years ago
  50. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 13 years ago
  51. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  52. ff938e4 net: use pci_dev->revision, again by Sergei Shtylyov · 13 years ago
  53. 6799746 igbvf: remove Tx hang detection by Lior Levy · 13 years ago
  54. 031d795 igbvf: add support for i350 VF device by Williams, Mitch A · 14 years ago
  55. 760141a igb[v],ixgbe: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  56. 89bf67f drivers/net: use vzalloc() by Eric Dumazet · 14 years ago
  57. eca2a33 igbvf: Remove some dead code in igbvf by Julian Stecklina · 14 years ago
  58. 2c20ebb igbvf: Update version and Copyright by Greg Rose · 14 years ago
  59. de7fe78 igbvf: fix panic on load by Emil Tantilov · 14 years ago
  60. b738127 vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. by Jesse Gross · 14 years ago
  61. a771433 igbvf: Remove unneeded pm_qos* calls by Greg Rose · 14 years ago
  62. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  63. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  64. 2d0bb1c e100/e1000*/igb*/ixgb*: Add missing read memory barrier by Jeff Kirsher · 14 years ago
  65. 6ba7401 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  66. 2c6952d igbvf, ixgbevf: use dev_hw_addr_random by Stefan Assmann · 14 years ago
  67. 82f6825 pm_qos: Get rid of the allocation in pm_qos_add_request() by James Bottomley · 14 years ago
  68. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  69. ed77134 PM QOS update by Mark Gross · 14 years ago
  70. 123e9f1 igbvf: use DMA API instead of PCI DMA functions by Nick Nunley · 14 years ago
  71. ec857fd igbvf: double increment nr_frags by Koki Sanagi · 14 years ago
  72. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  73. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  74. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  75. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  76. a08af74 igbvf: do not modify tx_queue_len on link speed change by Emil Tantilov · 14 years ago
  77. 48e2f18 net: convert multiple drivers to use netdev_for_each_mc_addr, part4 by Jiri Pirko · 14 years ago
  78. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 14 years ago
  79. 05ba712 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  80. ac26d7d igbvf: fix issue w/ mapped_as_page being left set after unmap by Alexander Duyck · 14 years ago
  81. 8e1e8a4 net: Fix IPv6 GSO type checks in Intel ethernet drivers by Sridhar Samudrala · 14 years ago
  82. 8581145 igb/igbvf: cleanup exception handling in tx_map_adv by Alexander Duyck · 14 years ago
  83. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  84. c1fa347 e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map() by Roel Kluin · 14 years ago
  85. d4a66e7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  86. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 14 years ago
  87. 753cdc3 drivers/net/igbvf/netdev.c: use %pM to shown MAC address by H Hartley Sweeten · 15 years ago
  88. 1242b6f igbvf: Make igbvf error message more informative by Williams, Mitch A · 15 years ago
  89. 7227909 igbvf: avoid reset storms due to mailbox issues by Alexander Duyck · 15 years ago
  90. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  91. a7d5ca4 igbvf: remove skb_dma_map/unmap call from drivers by Alexander Duyck · 15 years ago
  92. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  93. 89d71a6 net: Use netdev_alloc_skb_ip_align() by Eric Dumazet · 15 years ago
  94. 451f144 drivers: Kill now superfluous ->last_rx stores by Eric Dumazet · 15 years ago
  95. 3b29a56 intel: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  96. c06c430 igbvf: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  97. 92d947b igbvf: resolve "frees DMA memory with different size" warnings by Alexander Duyck · 15 years ago
  98. 8e20ce9 convert some DMA_nnBIT_MASK() callers by Andrew Morton · 15 years ago
  99. 042a53a net: skb_shared_info optimization by Eric Dumazet · 15 years ago
  100. cdd0db0 net: dont update dev->trans_start by Eric Dumazet · 15 years ago