aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf.h
Commit message (Expand)AuthorAge
* ixgbevf: Add RSS Key query codeVlad Zolotarov2015-04-11
* ixgbevf: Add a RETA query codeVlad Zolotarov2015-04-11
* ixgbevf: Fix code comments and whitespaceJeff Kirsher2015-03-13
* ixgbevf: combine all of the tasks into a single service taskEmil Tantilov2015-02-05
* ixgbevf: rewrite watchdog task to function similar to igbvfEmil Tantilov2015-02-05
* ixgbevf: Add code to check for Tx hangEmil Tantilov2015-02-05
* ixgbevf: enable multiple queue supportEmil Tantilov2015-02-05
* ixgbevf: add support for X550 VFsEmil Tantilov2014-12-05
* ixgbevf: add netpoll supportEmil Tantilov2014-11-20
* ixgbevf: Change receive model to use double buffered page based receivesEmil Tantilov2014-11-20
* ixgbevf: Update Rx next to clean in real timeEmil Tantilov2014-11-20
* ixgbevf: Combine the logic for post Rx processing into single functionEmil Tantilov2014-11-20
* ixgbevf: Test Rx status bits directly out of the descriptorEmil Tantilov2014-11-20
* ixgbevf: remove useless bd_number from struct ixgbevf_adapterEthan Zhao2014-09-18
* ixgbevf: Add bit to mark work queue initializationMark Rustad2014-04-11
* ixgbevf: Fix rcu warnings induced by LERMark Rustad2014-03-31
* ixgbevf: Check register reads for adapter removalMark Rustad2014-03-21
* ixgbevf: Use static inlines instead of macrosMark Rustad2014-03-21
* ixgbevf: Indicate removal state explicitlyMark Rustad2014-03-19
* ixgbevf: redo dma mapping using the tx buffer infoEmil Tantilov2014-01-17
* ixgbevf: make the first tx_buffer a repository for most of the skb infoEmil Tantilov2014-01-17
* ixgbevf: remove counters for Tx/Rx checksum offloadEmil Tantilov2014-01-17
* ixgbevf: move ring specific stats into ring specific structureEmil Tantilov2014-01-17
* ixgbevf: make use of the dev pointer in the ixgbevf_ring structEmil Tantilov2014-01-17
* ixgbevf: Convert ring storage form pointer to an array to array of pointersDon Skidmore2014-01-16
* ixgbevf: set the disable state when ixgbevf_qv_disable is calledJacob Keller2014-01-16
* ixgbevf: add DCB configuration into queue setupDon Skidmore2013-12-18
* ixgbe: Focus config of head, tail ntc, and ntu all into a single functionDon Skidmore2013-12-10
* ixgbe: cleanup IXGBE_DESC_UNUSEDDon Skidmore2013-11-01
* ixgbevf: Add zero_base handler to network statisticsDon Skidmore2013-10-29
* ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLLJacob Keller2013-10-29
* ixgbevf: implement CONFIG_NET_RX_BUSY_POLLJacob Keller2013-10-29
* ixgbevf: implement ethtool get/set coalesceJacob Keller2013-10-24
* intel: Remove extern from function prototypesJoe Perches2013-09-24
* ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck2013-03-08
* ixgbevf: Add checksum statistics counters to ringsGreg Rose2012-11-15
* ixgbevf: Remove the ring adapter pointer valueGreg Rose2012-11-15
* ixgbevf: Reduce size of maximum rx bufferGreg Rose2012-11-13
* ixgbevf: Add flag to indicate when rx is in net pollGreg Rose2012-11-13
* ixgbevf: Add VF DCB + SR-IOV supportAlexander Duyck2012-10-23
* ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangsAlexander Duyck2012-10-09
* ixgbevf: Add fix to VF to handle multi-descriptor buffersAlexander Duyck2012-09-24
* ixgbevf: Cleanup handling of configuration for jumbo framesAlexander Duyck2012-08-30
* ixgbevf: Fix namespace issue with ixgbe_write_eitrGreg Rose2012-07-21
* ixgbevf: Add lock around mailbox ops to prevent simultaneous accessAlexander Duyck2012-07-21
* ixgbevf: Add netdev to ring structureAlexander Duyck2012-07-18
* ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffixAlexander Duyck2012-07-17
* ixgbevf: Use igb style interrupt masks instead of ixgbe styleAlexander Duyck2012-07-17
* ixgbevf: Move Tx clean-up into NAPI contextAlexander Duyck2012-07-17
* ixgbevf: Update q_vector to contain ring pointers instead of bitmapsAlexander Duyck2012-07-17