summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/ef100_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-08net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts inEdward Cree1-0/+1
2024-08-12ethtool: rss: don't report key if device doesn't support itJakub Kicinski1-0/+1
2024-08-12eth: remove .cap_rss_ctx_supported from updated driversJakub Kicinski1-1/+0
2024-06-29sfc: use new rxfh_context APIEdward Cree1-0/+4
2023-12-14net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki1-2/+1
2022-10-19sfc: remove 'log-tc-errors' ethtool private flagEdward Cree1-2/+0
2022-09-28sfc: optional logging of TC offload errorsEdward Cree1-0/+2
2022-06-29sfc: Encapsulate access to netdev_priv()Jonathan Cooper1-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+5
2020-09-08sfc: add ethtool ops and miscellaneous ndos to EF100Edward Cree1-0/+41
2020-07-27sfc: skeleton EF100 PF driverEdward Cree1-0/+24