aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-15ixgbevf: Add checksum statistics counters to ringsGreg Rose1-0/+2
2012-11-15ixgbevf: Remove the ring adapter pointer valueGreg Rose1-1/+0
2012-11-13ixgbevf: Reduce size of maximum rx bufferGreg Rose1-4/+4
2012-11-13ixgbevf: Add flag to indicate when rx is in net pollGreg Rose1-0/+1
2012-10-22ixgbevf: Add VF DCB + SR-IOV supportAlexander Duyck1-2/+2
2012-10-09ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangsAlexander Duyck1-1/+1
2012-09-24ixgbevf: Add fix to VF to handle multi-descriptor buffersAlexander Duyck1-0/+5
2012-08-30ixgbevf: Cleanup handling of configuration for jumbo framesAlexander Duyck1-1/+3
2012-07-21ixgbevf: Fix namespace issue with ixgbe_write_eitrGreg Rose1-1/+0
2012-07-21ixgbevf: Add lock around mailbox ops to prevent simultaneous accessAlexander Duyck1-0/+2
2012-07-18ixgbevf: Add netdev to ring structureAlexander Duyck1-0/+2
2012-07-17ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffixAlexander Duyck1-6/+6
2012-07-17ixgbevf: Use igb style interrupt masks instead of ixgbe styleAlexander Duyck1-6/+23
2012-07-17ixgbevf: Move Tx clean-up into NAPI contextAlexander Duyck1-8/+4
2012-07-17ixgbevf: Update q_vector to contain ring pointers instead of bitmapsAlexander Duyck1-6/+12
2012-07-17ixgbevf: Drop use of eitr_low and eitr_high for hard coded valuesAlexander Duyck1-2/+0
2012-07-17ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flagAlexander Duyck1-2/+1
2012-07-17ixgbevf: Drop netdev_registered value since that is already stored in netdevAlexander Duyck1-1/+0
2012-07-17ixgbevf: Drop all dead or unnecessary codeAlexander Duyck1-38/+2
2012-05-03ixgbevf: Make sure jumbo frames are set correctly after PF resetGreg Rose1-1/+1
2012-02-03ixgbevf: Update copyright noticesGreg Rose1-1/+1
2012-01-19ixgbevf: make operations tables constStephen Hemminger1-3/+3
2012-01-19ixgbevf: fix sparse warningsStephen Hemminger1-1/+1
2011-08-26ixgbevf: provide 64 bit statisticsEric Dumazet1-3/+5
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher1-0/+318