summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbevf/ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-13/+14
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-6/+6
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-06-30intel: remove unused macrosJesse Brandeburg1-4/+0
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2020-06-26net/intel: remove driver versions from Intel driversJeff Kirsher1-2/+0
2020-03-12net: ixgbevf: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-06-29ixgbevf: Use cached link state instead of re-reading the value for ethtoolAlexander Duyck1-8/+2
2018-08-29ixgbevf: enable VF IPsec offload operationsShannon Nelson1-0/+2
2018-06-13treewide: Use array_size() in vmalloc()Kees Cook1-3/+5
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-25/+2
2018-03-24ixgbevf: Add XDP queue stats reportingTony Nguyen1-0/+24
2018-03-24ixgbevf: Add support for XDP_TX actionTony Nguyen1-3/+32
2018-03-24ixgbevf: 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-30ixgbevf: Check for RSS key before setting valueTony Nguyen1-1/+2
2017-04-30ixgbevf: 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-04ixgbevf: 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-30ixgbevf: 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-14ixgbevf: Fix code comments and whitespaceJeff Kirsher1-42/+44
2014-09-12ixgbevf: Resolve missing-field-initializers warningsMark Rustad1-1/+1
2014-06-07net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-01ixgbevf: 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-18ixgbevf: add tx countersEmil Tantilov1-0/+2
2014-01-18ixgbevf: remove counters for Tx/Rx checksum offloadEmil Tantilov1-2/+0
2014-01-18ixgbevf: move ring specific stats into ring specific structureEmil Tantilov1-6/+6
2014-01-18ixgbevf: make use of the dev pointer in the ixgbevf_ring structEmil Tantilov1-23/+23
2014-01-17ixgbevf: 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-19ixgbevf: Fix multiple issues in ixgbevf_get/set_ringparamAlexander Duyck1-70/+83
2012-07-19ixgbevf: 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