summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbevf
AgeCommit message (Expand)AuthorFilesLines
2012-10-09ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangsAlexander Duyck1-1/+1
2012-10-09ixgbevf: Set the netdev number of Tx queuesGreg Rose1-0/+7
2012-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-99/+345
2012-09-24ixgbevf: Return error on failure to enable VLANAlexander Duyck2-7/+34
2012-09-24ixgbevf: Add fix to VF to handle multi-descriptor buffersAlexander Duyck2-2/+17
2012-09-24ixgbevf: Fix AIM (Adaptive Interrupt Moderation)Greg Rose1-0/+4
2012-09-24ixgbevf - Remove unused parameter in ixgbevf_receive_skbNarendra K1-3/+1
2012-09-24ixgbevf: Fix code for handling timeoutAlexander Duyck3-52/+58
2012-09-20ixgbevf: scheduling while atomic in reset hw pathJohn Fastabend1-1/+1
2012-09-20ixgbevf: Add support for VF API negotiationAlexander Duyck5-2/+83
2012-09-08netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-08-31ixgbevf: Cleanup handling of configuration for jumbo framesAlexander Duyck4-28/+58
2012-08-31ixgbevf: Add suspend and resume support to the VFAlexander Duyck1-4/+89
2012-08-01netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman1-1/+0
2012-07-22ixgbevf: Fix namespace issue with ixgbe_write_eitrGreg Rose2-25/+19
2012-07-22ixgbevf: Add support for PCI error handlingAlexander Duyck1-0/+80
2012-07-22ixgbevf: 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-19ixgbevf: Fix multiple issues in ixgbevf_get/set_ringparamAlexander Duyck1-70/+83
2012-07-19ixgbevf: Consolidate Tx context descriptor creation codeAlexander Duyck2-180/+163
2012-07-19ixgbevf: Add netdev to ring structureAlexander Duyck3-34/+28
2012-07-19ixgbevf: Do not rewind the Rx ring before bumping tailAlexander Duyck1-5/+2
2012-07-19ixgbevf: fix VF untagging when 802.1 prio is setPascal Bouchareine1-1/+1
2012-07-18ixgbevf: 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-17ixgbevf: Prevent RX/TX statistics getting reset to zeroNarendra K1-12/+0
2012-07-11drivers/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-28intel: make wired ethernet driver message level consistent (rev2)stephen hemminger1-2/+5
2012-02-25ixgbevf: 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-05Merge 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-02-01drivers/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-03ixgbevf: Fix register defines to correctly handle complex expressionsAlexander Duyck2-23/+23