[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230511160002.25439-1-stephen@networkplumber.org>
Date: Thu, 11 May 2023 09:00:02 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: netdev@...r.kernel.org
Cc: me@...chata.org,
jiri@...nulli.us,
jmaloy@...hat.com,
parav@...dia.com,
Stephen Hemminger <stephen@...workplumber.org>,
Nikolay Aleksandrov <razor@...ckwall.org>
Subject: [PATCH iproute2 v2] Add MAINTAINERS file
Record the maintainers of subsections of iproute2.
The subtree maintainers are based off of most recent current
patches and maintainer of kernel portion of that subsystem.
Acked-by: Nikolay Aleksandrov <razor@...ckwall.org>
Acked-by: Petr Machata <me@...chata.org> # For DCB
Acked-by: Parav Pandit <parav@...dia.com>
Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
---
MAINTAINERS | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
create mode 100644 MAINTAINERS
diff --git a/MAINTAINERS b/MAINTAINERS
new file mode 100644
index 000000000000..ec193fd8459a
--- /dev/null
+++ b/MAINTAINERS
@@ -0,0 +1,53 @@
+Iproute2 Maintainers
+====================
+
+The file provides a set of names that are are able to help
+review patches and answer questions. This is in addition to
+the netdev@...r.kernel.org mailing list used for all iproute2
+and kernel networking.
+
+Descriptions of section entries:
+
+ M: Maintainer's Full Name <address@...ain>
+ T: Git tree location.
+ F: Files and directories with wildcard patterns.
+ A trailing slash includes all files and subdirectory files.
+ A wildcard includes all files but not subdirectories.
+ One pattern per line. Multiple F: lines acceptable.
+
+Main Branch
+M: Stephen Hemminger <stephen@...workplumber.org>
+T: git://git.kernel.org/pub/scm/network/iproute2/iproute2.git
+L: netdev@...r.kernel.org
+
+Next Tree
+M: David Ahern <dsahern@...il.com>
+T: git://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git
+L: netdev@...r.kernel.org
+
+Ethernet Bridging - bridge
+M: Roopa Prabhu <roopa@...dia.com>
+M: Nikolay Aleksandrov <razor@...ckwall.org>
+L: bridge@...ts.linux-foundation.org (moderated for non-subscribers)
+F: bridge/*
+
+Data Center Bridging - dcb
+M: Petr Machata <me@...chata.org>
+F: dcb/*
+
+devlink
+M: Jiri Pirko <jiri@...nulli.us>
+F: devlink/*
+
+Remote DMA - rdma
+M: Leon Romanovsky <leon@...nel.org>
+F: rdma/*
+
+Transparent Inter-Process Communication - tipc
+M: Jon Maloy <jmaloy@...hat.com>
+F: tipc/*
+
+Virtual Datapath Accelration - vdpa
+M: Parav Pandit <parav@...dia.com>
+M: Eli Cohen <elic@...dia.com>
+F: vdpa/*
--
2.39.2
Powered by blists - more mailing lists