aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf.h
AgeCommit message (Expand)Author
2014-01-17ixgbevf: redo dma mapping using the tx buffer infoEmil Tantilov
2014-01-17ixgbevf: make the first tx_buffer a repository for most of the skb infoEmil Tantilov
2014-01-17ixgbevf: remove counters for Tx/Rx checksum offloadEmil Tantilov
2014-01-17ixgbevf: move ring specific stats into ring specific structureEmil Tantilov
2014-01-17ixgbevf: make use of the dev pointer in the ixgbevf_ring structEmil Tantilov
2014-01-16ixgbevf: Convert ring storage form pointer to an array to array of pointersDon Skidmore
2014-01-16ixgbevf: set the disable state when ixgbevf_qv_disable is calledJacob Keller
2013-12-17ixgbevf: add DCB configuration into queue setupDon Skidmore
2013-12-10ixgbe: Focus config of head, tail ntc, and ntu all into a single functionDon Skidmore
2013-11-01ixgbe: cleanup IXGBE_DESC_UNUSEDDon Skidmore
2013-10-29ixgbevf: Add zero_base handler to network statisticsDon Skidmore
2013-10-29ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLLJacob Keller
2013-10-29ixgbevf: implement CONFIG_NET_RX_BUSY_POLLJacob Keller
2013-10-24ixgbevf: implement ethtool get/set coalesceJacob Keller
2013-09-24intel: Remove extern from function prototypesJoe Perches
2013-03-08ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck
2012-11-15ixgbevf: Add checksum statistics counters to ringsGreg Rose
2012-11-15ixgbevf: Remove the ring adapter pointer valueGreg Rose
2012-11-13ixgbevf: Reduce size of maximum rx bufferGreg Rose
2012-11-13ixgbevf: Add flag to indicate when rx is in net pollGreg Rose
2012-10-22ixgbevf: Add VF DCB + SR-IOV supportAlexander Duyck
2012-10-09ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangsAlexander Duyck
2012-09-24ixgbevf: Add fix to VF to handle multi-descriptor buffersAlexander Duyck
2012-08-30ixgbevf: Cleanup handling of configuration for jumbo framesAlexander Duyck
2012-07-21ixgbevf: Fix namespace issue with ixgbe_write_eitrGreg Rose
2012-07-21ixgbevf: Add lock around mailbox ops to prevent simultaneous accessAlexander Duyck
2012-07-18ixgbevf: Add netdev to ring structureAlexander Duyck
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: 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-05-03ixgbevf: Make sure jumbo frames are set correctly after PF resetGreg Rose
2012-02-03ixgbevf: Update copyright noticesGreg Rose
2012-01-19ixgbevf: make operations tables constStephen Hemminger
2012-01-19ixgbevf: fix sparse warningsStephen Hemminger
2011-08-26ixgbevf: provide 64 bit statisticsEric Dumazet
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher