]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
MAINTAINERS: add a general entry for BSD sockets
authorJakub Kicinski <kuba@kernel.org>
Sun, 2 Feb 2025 01:47:27 +0000 (17:47 -0800)
committerJakub Kicinski <kuba@kernel.org>
Mon, 3 Feb 2025 21:27:50 +0000 (13:27 -0800)
Create a MAINTAINERS entry for BSD sockets. List the top 3
reviewers as maintainers. The entry is meant to cover core
socket code (of which there isn't much) but also reviews
of any new socket families.

Reviewed-by: Simon Horman <horms@kernel.org>
Acked-by: Willem de Bruijn <willemb@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Link: https://patch.msgid.link/20250202014728.1005003-3-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
MAINTAINERS

index 48677d61c97bd53b2c474219ae6553646882b922..438d85bb97a220306480ea805344cb7b90ff3864 100644 (file)
@@ -16642,6 +16642,22 @@ F:     include/net/tls.h
 F:     include/uapi/linux/tls.h
 F:     net/tls/*
 
+NETWORKING [SOCKETS]
+M:     Eric Dumazet <edumazet@google.com>
+M:     Kuniyuki Iwashima <kuniyu@amazon.com>
+M:     Paolo Abeni <pabeni@redhat.com>
+M:     Willem de Bruijn <willemb@google.com>
+S:     Maintained
+F:     include/linux/sock_diag.h
+F:     include/linux/socket.h
+F:     include/linux/sockptr.h
+F:     include/net/sock.h
+F:     include/net/sock_reuseport.h
+F:     include/uapi/linux/socket.h
+F:     net/core/*sock*
+F:     net/core/scm.c
+F:     net/socket.c
+
 NETXEN (1/10) GbE SUPPORT
 M:     Manish Chopra <manishc@marvell.com>
 M:     Rahul Verma <rahulv@marvell.com>