]> Gentwo Git Trees - linux/.git/commit
l2tp: correct debugfs label for tunnel tx stats
authorAlok Tiwari <alok.a.tiwari@oracle.com>
Fri, 28 Nov 2025 08:52:57 +0000 (00:52 -0800)
committerJakub Kicinski <kuba@kernel.org>
Mon, 1 Dec 2025 20:03:09 +0000 (12:03 -0800)
commit09339d0d83108fd4f59b94677ac99bde870aa0ae
tree00413cb2ad6cfac5585c25d0b1eaf4540c79f247
parentaadff9f766399a350aa3e09fc671617bdc0b365f
l2tp: correct debugfs label for tunnel tx stats

l2tp_dfs_seq_tunnel_show prints two groups of tunnel statistics. The
first group reports transmit counters, but the code labels it as rx.
Set the label to "tx" so the debugfs output reflects the actual meaning.

Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20251128085300.3377210-1-alok.a.tiwari@oracle.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/l2tp/l2tp_debugfs.c