aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-31ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher1-2/+2
2018-08-28ixgbevf: enable VF IPsec offload operationsShannon Nelson1-0/+25
2018-08-28ixgbevf: add VF IPsec offload codeShannon Nelson1-0/+8
2018-06-04ixgbevf: Fix coexistence of malicious driver detection with XDPAlexander Duyck1-0/+1
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-25/+1
2018-03-23ixgbevf: Add support for XDP_TX actionTony Nguyen1-1/+19
2018-03-23ixgbevf: Add XDP support for pass and drop actionsTony Nguyen1-3/+7
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-02-26ixgbevf: allocate the rings as part of q_vectorEmil Tantilov1-1/+6
2018-02-26ixgbevf: add support for padding packetEmil Tantilov1-0/+11
2018-02-26ixgbevf: add support for using order 1 pages to receive large framesEmil Tantilov1-8/+44
2018-02-26ixgbevf: add ethtool private flag for legacy RxEmil Tantilov1-0/+2
2018-01-26ixgbevf: add counters for Rx page allocationsEmil Tantilov1-2/+4
2018-01-26ixgbevf: update code to better handle incrementing page countEmil Tantilov1-1/+6
2018-01-26ixgbevf: add support for DMA_ATTR_SKIP_CPU_SYNC/WEAK_ORDERINGEmil Tantilov1-0/+3
2017-04-29ixgbevf: Check for RSS key before setting valueTony Nguyen1-1/+1
2017-02-03ixgbevf: get rid of custom busy polling codeEric Dumazet1-113/+0
2017-01-03ixgbevf: Add support for VF promiscuous modeDon Skidmore1-0/+1
2016-08-18ixgbevf: change hw_dbg to use netdev_dbgEmil Tantilov1-7/+4
2016-07-22ixgbevf: add VF support for new hardwareDon Skidmore1-0/+2
2016-05-04ixgbevf: Use mac_ops instead of trying to identify NIC typeAlexander Duyck1-1/+0
2016-05-04ixgbevf: Support Windows hosts (Hyper-V)KY Srinivasan1-0/+11
2016-04-25ixgbevf: make use of BIT() macro to avoid shift of signed valuesJacob Keller1-4/+4
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