netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com,
	andrew+netdev@lunn.ch, horms@kernel.org, kuniyu@amazon.com,
	willemb@google.com, Jakub Kicinski <kuba@kernel.org>
Subject: [PATCH net 2/3] MAINTAINERS: add a general entry for BSD sockets
Date: Sat,  1 Feb 2025 17:47:27 -0800	[thread overview]
Message-ID: <20250202014728.1005003-3-kuba@kernel.org> (raw)
In-Reply-To: <20250202014728.1005003-1-kuba@kernel.org>

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.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index dd5c59ec5126..f61a8815fd28 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16647,6 +16647,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>
-- 
2.48.1


  parent reply	other threads:[~2025-02-02  1:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-02  1:47 [PATCH net 0/3] MAINTAINERS: recognize Kuniyuki Iwashima as a maintainer Jakub Kicinski
2025-02-02  1:47 ` [PATCH net 1/3] MAINTAINERS: add Kuniyuki Iwashima to TCP reviewers Jakub Kicinski
2025-02-03  9:10   ` Eric Dumazet
2025-02-02  1:47 ` Jakub Kicinski [this message]
2025-02-03 10:54   ` [PATCH net 2/3] MAINTAINERS: add a general entry for BSD sockets Simon Horman
2025-02-03 14:30     ` Willem de Bruijn
2025-02-02  1:47 ` [PATCH net 3/3] MAINTAINERS: add entry for UNIX sockets Jakub Kicinski
2025-02-03 10:54   ` Simon Horman
2025-02-03 20:00 ` [PATCH net 0/3] MAINTAINERS: recognize Kuniyuki Iwashima as a maintainer Kuniyuki Iwashima
2025-02-03 21:30 ` patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250202014728.1005003-3-kuba@kernel.org \
    --to=kuba@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=kuniyu@amazon.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=willemb@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).