aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Chevallier <[email protected]>2025-03-27 11:00:12 +0000
committerJakub Kicinski <[email protected]>2025-03-28 11:42:54 +0000
commit52c19f901318d32e01a36d975ea2fdd0a26f56e7 (patch)
tree88f33105697e6f7d7e6718968d842edf468cad3a
parentnet: move replay logic to tc_modify_qdisc (diff)
downloadkernel-52c19f901318d32e01a36d975ea2fdd0a26f56e7.tar.gz
kernel-52c19f901318d32e01a36d975ea2fdd0a26f56e7.zip
MAINTAINERS: Add dedicated entries for phy_link_topology
The infrastructure to handle multi-phy devices is fairly standalone. Add myself as maintainer for that part as well as the netlink uAPI that exposes it. Reviewed-by: Andrew Lunn <[email protected]> Acked-by: Jakub Kicinski <[email protected]> Signed-off-by: Maxime Chevallier <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 1cd25139cc58..36511ed5bf6a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16577,6 +16577,13 @@ F: net/ethtool/mm.c
F: tools/testing/selftests/drivers/net/hw/ethtool_mm.sh
K: ethtool_mm
+NETWORKING [ETHTOOL PHY TOPOLOGY]
+M: Maxime Chevallier <[email protected]>
+F: Documentation/networking/phy-link-topology.rst
+F: drivers/net/phy/phy_link_topology.c
+F: include/linux/phy_link_topology.h
+F: net/ethtool/phy.c
+
NETWORKING [GENERAL]
M: "David S. Miller" <[email protected]>
M: Eric Dumazet <[email protected]>