aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf.h
AgeCommit message (Expand)AuthorFilesLines
2013-03-08ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid racesGravatar Alexander Duyck 1-1/+1
2012-11-15ixgbevf: Add checksum statistics counters to ringsGravatar Greg Rose 1-0/+2
2012-11-15ixgbevf: Remove the ring adapter pointer valueGravatar Greg Rose 1-1/+0
2012-11-13ixgbevf: Reduce size of maximum rx bufferGravatar Greg Rose 1-4/+4
2012-11-13ixgbevf: Add flag to indicate when rx is in net pollGravatar Greg Rose 1-0/+1
2012-10-22ixgbevf: Add VF DCB + SR-IOV supportGravatar Alexander Duyck 1-2/+2
2012-10-09ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangsGravatar Alexander Duyck 1-1/+1
2012-09-24ixgbevf: Add fix to VF to handle multi-descriptor buffersGravatar Alexander Duyck 1-0/+5
2012-08-30ixgbevf: Cleanup handling of configuration for jumbo framesGravatar Alexander Duyck 1-1/+3
2012-07-21ixgbevf: Fix namespace issue with ixgbe_write_eitrGravatar Greg Rose 1-1/+0
2012-07-21ixgbevf: Add lock around mailbox ops to prevent simultaneous accessGravatar Alexander Duyck 1-0/+2
2012-07-18ixgbevf: Add netdev to ring structureGravatar Alexander Duyck 1-0/+2
2012-07-17ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffixGravatar Alexander Duyck 1-6/+6
2012-07-17ixgbevf: Use igb style interrupt masks instead of ixgbe styleGravatar Alexander Duyck 1-6/+23
2012-07-17ixgbevf: Move Tx clean-up into NAPI contextGravatar Alexander Duyck 1-8/+4
2012-07-17ixgbevf: Update q_vector to contain ring pointers instead of bitmapsGravatar Alexander Duyck 1-6/+12
2012-07-17ixgbevf: Drop use of eitr_low and eitr_high for hard coded valuesGravatar Alexander Duyck 1-2/+0
2012-07-17ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flagGravatar Alexander Duyck 1-2/+1
2012-07-17ixgbevf: Drop netdev_registered value since that is already stored in netdevGravatar Alexander Duyck 1-1/+0
2012-07-17ixgbevf: Drop all dead or unnecessary codeGravatar Alexander Duyck 1-38/+2
2012-05-03ixgbevf: Make sure jumbo frames are set correctly after PF resetGravatar Greg Rose 1-1/+1
2012-02-03ixgbevf: Update copyright noticesGravatar Greg Rose 1-1/+1
2012-01-19ixgbevf: make operations tables constGravatar Stephen Hemminger 1-3/+3
2012-01-19ixgbevf: fix sparse warningsGravatar Stephen Hemminger 1-1/+1
2011-08-26ixgbevf: provide 64 bit statisticsGravatar Eric Dumazet 1-3/+5
2011-08-10intel: Move the Intel wired LAN driversGravatar Jeff Kirsher 1-0/+318