aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgb (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-5/+7
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-7/+7
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2013-03-27ixgb: Add missing dma_mapping_error-call in ixgb_alloc_rx_buffersChristoph Paasch1-1/+6
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-2/+1
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-4/+0
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches1-8/+2
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-2/+1
2012-12-03net/intel: remove __dev* attributesBill Pemberton2-8/+8
2012-09-07netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-07-20ixgb: use PCI_VENDOR_ID_INTELJon Mason3-12/+8
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-3/+3
2012-03-27intel: make wired ethernet driver message level consistent (rev2)stephen hemminger1-3/+3
2012-03-14ixgb: Remove unnecessary defines, use pr_debugJoe Perches2-14/+2
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches1-7/+5
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-3/+1
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-1/+1
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-4/+8
2011-11-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of driversRick Jones1-1/+0
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-4/+4
2011-11-14Sweep the last of the active .get_drvinfo floors under ethernet/Rick Jones1-4/+7
2011-10-19net: add skb frag size accessorsEric Dumazet1-2/+2
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones1-4/+0
2011-09-23ixgb: finish conversion to ndo_fix_featuresMichał Mirosław2-43/+18
2011-09-23ixgb: eliminate checkstack warningsJesse Brandeburg7-24/+28
2011-09-16ixgb: convert to ndo_fix_featuresMichał Mirosław3-61/+31
2011-08-30intel: convert to SKB paged frag API.Ian Campbell1-3/+3
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher11-0/+6703