summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf.h
Commit message (Expand)AuthorAgeFilesLines
* ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher2018-10-311-2/+2
* ixgbevf: enable VF IPsec offload operationsShannon Nelson2018-08-281-0/+25
* ixgbevf: add VF IPsec offload codeShannon Nelson2018-08-281-0/+8
* ixgbevf: Fix coexistence of malicious driver detection with XDPAlexander Duyck2018-06-041-0/+1
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-25/+1Star
* ixgbevf: Add support for XDP_TX actionTony Nguyen2018-03-231-1/+19
* ixgbevf: Add XDP support for pass and drop actionsTony Nguyen2018-03-231-3/+7
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* ixgbevf: allocate the rings as part of q_vectorEmil Tantilov2018-02-261-1/+6
* ixgbevf: add support for padding packetEmil Tantilov2018-02-261-0/+11
* ixgbevf: add support for using order 1 pages to receive large framesEmil Tantilov2018-02-261-8/+44
* ixgbevf: add ethtool private flag for legacy RxEmil Tantilov2018-02-261-0/+2
* ixgbevf: add counters for Rx page allocationsEmil Tantilov2018-01-261-2/+4
* ixgbevf: update code to better handle incrementing page countEmil Tantilov2018-01-261-1/+6
* ixgbevf: add support for DMA_ATTR_SKIP_CPU_SYNC/WEAK_ORDERINGEmil Tantilov2018-01-261-0/+3
* ixgbevf: Check for RSS key before setting valueTony Nguyen2017-04-301-1/+1
* ixgbevf: get rid of custom busy polling codeEric Dumazet2017-02-031-113/+0Star
* ixgbevf: Add support for VF promiscuous modeDon Skidmore2017-01-031-0/+1
* ixgbevf: change hw_dbg to use netdev_dbgEmil Tantilov2016-08-191-7/+4Star
* 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/+0Star
* 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/+0Star
* ixgbevf: use bit operations for setting and checking resetsEmil Tantilov2016-04-041-7/+2Star
* ixgbevf: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-03-301-0/+2
* ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck2015-11-231-2/+1Star
* 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-061-7/+6Star
* ixgbevf: rewrite watchdog task to function similar to igbvfEmil Tantilov2015-02-061-0/+1
* ixgbevf: Add code to check for Tx hangEmil Tantilov2015-02-061-1/+20
* ixgbevf: enable multiple queue supportEmil Tantilov2015-02-061-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/+9Star
* ixgbevf: Update Rx next to clean in real timeEmil Tantilov2014-11-201-2/+0Star
* 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/+0Star
* ixgbevf: Add bit to mark work queue initializationMark Rustad2014-04-111-0/+1
* ixgbevf: Fix rcu warnings induced by LERMark Rustad2014-04-011-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-201-2/+3
* ixgbevf: redo dma mapping using the tx buffer infoEmil Tantilov2014-01-181-3/+2Star
* ixgbevf: make the first tx_buffer a repository for most of the skb infoEmil Tantilov2014-01-181-5/+7