Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: docs: add missing features that can have stats

While trying to figure out ethtool -I | --include-statistics, I noticed
some docs got missed when implementing commit 0e9c127729be ("ethtool:
add interface to read Tx hardware timestamping statistics").

Fix up the docs to match the kernel code, and while there, sort them in
alphabetical order.

Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Reviewed-by: Rahul Rameshbabu <rrameshbabu@nvidia.com>
Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://patch.msgid.link/20251016-jk-iwl-next-2025-10-15-v2-8-ff3a390d9fc6@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Jesse Brandeburg and committed by
Jakub Kicinski
98c2f0b4 c30fd916

+3 -1
+3 -1
Documentation/networking/statistics.rst
··· 184 184 the `ETHTOOL_FLAG_STATS` flag in `ETHTOOL_A_HEADER_FLAGS`. Currently 185 185 statistics are supported in the following commands: 186 186 187 - - `ETHTOOL_MSG_PAUSE_GET` 188 187 - `ETHTOOL_MSG_FEC_GET` 188 + - `ETHTOOL_MSG_LINKSTATE_GET` 189 189 - `ETHTOOL_MSG_MM_GET` 190 + - `ETHTOOL_MSG_PAUSE_GET` 191 + - `ETHTOOL_MSG_TSINFO_GET` 190 192 191 193 debugfs 192 194 -------