aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igbvf (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-2/+2
2013-09-24intel: Remove extern from function prototypesJoe Perches1-11/+11
2013-09-21DMA-API: net: intel/igbvf: fix 32-bit DMA mask handlingRussell King1-12/+6
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-3/+5
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-3/+3
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-2/+0
2013-02-15igbvf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck2-23/+31
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-5/+3
2013-01-28igbvf: be sane about random MAC addressesMitch A Williams1-14/+10
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-2/+0
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko1-1/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03net/intel: remove __dev* attributesBill Pemberton1-5/+5
2012-11-28igbvf: update version numberMitch A Williams1-1/+1
2012-11-28igbvf: work around i350 erratumMitch A Williams3-3/+15
2012-10-29igbvf: Check for error on dma_map_single callGreg Rose1-0/+13
2012-09-07netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2-2/+4
2012-06-30igbvf: fix divide by zeroMitch A Williams1-11/+18
2012-04-30igbvf: fix the bug when initializing the igbvfSamuel Liao1-2/+2
2012-03-27intel: make wired ethernet driver message level consistent (rev2)stephen hemminger1-1/+6
2012-03-19igbvf: Use ETH_ALENJoe Perches2-9/+2
2012-02-17igbvf: reset netdevice addr_assign_type if changedDanny Kukawka1-0/+1
2012-02-13rename dev_hw_addr_random and remove redundant secondDanny Kukawka1-4/+7
2012-02-07igbvf: refactor Interrupt Throttle Rate codeMitch A Williams3-78/+99
2012-02-03igbvf: change copyright dateMitch A Williams10-11/+11
2012-01-19igbvf: Remove unnecessary irq disable/enableMitch A Williams1-5/+0
2012-01-19igbvf: remove unneeded castStephen Hemminger1-2/+1
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-8/+12
2011-11-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of driversRick Jones1-2/+0
2011-11-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller1-7/+7
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+2
2011-11-16igbvf: Convert printks to pr_<level>Jeff Kirsher1-7/+7
2011-11-14Sweep the last of the active .get_drvinfo floors under ethernet/Rick Jones1-5/+7
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds10-0/+5036
2011-10-21igbvf: Bump version numberWilliams, Mitch A1-1/+1
2011-10-21igbvf: Update module identification stringsWilliams, Mitch A1-5/+7
2011-10-20igbvf: fix truesize underestimationEric Dumazet1-1/+1
2011-10-19net: add skb frag size accessorsEric Dumazet1-2/+2
2011-10-17igbvf: Fix trunk vlanGreg Rose1-2/+2
2011-10-16igbvf: convert to ndo_fix_featuresMichał Mirosław2-62/+20
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones1-4/+0
2011-08-30intel: convert to SKB paged frag API.Ian Campbell1-4/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher10-0/+5083