aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-25ixgbevf: add support for per-queue ethtool statsEmil Tantilov1-10/+0
2016-04-04ixgbevf: use bit operations for setting and checking resetsEmil Tantilov1-7/+2
2016-03-29ixgbevf: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann1-0/+2
2015-11-23ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck1-2/+1
2015-10-23ixgbe, ixgbevf: Add new mbox API xcast modeHiroshi Shimamoto1-0/+6
2015-07-23ixgbevf: add support for reporting RSS key and hash table for X550Emil Tantilov1-2/+7
2015-04-11ixgbevf: Add RSS Key query codeVlad Zolotarov1-0/+1
2015-04-11ixgbevf: Add a RETA query codeVlad Zolotarov1-0/+1
2015-03-13ixgbevf: Fix code comments and whitespaceJeff Kirsher1-37/+45
2015-02-05ixgbevf: combine all of the tasks into a single service taskEmil Tantilov1-7/+6
2015-02-05ixgbevf: rewrite watchdog task to function similar to igbvfEmil Tantilov1-0/+1
2015-02-05ixgbevf: Add code to check for Tx hangEmil Tantilov1-1/+20
2015-02-05ixgbevf: enable multiple queue supportEmil Tantilov1-0/+1
2014-12-05ixgbevf: add support for X550 VFsEmil Tantilov1-0/+4
2014-11-20ixgbevf: add netpoll supportEmil Tantilov1-1/+1
2014-11-20ixgbevf: Change receive model to use double buffered page based receivesEmil Tantilov1-15/+9
2014-11-20ixgbevf: Update Rx next to clean in real timeEmil Tantilov1-2/+0
2014-11-20ixgbevf: Combine the logic for post Rx processing into single functionEmil Tantilov1-1/+3
2014-11-20ixgbevf: Test Rx status bits directly out of the descriptorEmil Tantilov1-0/+7
2014-09-18ixgbevf: remove useless bd_number from struct ixgbevf_adapterEthan Zhao1-1/+0
2014-04-11ixgbevf: Add bit to mark work queue initializationMark Rustad1-0/+1
2014-03-31ixgbevf: Fix rcu warnings induced by LERMark Rustad1-0/+1
2014-03-21ixgbevf: Check register reads for adapter removalMark Rustad1-0/+1
2014-03-21ixgbevf: Use static inlines instead of macrosMark Rustad1-0/+5
2014-03-19ixgbevf: Indicate removal state explicitlyMark Rustad1-2/+3
2014-01-17ixgbevf: redo dma mapping using the tx buffer infoEmil Tantilov1-3/+2
2014-01-17ixgbevf: make the first tx_buffer a repository for most of the skb infoEmil Tantilov1-5/+7
2014-01-17ixgbevf: remove counters for Tx/Rx checksum offloadEmil Tantilov1-14/+9
2014-01-17ixgbevf: move ring specific stats into ring specific structureEmil Tantilov1-11/+33
2014-01-17ixgbevf: make use of the dev pointer in the ixgbevf_ring structEmil Tantilov1-4/+4
2014-01-16ixgbevf: Convert ring storage form pointer to an array to array of pointersDon Skidmore1-2/+2
2014-01-16ixgbevf: set the disable state when ixgbevf_qv_disable is calledJacob Keller1-0/+1
2013-12-17ixgbevf: add DCB configuration into queue setupDon Skidmore1-0/+1
2013-12-10ixgbe: Focus config of head, tail ntc, and ntu all into a single functionDon Skidmore1-3/+1
2013-11-01ixgbe: cleanup IXGBE_DESC_UNUSEDDon Skidmore1-3/+7
2013-10-29ixgbevf: Add zero_base handler to network statisticsDon Skidmore1-1/+0
2013-10-29ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLLJacob Keller1-0/+22
2013-10-29ixgbevf: implement CONFIG_NET_RX_BUSY_POLLJacob Keller1-0/+109
2013-10-24ixgbevf: implement ethtool get/set coalesceJacob Keller1-0/+2
2013-09-24intel: Remove extern from function prototypesJoe Perches1-19/+15
2013-03-08ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck1-1/+1
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