summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/ethtool.c
AgeCommit message (Expand)Author
2023-12-13net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki
2022-06-29sfc: Encapsulate access to netdev_priv()Jonathan Cooper
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-04-15sfc: ef10: implement ethtool::get_fec_statsJakub Kicinski
2020-08-31sfc: return errors from efx_mcdi_set_id_led, and de-indirectEdward Cree
2020-07-27sfc: skeleton EF100 PF driverEdward Cree
2020-07-27sfc: remove efx_ethtool_nway_reset()Edward Cree
2020-07-02sfc: get drvinfo driver name from outside the common codeEdward Cree
2020-06-29sfc: commonise other ethtool bitsEdward Cree
2020-06-29sfc: commonise ethtool NFC and RXFH/RSS functionsEdward Cree
2020-06-29sfc: commonise ethtool link handling functionsEdward Cree
2020-03-17net: sfc: reject unsupported coalescing paramsJakub Kicinski
2020-03-12sfc: ethtool: Refactor to remove fallthrough comments in case blocksJoe Perches
2020-01-10sfc: move RPS codeAlex Maftei (amaftei)
2020-01-10sfc: move some ethtool codeAlex Maftei (amaftei)
2020-01-08sfc: add new headers in preparation for code splitAlex Maftei (amaftei)
2019-11-24sfc: fix build without CONFIG_RFS_ACCELJakub Kicinski
2019-11-22sfc: add statistics for ARFSEdward Cree
2019-10-31sfc: add XDP counters to ethtool statsCharles McLachlan
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata
2018-03-27sfc: fix flow type handling for RSS filtersEdward Cree
2018-03-27sfc: protect list of RSS contexts under a mutexEdward Cree
2018-03-14sfc: support FEC configuration through ethtoolEdward Cree
2018-03-08sfc: support RSS spreading of ethtool ntuple filtersEdward Cree
2018-01-10sfc: support the ethtool ksettings API properly so that 25/50/100G worksEdward Cree
2017-02-09sfc: process RX event inner checksum flagsJon Cooper
2017-01-17sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree
2017-01-17sfc: support setting RSS hash key through ethtool APIEdward Cree
2017-01-04sfc: don't report RX hash keys to ethtool when RSS wasn't enabledEdward Cree
2016-12-17net: sfc: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree
2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree
2016-11-18sfc: remove Software TSOEdward Cree
2016-11-18sfc: Firmware-Assisted TSO version 2Bert Kenward
2016-11-09sfc: report 4-tuple UDP hashing to ethtool, if it's enabledEdward Cree
2016-02-11sfc: implement IPv6 NFC (and IPV4_USER_FLOW)Edward Cree
2015-05-21sfc: protect filter table against use-after-freeEdward Cree
2015-05-09sfc: Add use of shared RSS contexts.Jon Cooper
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry
2014-07-17sfc: Add per-queue statistics in ethtoolAndrew Rybchenko
2014-07-15sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings
2014-03-10sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree
2014-02-12sfc: Add/remove blank lines to tasteBen Hutchings
2014-02-12sfc: Fail self-test with -EBUSY, not -EIO, if the device is busyBen Hutchings
2014-02-12sfc: Cosmetic changes to self-test from the out-of-tree driverBen Hutchings
2014-01-23sfc: Use the correct maximum TX DMA ring size for SFC9100Ben Hutchings
2013-12-12sfc: Add PTP counters to ethtool statsBen Hutchings