summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Encapsulate access to netdev_priv()Jonathan Cooper2022-06-291-11/+11
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-4/+10
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* sfc: ef10: implement ethtool::get_fec_statsJakub Kicinski2021-04-151-0/+10
* sfc: return errors from efx_mcdi_set_id_led, and de-indirectEdward Cree2020-08-311-2/+1
* sfc: skeleton EF100 PF driverEdward Cree2020-07-271-2/+0
* sfc: remove efx_ethtool_nway_reset()Edward Cree2020-07-271-1/+0
* sfc: get drvinfo driver name from outside the common codeEdward Cree2020-07-021-0/+2
* sfc: commonise other ethtool bitsEdward Cree2020-06-291-93/+0
* sfc: commonise ethtool NFC and RXFH/RSS functionsEdward Cree2020-06-291-672/+0
* sfc: commonise ethtool link handling functionsEdward Cree2020-06-291-148/+0
* net: sfc: reject unsupported coalescing paramsJakub Kicinski2020-03-171-3/+3
* sfc: ethtool: Refactor to remove fallthrough comments in case blocksJoe Perches2020-03-121-16/+20
* sfc: move RPS codeAlex Maftei (amaftei)2020-01-101-1/+1
* sfc: move some ethtool codeAlex Maftei (amaftei)2020-01-101-440/+1
* sfc: add new headers in preparation for code splitAlex Maftei (amaftei)2020-01-081-0/+3
* sfc: fix build without CONFIG_RFS_ACCELJakub Kicinski2019-11-241-0/+2
* sfc: add statistics for ARFSEdward Cree2019-11-221-0/+6
* sfc: add XDP counters to ethtool statsCharles McLachlan2019-10-311-0/+25
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-1/+1
* sfc: fix flow type handling for RSS filtersEdward Cree2018-03-271-5/+6
* sfc: protect list of RSS contexts under a mutexEdward Cree2018-03-271-23/+43
* sfc: support FEC configuration through ethtoolEdward Cree2018-03-141-0/+32
* sfc: support RSS spreading of ethtool ntuple filtersEdward Cree2018-03-081-19/+134
* sfc: support the ethtool ksettings API properly so that 25/50/100G worksEdward Cree2018-01-101-3/+3
* sfc: process RX event inner checksum flagsJon Cooper2017-02-091-0/+5
* sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree2017-01-171-0/+5
* sfc: support setting RSS hash key through ethtool APIEdward Cree2017-01-171-5/+19
* sfc: don't report RX hash keys to ethtool when RSS wasn't enabledEdward Cree2017-01-041-0/+2
* net: sfc: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-171-13/+22
* sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree2016-12-031-2/+2
* sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree2016-11-301-12/+3
* sfc: remove Software TSOEdward Cree2016-11-181-0/+1
* sfc: Firmware-Assisted TSO version 2Bert Kenward2016-11-181-0/+1
* sfc: report 4-tuple UDP hashing to ethtool, if it's enabledEdward Cree2016-11-091-4/+8
* sfc: implement IPv6 NFC (and IPV4_USER_FLOW)Edward Cree2016-02-111-0/+184
* sfc: protect filter table against use-after-freeEdward Cree2015-05-211-1/+1
* sfc: Add use of shared RSS contexts.Jon Cooper2015-05-091-3/+2
* ethtool: Support for configurable RSS hash functionEyal Perry2014-12-081-4/+14
* sfc: Add per-queue statistics in ethtoolAndrew Rybchenko2014-07-171-2/+56
* sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree2014-07-151-1/+0
* ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings2014-06-031-5/+5
* sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree2014-03-101-9/+9
* sfc: Add/remove blank lines to tasteBen Hutchings2014-02-121-1/+0
* sfc: Fail self-test with -EBUSY, not -EIO, if the device is busyBen Hutchings2014-02-121-1/+1
* sfc: Cosmetic changes to self-test from the out-of-tree driverBen Hutchings2014-02-121-5/+13
* sfc: Use the correct maximum TX DMA ring size for SFC9100Ben Hutchings2014-01-231-2/+2
* sfc: Add PTP counters to ethtool statsBen Hutchings2013-12-121-1/+7
* sfc: Change efx_nic_type::rx_push_indir_table to push hash key as wellAndrew Rybchenko2013-12-121-1/+1