summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf.h
AgeCommit message (Expand)Author
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
2014-03-21ixgbevf: Check register reads for adapter removalMark Rustad
2014-03-21ixgbevf: Use static inlines instead of macrosMark Rustad
2014-03-19ixgbevf: Indicate removal state explicitlyMark Rustad
2014-01-17ixgbevf: redo dma mapping using the tx buffer infoEmil Tantilov
2014-01-17ixgbevf: make the first tx_buffer a repository for most of the skb infoEmil Tantilov
2014-01-17ixgbevf: remove counters for Tx/Rx checksum offloadEmil Tantilov
2014-01-17ixgbevf: move ring specific stats into ring specific structureEmil Tantilov
2014-01-17ixgbevf: make use of the dev pointer in the ixgbevf_ring structEmil Tantilov
2014-01-16ixgbevf: Convert ring storage form pointer to an array to array of pointersDon Skidmore
2014-01-16ixgbevf: set the disable state when ixgbevf_qv_disable is calledJacob Keller
2013-12-17ixgbevf: add DCB configuration into queue setupDon Skidmore
2013-12-10ixgbe: Focus config of head, tail ntc, and ntu all into a single functionDon Skidmore
2013-11-01ixgbe: cleanup IXGBE_DESC_UNUSEDDon Skidmore
2013-10-29ixgbevf: Add zero_base handler to network statisticsDon Skidmore
2013-10-29ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLLJacob Keller
2013-10-29ixgbevf: implement CONFIG_NET_RX_BUSY_POLLJacob Keller
2013-10-24ixgbevf: implement ethtool get/set coalesceJacob Keller
2013-09-24intel: Remove extern from function prototypesJoe Perches
2013-03-08ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck
2012-11-15ixgbevf: Add checksum statistics counters to ringsGreg Rose