aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mscc/ocelot_stats.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-14net: mscc: ocelot: fix pMAC TX RMON stats for bucket 256-511 and aboveGravatar Vladimir Oltean 1-4/+4
2023-12-14net: mscc: ocelot: fix eMAC TX RMON stats for bucket 256-511 and aboveGravatar Vladimir Oltean 1-4/+4
2023-04-13net: mscc: ocelot: fix ineffective WARN_ON() in ocelot_stats.cGravatar Vladimir Oltean 1-6/+11
2023-04-13net: mscc: ocelot: strengthen type of "int i" in ocelot_stats.cGravatar Vladimir Oltean 1-4/+5
2023-04-13net: mscc: ocelot: strengthen type of "u32 reg" and "u32 base" in ocelot_stats.cGravatar Vladimir Oltean 1-3/+3
2023-04-13net: mscc: ocelot: remove blank line at the end of ocelot_stats.cGravatar Vladimir Oltean 1-1/+0
2023-04-13net: mscc: ocelot: debugging print for statistics regionsGravatar Vladimir Oltean 1-0/+9
2023-03-21net: mscc: ocelot: add TX_MM_HOLD to ocelot_mm_stats_layoutGravatar Vladimir Oltean 1-0/+1
2023-03-21net: mscc: ocelot: fix transfer from region->buf to ocelot->statsGravatar Vladimir Oltean 1-3/+4
2023-03-21net: mscc: ocelot: fix stats region batchingGravatar Vladimir Oltean 1-1/+2
2023-01-26net: ethtool: provide shims for stats aggregation helpers when CONFIG_ETHTOOL...Gravatar Vladimir Oltean 1-0/+1
2023-01-23net: mscc: ocelot: export ethtool MAC Merge stats for Felix VSC9959Gravatar Vladimir Oltean 1-10/+279
2023-01-23net: mscc: ocelot: hide access to ocelot_stats_layout behind a helperGravatar Vladimir Oltean 1-11/+29
2023-01-23net: mscc: ocelot: allow ocelot_stat_layout elements with no nameGravatar Vladimir Oltean 1-2/+2
2022-11-22net: mscc: ocelot: issue a warning if stats are incorrectly orderedGravatar Colin Foster 1-1/+7
2022-11-22net: mscc: ocelot: remove unnecessary exposure of stats structuresGravatar Colin Foster 1-0/+216
2022-11-22net: mscc: ocelot: remove redundant stats_layout pointersGravatar Colin Foster 1-8/+12
2022-09-09net: mscc: ocelot: add support for all sorts of standardized counters present...Gravatar Vladimir Oltean 1-17/+184
2022-09-09net: mscc: ocelot: exclude stats from bulk regions based on reg, not nameGravatar Vladimir Oltean 1-1/+1
2022-09-09net: dsa: felix: use ocelot's ndo_get_stats64 methodGravatar Vladimir Oltean 1-0/+65
2022-09-09net: mscc: ocelot: move stats code to ocelot_stats.cGravatar Vladimir Oltean 1-0/+226