netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] MAINTAINERS: add missing IPv4/IPv6 header paths
@ 2022-01-26 20:26 Jakub Kicinski
  2022-01-26 20:29 ` David Ahern
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Kicinski @ 2022-01-26 20:26 UTC (permalink / raw)
  To: davem; +Cc: netdev, yoshfuji, dsahern, Jakub Kicinski

IP includes under include/linux/ are not explicitly
listed under any entry in MAINTAINERS.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3e22999669c4..9c3ec0863e7e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13461,6 +13461,8 @@ L:	netdev@vger.kernel.org
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git
 F:	arch/x86/net/*
+F:	include/linux/ip.h
+F:	include/linux/ipv6*
 F:	include/net/ip*
 F:	net/ipv4/
 F:	net/ipv6/
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-26 20:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-26 20:26 [PATCH net] MAINTAINERS: add missing IPv4/IPv6 header paths Jakub Kicinski
2022-01-26 20:29 ` David Ahern

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).