1. cc54a59 igbvf: remove "link is Up" message when registering mcast address by Jon Maxwell · 8 years ago
  2. ea6ce60 igbvf: Add support for generic Tx checksums by Alexander Duyck · 9 years ago
  3. 9ce0e8d igb/igbvf: don't give up by Mitch Williams · 9 years ago
  4. 32b3e08 drivers/net/intel: use napi_complete_done() by Jesse Brandeburg · 9 years ago
  5. 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 9 years ago
  6. 213246d igbvf: Enable TSO for stacked VLAN by Toshiaki Makita · 9 years ago
  7. fae5eca igbvf: clear buffer_info->dma after dma_unmap_single() by Stefan Assmann · 9 years ago
  8. 784401b igbvf: use netif_carrier_off earlier when bringing if down by Todd Fujinaka · 9 years ago
  9. 5beef76 igbvf: cleanup msleep() and min/max() usage by Jeff Kirsher · 9 years ago
  10. 0340501 igbvf: Fix code comments and whitespace by Jeff Kirsher · 10 years ago
  11. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  12. 72b1405 igbvf: Fix checksum error when using stacked vlan by Toshiaki Makita · 9 years ago
  13. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  14. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  15. 537fae0 net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate by Jiri Pirko · 10 years ago
  16. 41457f6 i40e,igb,ixgbe: remove usless return statements by Stephen Hemminger · 10 years ago
  17. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  18. 6b8f07b igbvf: remove open-coded skb_cow_head by Francois Romieu · 10 years ago
  19. 1dcf875 igbvf: Convert uses of __constant_<foo> to <foo> by Joe Perches · 10 years ago
  20. 4601e75 igbvf: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  21. 887fa9d net: igbvf: slight optimization of addr compare by dingtianhong · 11 years ago
  22. 8ceafbf Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  23. de52468 igbvf: add missing iounmap() on error in igbvf_probe() by Wei Yongjun · 11 years ago
  24. 3de9e65 igbvf: integer wrapping bug setting the mtu by Dan Carpenter · 11 years ago
  25. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
  26. 5ccc921 intel: Remove extern from function prototypes by Joe Perches · 11 years ago
  27. c21b8eb DMA-API: net: intel/igbvf: fix 32-bit DMA mask handling by Russell King · 11 years ago
  28. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  29. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 11 years ago
  30. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  31. 1f9061d2 drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0) by Joe Perches · 11 years ago
  32. 3eb1a40 igbvf: Make next_to_watch a pointer and adjust memory barriers to avoid races by Alexander Duyck · 11 years ago
  33. b2adaca ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 11 years ago
  34. 8d56b6d igbvf: be sane about random MAC addresses by Mitch A Williams · 12 years ago
  35. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 12 years ago
  36. 15c6ff3 net: remove unnecessary NET_ADDR_RANDOM "bitclean" by Jiri Pirko · 12 years ago
  37. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  38. 9f9a12f net/intel: remove __dev* attributes by Bill Pemberton · 12 years ago
  39. 76f640f igbvf: update version number by Mitch A Williams · 12 years ago
  40. 2c1a101 igbvf: work around i350 erratum by Mitch A Williams · 12 years ago
  41. 91ffb8e igbvf: Check for error on dma_map_single call by Greg Rose · 12 years ago
  42. 3646f0e netdev: make pci_error_handlers const by Stephen Hemminger · 12 years ago
  43. 49ce9c2 drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  44. 0e90b49 igbvf: fix divide by zero by Mitch A Williams · 12 years ago
  45. 9bd1be45 igbvf: fix the bug when initializing the igbvf by Samuel Liao · 12 years ago
  46. b3f4d59 intel: make wired ethernet driver message level consistent (rev2) by stephen hemminger · 12 years ago
  47. 449e39d igbvf: Use ETH_ALEN by Joe Perches · 12 years ago
  48. 067fb4c igbvf: reset netdevice addr_assign_type if changed by Danny Kukawka · 12 years ago
  49. 1a0d6ae rename dev_hw_addr_random and remove redundant second by Danny Kukawka · 12 years ago
  50. ab50a2a igbvf: refactor Interrupt Throttle Rate code by Mitch A Williams · 13 years ago
  51. 2a06ed9 igbvf: change copyright date by Mitch A Williams · 13 years ago
  52. 56b6896 igbvf: Remove unnecessary irq disable/enable by Mitch A Williams · 13 years ago
  53. b2f0f6b igbvf: remove unneeded cast by Stephen Hemminger · 13 years ago
  54. 8e58613 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value by Jiri Pirko · 13 years ago
  55. 84b4050 Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers by Rick Jones · 13 years ago
  56. f85fa27 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  57. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  58. a4ba8cb igbvf: Convert printks to pr_<level> by Jeff Kirsher · 13 years ago
  59. 612a94d Sweep the last of the active .get_drvinfo floors under ethernet/ by Rick Jones · 13 years ago
  60. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  61. 7d94eb8 igbvf: Bump version number by Williams, Mitch A · 13 years ago
  62. 1009075 igbvf: Update module identification strings by Williams, Mitch A · 13 years ago
  63. 7b8b596 igbvf: fix truesize underestimation by Eric Dumazet · 13 years ago
  64. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  65. 4d2d55a igbvf: Fix trunk vlan by Greg Rose · 13 years ago
  66. fd38f734 igbvf: convert to ndo_fix_features by Michał Mirosław · 13 years ago
  67. 8b0c116 net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero by Rick Jones · 13 years ago
  68. 877749b intel: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  69. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  70. dee1ad4 intel: Move the Intel wired LAN drivers by Jeff Kirsher · 13 years ago