Message ID | 20241210-mnt-ethtool-h-v1-1-2a40b567939d@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 15bfb14727bcf5f72b099338fcdb5aca631f9197 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net] MAINTAINERS: Add ethtool.h to NETWORKING [GENERAL] | expand |
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 10 Dec 2024 13:47:44 +0000 you wrote: > 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> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) Here is the summary with links: - [net] MAINTAINERS: Add ethtool.h to NETWORKING [GENERAL] https://git.kernel.org/netdev/net/c/15bfb14727bc You are awesome, thank you!
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
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> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)