summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf.h
Commit message (Expand)AuthorAgeFilesLines
* ixgbevf: change hw_dbg to use netdev_dbgEmil Tantilov2016-08-181-7/+4
* ixgbevf: add VF support for new hardwareDon Skidmore2016-07-221-0/+2
* ixgbevf: Use mac_ops instead of trying to identify NIC typeAlexander Duyck2016-05-041-1/+0
* ixgbevf: Support Windows hosts (Hyper-V)KY Srinivasan2016-05-041-0/+11
* ixgbevf: make use of BIT() macro to avoid shift of signed valuesJacob Keller2016-04-251-4/+4
* ixgbevf: add support for per-queue ethtool statsEmil Tantilov2016-04-251-10/+0
* ixgbevf: use bit operations for setting and checking resetsEmil Tantilov2016-04-041-7/+2
* ixgbevf: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-03-291-0/+2
* ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck2015-11-231-2/+1
* ixgbe, ixgbevf: Add new mbox API xcast modeHiroshi Shimamoto2015-10-231-0/+6
* ixgbevf: add support for reporting RSS key and hash table for X550Emil Tantilov2015-07-231-2/+7
* ixgbevf: Add RSS Key query codeVlad Zolotarov2015-04-111-0/+1
* ixgbevf: Add a RETA query codeVlad Zolotarov2015-04-111-0/+1
* ixgbevf: Fix code comments and whitespaceJeff Kirsher2015-03-131-37/+45
* ixgbevf: combine all of the tasks into a single service taskEmil Tantilov2015-02-051-7/+6
* ixgbevf: rewrite watchdog task to function similar to igbvfEmil Tantilov2015-02-051-0/+1
* ixgbevf: Add code to check for Tx hangEmil Tantilov2015-02-051-1/+20
* ixgbevf: enable multiple queue supportEmil Tantilov2015-02-051-0/+1
* ixgbevf: add support for X550 VFsEmil Tantilov2014-12-051-0/+4
* ixgbevf: add netpoll supportEmil Tantilov2014-11-201-1/+1
* ixgbevf: Change receive model to use double buffered page based receivesEmil Tantilov2014-11-201-15/+9
* ixgbevf: Update Rx next to clean in real timeEmil Tantilov2014-11-201-2/+0
* ixgbevf: Combine the logic for post Rx processing into single functionEmil Tantilov2014-11-201-1/+3
* ixgbevf: Test Rx status bits directly out of the descriptorEmil Tantilov2014-11-201-0/+7
* ixgbevf: remove useless bd_number from struct ixgbevf_adapterEthan Zhao2014-09-181-1/+0
* ixgbevf: Add bit to mark work queue initializationMark Rustad2014-04-111-0/+1
* ixgbevf: Fix rcu warnings induced by LERMark Rustad2014-03-311-0/+1
* ixgbevf: Check register reads for adapter removalMark Rustad2014-03-211-0/+1
* ixgbevf: Use static inlines instead of macrosMark Rustad2014-03-211-0/+5
* ixgbevf: Indicate removal state explicitlyMark Rustad2014-03-191-2/+3
* ixgbevf: redo dma mapping using the tx buffer infoEmil Tantilov2014-01-171-3/+2
* ixgbevf: make the first tx_buffer a repository for most of the skb infoEmil Tantilov2014-01-171-5/+7
* ixgbevf: remove counters for Tx/Rx checksum offloadEmil Tantilov2014-01-171-14/+9
* ixgbevf: move ring specific stats into ring specific structureEmil Tantilov2014-01-171-11/+33
* ixgbevf: make use of the dev pointer in the ixgbevf_ring structEmil Tantilov2014-01-171-4/+4
* ixgbevf: Convert ring storage form pointer to an array to array of pointersDon Skidmore2014-01-161-2/+2
* ixgbevf: set the disable state when ixgbevf_qv_disable is calledJacob Keller2014-01-161-0/+1
* ixgbevf: add DCB configuration into queue setupDon Skidmore2013-12-171-0/+1
* ixgbe: Focus config of head, tail ntc, and ntu all into a single functionDon Skidmore2013-12-101-3/+1
* ixgbe: cleanup IXGBE_DESC_UNUSEDDon Skidmore2013-11-011-3/+7
* ixgbevf: Add zero_base handler to network statisticsDon Skidmore2013-10-291-1/+0
* ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLLJacob Keller2013-10-291-0/+22
* ixgbevf: implement CONFIG_NET_RX_BUSY_POLLJacob Keller2013-10-291-0/+109
* ixgbevf: implement ethtool get/set coalesceJacob Keller2013-10-241-0/+2
* intel: Remove extern from function prototypesJoe Perches2013-09-241-19/+15
* ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck2013-03-081-1/+1
* ixgbevf: Add checksum statistics counters to ringsGreg Rose2012-11-151-0/+2
* ixgbevf: Remove the ring adapter pointer valueGreg Rose2012-11-151-1/+0
* ixgbevf: Reduce size of maximum rx bufferGreg Rose2012-11-131-4/+4
* ixgbevf: Add flag to indicate when rx is in net pollGreg Rose2012-11-131-0/+1