summaryrefslogtreecommitdiff
path: root/net/ethtool/stats.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-05net: ethtool: netlink: Allow NULL nlattrs when getting a phy_deviceMaxime Chevallier1-1/+1
2025-01-14net: ethtool: add support for structured PHY statisticsJakub Kicinski1-1/+38
2025-01-14net: ethtool: plumb PHY stats to PHY driversJakub Kicinski1-0/+18
2023-08-16ethtool: netlink: always pass genl_info to .prepare_dataJakub Kicinski1-3/+2
2023-01-25net: ethtool: fix NULL pointer dereference in stats_prepare_data()Vladimir Oltean1-1/+1
2023-01-23net: ethtool: add helpers for aggregate statisticsVladimir Oltean1-0/+127
2023-01-23net: ethtool: netlink: retrieve stats from multiple sources (eMAC, pMAC)Vladimir Oltean1-1/+31
2021-11-19ethtool: stats: Use struct_group() to clear all stats at onceKees Cook1-8/+7
2021-05-19ethtool: stats: Fix a copy-paste errorYueHaibing1-1/+1
2021-04-20ethtool: stats: clarify the initialization to ETHTOOL_STAT_NOT_SETJakub Kicinski1-0/+3
2021-04-17ethtool: add interface to read RMON statsJakub Kicinski1-0/+87
2021-04-17ethtool: add interface to read standard MAC Ctrl statsJakub Kicinski1-0/+33
2021-04-17ethtool: add interface to read standard MAC statsJakub Kicinski1-0/+90
2021-04-17ethtool: add a new command for reading standard statsJakub Kicinski1-0/+200