aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-31netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman1-1/+0
2012-07-21ixgbevf: Fix namespace issue with ixgbe_write_eitrGreg Rose2-25/+19
2012-07-21ixgbevf: Add support for PCI error handlingAlexander Duyck1-0/+80
2012-07-21ixgbevf: Add lock around mailbox ops to prevent simultaneous accessAlexander Duyck2-2/+41
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2012-07-18ixgbevf: Fix multiple issues in ixgbevf_get/set_ringparamAlexander Duyck1-70/+83
2012-07-18ixgbevf: Consolidate Tx context descriptor creation codeAlexander Duyck2-180/+163
2012-07-18ixgbevf: Add netdev to ring structureAlexander Duyck3-34/+28
2012-07-18ixgbevf: Do not rewind the Rx ring before bumping tailAlexander Duyck1-5/+2
2012-07-18ixgbevf: fix VF untagging when 802.1 prio is setPascal Bouchareine1-1/+1
2012-07-17ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffixAlexander Duyck2-15/+15
2012-07-17ixgbevf: Use igb style interrupt masks instead of ixgbe styleAlexander Duyck3-146/+105
2012-07-17ixgbevf: Move Tx clean-up into NAPI contextAlexander Duyck3-182/+89
2012-07-17ixgbevf: Update q_vector to contain ring pointers instead of bitmapsAlexander Duyck2-105/+65
2012-07-17ixgbevf: Fix panic when loading driverAlexander Duyck1-0/+3
2012-07-17ixgbevf: Cleanup accounting for space needed at start of xmit_frameAlexander Duyck1-22/+24
2012-07-17ixgbevf: Drop use of eitr_low and eitr_high for hard coded valuesAlexander Duyck2-10/+4
2012-07-17ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flagAlexander Duyck2-20/+2
2012-07-17ixgbevf: Drop netdev_registered value since that is already stored in netdevAlexander Duyck2-6/+1
2012-07-17ixgbevf: Drop all dead or unnecessary codeAlexander Duyck3-228/+22
2012-07-16ixgbevf: Prevent RX/TX statistics getting reset to zeroNarendra K1-12/+0
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-3/+3
2012-05-03ixgbevf: Update version stringGreg Rose1-1/+1
2012-05-03ixgbevf: Make sure jumbo frames are set correctly after PF resetGreg Rose2-15/+15
2012-05-03ixgbevf: Add support to recognize 100mb link speedGreg Rose3-7/+25
2012-03-27intel: make wired ethernet driver message level consistent (rev2)stephen hemminger1-2/+5
2012-02-24ixgbevf: print MAC via printk format specifierDanny Kukawka1-7/+1
2012-02-13rename dev_hw_addr_random and remove redundant secondDanny Kukawka1-11/+17
2012-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-17/+32
2012-02-03ixgbevf: Update copyright noticesGreg Rose10-11/+11
2012-02-03ixgbevf: Fix mailbox interrupt ack bugGreg Rose2-6/+21
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-5/+1
2012-01-19ixgbevf: make operations tables constStephen Hemminger4-8/+8
2012-01-19ixgbevf: fix sparse warningsStephen Hemminger3-2/+4
2012-01-19ixgbevf: make ethtool ops and strings constStephen Hemminger1-2/+3
2012-01-19ixgbevf: Prevent possible race condition by checking for messageGreg Rose1-18/+21
2012-01-02ixgbevf: Fix register defines to correctly handle complex expressionsAlexander Duyck2-23/+23
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-2/+6
2011-11-22net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet1-1/+1
2011-11-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of driversRick Jones1-5/+5
2011-11-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller4-18/+20
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+2
2011-11-16intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALENJoe Perches2-3/+2
2011-11-16ixgbevf: Convert printks to pr_<level>Jeff Kirsher2-15/+18
2011-11-02ixgbevf: Update release versionGreg Rose1-1/+1
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds10-0/+6046
2011-10-19net: add skb frag size accessorsEric Dumazet1-3/+3
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones1-4/+0
2011-09-28ixgbevf: Fix broken trunk vlanGreg Rose1-4/+2
2011-08-30intel: convert to SKB paged frag API.Ian Campbell1-6/+4