summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf.h
Commit message (Expand)AuthorAge
* ixgbevf: Add support for XDP_TX actionTony Nguyen2018-03-23
* ixgbevf: Add XDP support for pass and drop actionsTony Nguyen2018-03-23
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-23
* ixgbevf: allocate the rings as part of q_vectorEmil Tantilov2018-02-26
* ixgbevf: add support for padding packetEmil Tantilov2018-02-26
* ixgbevf: add support for using order 1 pages to receive large framesEmil Tantilov2018-02-26
* ixgbevf: add ethtool private flag for legacy RxEmil Tantilov2018-02-26
* ixgbevf: add counters for Rx page allocationsEmil Tantilov2018-01-26
* ixgbevf: update code to better handle incrementing page countEmil Tantilov2018-01-26
* ixgbevf: add support for DMA_ATTR_SKIP_CPU_SYNC/WEAK_ORDERINGEmil Tantilov2018-01-26
* ixgbevf: Check for RSS key before setting valueTony Nguyen2017-04-29
* ixgbevf: get rid of custom busy polling codeEric Dumazet2017-02-03
* ixgbevf: Add support for VF promiscuous modeDon Skidmore2017-01-03
* ixgbevf: change hw_dbg to use netdev_dbgEmil Tantilov2016-08-18
* ixgbevf: add VF support for new hardwareDon Skidmore2016-07-22
* ixgbevf: Use mac_ops instead of trying to identify NIC typeAlexander Duyck2016-05-04
* ixgbevf: Support Windows hosts (Hyper-V)KY Srinivasan2016-05-04
* ixgbevf: make use of BIT() macro to avoid shift of signed valuesJacob Keller2016-04-25
* ixgbevf: add support for per-queue ethtool statsEmil Tantilov2016-04-25
* ixgbevf: use bit operations for setting and checking resetsEmil Tantilov2016-04-04
* ixgbevf: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-03-29
* ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck2015-11-23
* ixgbe, ixgbevf: Add new mbox API xcast modeHiroshi Shimamoto2015-10-23
* ixgbevf: add support for reporting RSS key and hash table for X550Emil Tantilov2015-07-23
* 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