From 3ac673cd40a4442ffd1a0ec077be0c6aeff254a4 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 10 May 2023 08:36:16 -0700 Subject: 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 Acked-by: Petr Machata # For DCB Acked-by: Parav Pandit Acked-by: Jiri Pirko Signed-off-by: Stephen Hemminger --- MAINTAINERS | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 MAINTAINERS diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 00000000..85e21a2c --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,52 @@ +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@vger.kernel.org mailing list used for all iproute2 +and kernel networking. + +Descriptions of section entries: + + M: Maintainer's Full Name + 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 +T: git://git.kernel.org/pub/scm/network/iproute2/iproute2.git +L: netdev@vger.kernel.org + +Next Tree +M: David Ahern +T: git://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git +L: netdev@vger.kernel.org + +Ethernet Bridging - bridge +M: Roopa Prabhu +M: Nikolay Aleksandrov +L: bridge@lists.linux-foundation.org (moderated for non-subscribers) +F: bridge/* + +Data Center Bridging - dcb +M: Petr Machata +F: dcb/* + +devlink +M: Jiri Pirko +F: devlink/* + +Remote DMA - rdma +M: Leon Romanovsky +F: rdma/* + +Transparent Inter-Process Communication - tipc +M: Jon Maloy +F: tipc/* + +virtual Datapath Acceleration - vdpa +M: Parav Pandit +F: vdpa/* -- cgit v1.2.1