aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf/ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-28ixgbevf: Use cached link state instead of re-reading the value for ethtoolAlexander Duyck1-8/+2
2018-08-28ixgbevf: enable VF IPsec offload operationsShannon Nelson1-0/+2
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-3/+5
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-25/+2
2018-03-23ixgbevf: Add XDP queue stats reportingTony Nguyen1-0/+24
2018-03-23ixgbevf: Add support for XDP_TX actionTony Nguyen1-3/+32
2018-03-23ixgbevf: Add XDP support for pass and drop actionsTony Nguyen1-2/+7
2018-02-26ixgbevf: add ethtool private flag for legacy RxEmil Tantilov1-0/+48
2018-01-26ixgbevf: add counters for Rx page allocationsEmil Tantilov1-0/+3
2017-04-29ixgbevf: Check for RSS key before setting valueTony Nguyen1-1/+2
2017-04-29ixgbevf: fix size of queue stats lengthEmil Tantilov1-1/+1
2017-04-18ixgbevf: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-11/+11
2017-02-03ixgbevf: get rid of custom busy polling codeEric Dumazet1-38/+0
2016-04-25ixgbevf: make use of BIT() macro to avoid shift of signed valuesJacob Keller1-1/+2
2016-04-25ixgbevf: add support for per-queue ethtool statsEmil Tantilov1-36/+91
2016-04-25ixgbevf: refactor ethtool stats handlingEmil Tantilov1-62/+64
2016-03-29ixgbevf: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann1-2/+2
2015-11-23ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck1-1/+1
2015-07-23ixgbevf: add support for reporting RSS key and hash table for X550Emil Tantilov1-23/+28
2015-04-11ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and keyVlad Zolotarov1-0/+69
2015-03-13ixgbevf: Fix code comments and whitespaceJeff Kirsher1-42/+44
2014-09-12ixgbevf: Resolve missing-field-initializers warningsMark Rustad1-1/+1
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-31ixgbevf: Change ixgbe_read_reg to ixgbevf_read_regMark Rustad1-4/+4
2014-03-21ixgbevf: Additional adapter removal checksMark Rustad1-0/+22
2014-03-21ixgbevf: Make the ethtool register test use accessorsMark Rustad1-52/+67
2014-01-17ixgbevf: add tx countersEmil Tantilov1-0/+2
2014-01-17ixgbevf: remove counters for Tx/Rx checksum offloadEmil Tantilov1-2/+0
2014-01-17ixgbevf: move ring specific stats into ring specific structureEmil Tantilov1-6/+6
2014-01-17ixgbevf: make use of the dev pointer in the ixgbevf_ring structEmil Tantilov1-23/+23
2014-01-16ixgbevf: Convert ring storage form pointer to an array to array of pointersDon Skidmore1-16/+14
2013-10-29ixgbevf: Add zero_base handler to network statisticsDon Skidmore1-33/+45
2013-10-29ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLLJacob Keller1-0/+32
2013-10-24ixgbevf: implement ethtool get/set coalesceJacob Keller1-0/+81
2013-10-01ixgbevf: do not print registers to dmesg in ixgbevf_get_regsJacob Keller1-53/+2
2013-01-28ixgbevf: Make sure link status and speed are fetchedGreg Rose1-0/+1
2012-07-18ixgbevf: Fix multiple issues in ixgbevf_get/set_ringparamAlexander Duyck1-70/+83
2012-07-18ixgbevf: Add netdev to ring structureAlexander Duyck1-4/+2
2012-07-17ixgbevf: Move Tx clean-up into NAPI contextAlexander Duyck1-2/+0
2012-07-17ixgbevf: Drop all dead or unnecessary codeAlexander Duyck1-9/+2
2012-05-03ixgbevf: Add support to recognize 100mb link speedGreg Rose1-4/+14
2012-02-03ixgbevf: Update copyright noticesGreg Rose1-1/+1
2012-01-19ixgbevf: make ethtool ops and strings constStephen Hemminger1-2/+3
2011-11-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of driversRick Jones1-5/+5
2011-11-16ixgbevf: Convert printks to pr_<level>Jeff Kirsher1-2/+4
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones1-4/+0
2011-08-26ixgbevf: convert to ndo_fix_featuresMichał Mirosław1-46/+0
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher1-0/+742