summaryrefslogtreecommitdiffstats
path: root/net/ethtool/stats.c
AgeCommit message (Expand)AuthorLines
2023-08-15ethtool: netlink: always pass genl_info to .prepare_dataJakub Kicinski-3/+2
2023-01-25net: ethtool: fix NULL pointer dereference in stats_prepare_data()Vladimir Oltean-1/+1
2023-01-23net: ethtool: add helpers for aggregate statisticsVladimir Oltean-0/+127
2023-01-23net: ethtool: netlink: retrieve stats from multiple sources (eMAC, pMAC)Vladimir Oltean-1/+31
2021-11-19ethtool: stats: Use struct_group() to clear all stats at onceKees Cook-8/+7
2021-05-19ethtool: stats: Fix a copy-paste errorYueHaibing-1/+1
2021-04-19ethtool: stats: clarify the initialization to ETHTOOL_STAT_NOT_SETJakub Kicinski-0/+3
2021-04-16ethtool: add interface to read RMON statsJakub Kicinski-0/+87
2021-04-16ethtool: add interface to read standard MAC Ctrl statsJakub Kicinski-0/+33
2021-04-16ethtool: add interface to read standard MAC statsJakub Kicinski-0/+90
2021-04-16ethtool: add a new command for reading standard statsJakub Kicinski-0/+200