summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf.h
AgeCommit message (Expand)Author
2023-08-04ixgbevf: Remove unused function declarationsYue Haibing
2022-03-08ixgbevf: add disable link stateSlawomir Mrozowicz
2021-11-17ixgbevf: Mailbox improvementsRadoslaw Tyl
2021-11-17ixgbevf: Add legacy suffix to old API mailbox functionsRadoslaw Tyl
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher
2018-10-31ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher
2018-08-28ixgbevf: enable VF IPsec offload operationsShannon Nelson
2018-08-28ixgbevf: add VF IPsec offload codeShannon Nelson
2018-06-04ixgbevf: Fix coexistence of malicious driver detection with XDPAlexander Duyck
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-03-23ixgbevf: Add support for XDP_TX actionTony Nguyen
2018-03-23ixgbevf: Add XDP support for pass and drop actionsTony Nguyen
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher
2018-02-26ixgbevf: allocate the rings as part of q_vectorEmil Tantilov
2018-02-26ixgbevf: add support for padding packetEmil Tantilov
2018-02-26ixgbevf: add support for using order 1 pages to receive large framesEmil Tantilov
2018-02-26ixgbevf: add ethtool private flag for legacy RxEmil Tantilov
2018-01-26ixgbevf: add counters for Rx page allocationsEmil Tantilov
2018-01-26ixgbevf: update code to better handle incrementing page countEmil Tantilov
2018-01-26ixgbevf: add support for DMA_ATTR_SKIP_CPU_SYNC/WEAK_ORDERINGEmil Tantilov
2017-04-29ixgbevf: Check for RSS key before setting valueTony Nguyen
2017-02-03ixgbevf: get rid of custom busy polling codeEric Dumazet
2017-01-03ixgbevf: Add support for VF promiscuous modeDon Skidmore
2016-08-18ixgbevf: change hw_dbg to use netdev_dbgEmil Tantilov
2016-07-22ixgbevf: add VF support for new hardwareDon Skidmore
2016-05-04ixgbevf: Use mac_ops instead of trying to identify NIC typeAlexander Duyck
2016-05-04ixgbevf: Support Windows hosts (Hyper-V)KY Srinivasan
2016-04-25ixgbevf: make use of BIT() macro to avoid shift of signed valuesJacob Keller
2016-04-25ixgbevf: add support for per-queue ethtool statsEmil Tantilov
2016-04-04ixgbevf: use bit operations for setting and checking resetsEmil Tantilov
2016-03-29ixgbevf: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann
2015-11-23ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck
2015-10-23ixgbe, ixgbevf: Add new mbox API xcast modeHiroshi Shimamoto
2015-07-23ixgbevf: add support for reporting RSS key and hash table for X550Emil Tantilov
2015-04-11ixgbevf: Add RSS Key query codeVlad Zolotarov
2015-04-11ixgbevf: Add a RETA query codeVlad Zolotarov
2015-03-13ixgbevf: Fix code comments and whitespaceJeff Kirsher
2015-02-05ixgbevf: combine all of the tasks into a single service taskEmil Tantilov
2015-02-05ixgbevf: rewrite watchdog task to function similar to igbvfEmil Tantilov
2015-02-05ixgbevf: Add code to check for Tx hangEmil Tantilov
2015-02-05ixgbevf: enable multiple queue supportEmil Tantilov
2014-12-05ixgbevf: add support for X550 VFsEmil Tantilov
2014-11-20ixgbevf: add netpoll supportEmil Tantilov
2014-11-20ixgbevf: Change receive model to use double buffered page based receivesEmil Tantilov
2014-11-20ixgbevf: Update Rx next to clean in real timeEmil Tantilov
2014-11-20ixgbevf: Combine the logic for post Rx processing into single functionEmil Tantilov
2014-11-20ixgbevf: Test Rx status bits directly out of the descriptorEmil Tantilov
2014-09-18ixgbevf: remove useless bd_number from struct ixgbevf_adapterEthan Zhao
2014-04-11ixgbevf: Add bit to mark work queue initializationMark Rustad
2014-03-31ixgbevf: Fix rcu warnings induced by LERMark Rustad