summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf
AgeCommit message (Expand)Author
2012-10-09ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangsAlexander Duyck
2012-10-09ixgbevf: Set the netdev number of Tx queuesGreg Rose
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-09-24ixgbevf: Return error on failure to enable VLANAlexander Duyck
2012-09-24ixgbevf: Add fix to VF to handle multi-descriptor buffersAlexander Duyck
2012-09-24ixgbevf: Fix AIM (Adaptive Interrupt Moderation)Greg Rose
2012-09-24ixgbevf - Remove unused parameter in ixgbevf_receive_skbNarendra K
2012-09-24ixgbevf: Fix code for handling timeoutAlexander Duyck
2012-09-20ixgbevf: scheduling while atomic in reset hw pathJohn Fastabend
2012-09-20ixgbevf: Add support for VF API negotiationAlexander Duyck
2012-09-07netdev: make pci_error_handlers constStephen Hemminger
2012-08-30ixgbevf: Cleanup handling of configuration for jumbo framesAlexander Duyck
2012-08-30ixgbevf: Add suspend and resume support to the VFAlexander Duyck
2012-07-31netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman
2012-07-21ixgbevf: Fix namespace issue with ixgbe_write_eitrGreg Rose
2012-07-21ixgbevf: Add support for PCI error handlingAlexander Duyck
2012-07-21ixgbevf: Add lock around mailbox ops to prevent simultaneous accessAlexander Duyck
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-18ixgbevf: Fix multiple issues in ixgbevf_get/set_ringparamAlexander Duyck
2012-07-18ixgbevf: Consolidate Tx context descriptor creation codeAlexander Duyck
2012-07-18ixgbevf: Add netdev to ring structureAlexander Duyck
2012-07-18ixgbevf: Do not rewind the Rx ring before bumping tailAlexander Duyck
2012-07-18ixgbevf: fix VF untagging when 802.1 prio is setPascal Bouchareine
2012-07-17ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffixAlexander Duyck
2012-07-17ixgbevf: Use igb style interrupt masks instead of ixgbe styleAlexander Duyck
2012-07-17ixgbevf: Move Tx clean-up into NAPI contextAlexander Duyck
2012-07-17ixgbevf: Update q_vector to contain ring pointers instead of bitmapsAlexander Duyck
2012-07-17ixgbevf: Fix panic when loading driverAlexander Duyck
2012-07-17ixgbevf: Cleanup accounting for space needed at start of xmit_frameAlexander Duyck
2012-07-17ixgbevf: Drop use of eitr_low and eitr_high for hard coded valuesAlexander Duyck
2012-07-17ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flagAlexander Duyck
2012-07-17ixgbevf: Drop netdev_registered value since that is already stored in netdevAlexander Duyck
2012-07-17ixgbevf: Drop all dead or unnecessary codeAlexander Duyck
2012-07-16ixgbevf: Prevent RX/TX statistics getting reset to zeroNarendra K
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-05-03ixgbevf: Update version stringGreg Rose
2012-05-03ixgbevf: Make sure jumbo frames are set correctly after PF resetGreg Rose
2012-05-03ixgbevf: Add support to recognize 100mb link speedGreg Rose
2012-03-27intel: make wired ethernet driver message level consistent (rev2)stephen hemminger
2012-02-24ixgbevf: print MAC via printk format specifierDanny Kukawka
2012-02-13rename dev_hw_addr_random and remove redundant secondDanny Kukawka
2012-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-03ixgbevf: Update copyright noticesGreg Rose
2012-02-03ixgbevf: Fix mailbox interrupt ack bugGreg Rose
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches
2012-01-19ixgbevf: make operations tables constStephen Hemminger
2012-01-19ixgbevf: fix sparse warningsStephen Hemminger
2012-01-19ixgbevf: make ethtool ops and strings constStephen Hemminger
2012-01-19ixgbevf: Prevent possible race condition by checking for messageGreg Rose
2012-01-02ixgbevf: Fix register defines to correctly handle complex expressionsAlexander Duyck