summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mscc/ocelot_stats.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-21net: mscc: ocelot: add TX_MM_HOLD to ocelot_mm_stats_layoutVladimir Oltean1-0/+1
2023-03-21net: mscc: ocelot: fix transfer from region->buf to ocelot->statsVladimir Oltean1-3/+4
2023-03-21net: mscc: ocelot: fix stats region batchingVladimir Oltean1-1/+2
2023-01-26net: ethtool: provide shims for stats aggregation helpers when CONFIG_ETHTOOL...Vladimir Oltean1-0/+1
2023-01-23net: mscc: ocelot: export ethtool MAC Merge stats for Felix VSC9959Vladimir Oltean1-10/+279
2023-01-23net: mscc: ocelot: hide access to ocelot_stats_layout behind a helperVladimir Oltean1-11/+29
2023-01-23net: mscc: ocelot: allow ocelot_stat_layout elements with no nameVladimir Oltean1-2/+2
2022-11-22net: mscc: ocelot: issue a warning if stats are incorrectly orderedColin Foster1-1/+7
2022-11-22net: mscc: ocelot: remove unnecessary exposure of stats structuresColin Foster1-0/+216
2022-11-22net: mscc: ocelot: remove redundant stats_layout pointersColin Foster1-8/+12
2022-09-09net: mscc: ocelot: add support for all sorts of standardized counters present...Vladimir Oltean1-17/+184
2022-09-09net: mscc: ocelot: exclude stats from bulk regions based on reg, not nameVladimir Oltean1-1/+1
2022-09-09net: dsa: felix: use ocelot's ndo_get_stats64 methodVladimir Oltean1-0/+65
2022-09-09net: mscc: ocelot: move stats code to ocelot_stats.cVladimir Oltean1-0/+226