summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf/ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbevf: Use cached link state instead of re-reading the value for ethtoolAlexander Duyck2019-06-291-8/+2Star
* ixgbevf: enable VF IPsec offload operationsShannon Nelson2018-08-281-0/+2
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-3/+5
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-25/+2Star
* ixgbevf: Add XDP queue stats reportingTony Nguyen2018-03-231-0/+24
* ixgbevf: Add support for XDP_TX actionTony Nguyen2018-03-231-3/+32
* ixgbevf: Add XDP support for pass and drop actionsTony Nguyen2018-03-231-2/+7
* ixgbevf: add ethtool private flag for legacy RxEmil Tantilov2018-02-261-0/+48
* ixgbevf: add counters for Rx page allocationsEmil Tantilov2018-01-261-0/+3
* ixgbevf: Check for RSS key before setting valueTony Nguyen2017-04-301-1/+2
* ixgbevf: fix size of queue stats lengthEmil Tantilov2017-04-301-1/+1
* ixgbevf: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-04-181-11/+11
* ixgbevf: get rid of custom busy polling codeEric Dumazet2017-02-031-38/+0Star
* ixgbevf: make use of BIT() macro to avoid shift of signed valuesJacob Keller2016-04-251-1/+2
* ixgbevf: add support for per-queue ethtool statsEmil Tantilov2016-04-251-36/+91
* ixgbevf: refactor ethtool stats handlingEmil Tantilov2016-04-251-62/+64
* ixgbevf: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-03-301-2/+2
* ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck2015-11-231-1/+1
* ixgbevf: add support for reporting RSS key and hash table for X550Emil Tantilov2015-07-231-23/+28
* ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and keyVlad Zolotarov2015-04-111-0/+69
* ixgbevf: Fix code comments and whitespaceJeff Kirsher2015-03-131-42/+44
* ixgbevf: Resolve missing-field-initializers warningsMark Rustad2014-09-121-1/+1
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-071-2/+2
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* ixgbevf: Change ixgbe_read_reg to ixgbevf_read_regMark Rustad2014-04-011-4/+4
* ixgbevf: Additional adapter removal checksMark Rustad2014-03-211-0/+22
* ixgbevf: Make the ethtool register test use accessorsMark Rustad2014-03-211-52/+67
* ixgbevf: add tx countersEmil Tantilov2014-01-181-0/+2
* ixgbevf: remove counters for Tx/Rx checksum offloadEmil Tantilov2014-01-181-2/+0Star
* ixgbevf: move ring specific stats into ring specific structureEmil Tantilov2014-01-181-6/+6
* ixgbevf: make use of the dev pointer in the ixgbevf_ring structEmil Tantilov2014-01-181-23/+23
* ixgbevf: Convert ring storage form pointer to an array to array of pointersDon Skidmore2014-01-171-16/+14Star
* ixgbevf: Add zero_base handler to network statisticsDon Skidmore2013-10-291-33/+45
* ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLLJacob Keller2013-10-291-0/+32
* ixgbevf: implement ethtool get/set coalesceJacob Keller2013-10-241-0/+81
* ixgbevf: do not print registers to dmesg in ixgbevf_get_regsJacob Keller2013-10-011-53/+2Star
* ixgbevf: Make sure link status and speed are fetchedGreg Rose2013-01-281-0/+1
* ixgbevf: Fix multiple issues in ixgbevf_get/set_ringparamAlexander Duyck2012-07-181-70/+83
* ixgbevf: Add netdev to ring structureAlexander Duyck2012-07-181-4/+2Star
* ixgbevf: Move Tx clean-up into NAPI contextAlexander Duyck2012-07-171-2/+0Star
* ixgbevf: Drop all dead or unnecessary codeAlexander Duyck2012-07-171-9/+2Star
* ixgbevf: Add support to recognize 100mb link speedGreg Rose2012-05-031-4/+14
* ixgbevf: Update copyright noticesGreg Rose2012-02-031-1/+1
* ixgbevf: make ethtool ops and strings constStephen Hemminger2012-01-191-2/+3
* Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones2011-11-221-5/+5
* ixgbevf: Convert printks to pr_<level>Jeff Kirsher2011-11-161-2/+4
* net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2011-10-081-4/+0Star
* ixgbevf: convert to ndo_fix_featuresMichał Mirosław2011-08-271-46/+0Star
* intel: Move the Intel wired LAN driversJeff Kirsher2011-08-111-0/+742