aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethtool/stats.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-15ethtool: 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-19ethtool: stats: clarify the initialization to ETHTOOL_STAT_NOT_SETJakub Kicinski1-0/+3
2021-04-16ethtool: add interface to read RMON statsJakub Kicinski1-0/+87
2021-04-16ethtool: add interface to read standard MAC Ctrl statsJakub Kicinski1-0/+33
2021-04-16ethtool: add interface to read standard MAC statsJakub Kicinski1-0/+90
2021-04-16ethtool: add a new command for reading standard statsJakub Kicinski1-0/+200