diff options
author | Simon Horman <horms@kernel.org> | 2024-12-10 13:47:44 +0000 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-12-11 19:55:07 -0800 |
commit | 15bfb14727bcf5f72b099338fcdb5aca631f9197 (patch) | |
tree | 6d0673b2724130fb452111b4ab75c5d36cf39237 /MAINTAINERS | |
parent | 3dd002f20098b9569f8fd7f8703f364571e2e975 (diff) | |
download | lwn-15bfb14727bcf5f72b099338fcdb5aca631f9197.tar.gz lwn-15bfb14727bcf5f72b099338fcdb5aca631f9197.zip |
MAINTAINERS: Add ethtool.h to NETWORKING [GENERAL]
This is part of an effort to assign a section in MAINTAINERS to header
files related to Networking. In this case the files named ethool.h.
Signed-off-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20241210-mnt-ethtool-h-v1-1-2a40b567939d@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f84ec3572a5d..16c76ecca3f9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16335,6 +16335,7 @@ F: Documentation/networking/ F: Documentation/networking/net_cachelines/ F: Documentation/process/maintainer-netdev.rst F: Documentation/userspace-api/netlink/ +F: include/linux/ethtool.h F: include/linux/framer/framer-provider.h F: include/linux/framer/framer.h F: include/linux/in.h @@ -16349,6 +16350,7 @@ F: include/linux/rtnetlink.h F: include/linux/seq_file_net.h F: include/linux/skbuff* F: include/net/ +F: include/uapi/linux/ethtool.h F: include/uapi/linux/genetlink.h F: include/uapi/linux/hsr_netlink.h F: include/uapi/linux/in.h |