From: Stephen Hemminger Date: Wed, 10 May 2023 15:36:16 +0000 (-0700) Subject: Add MAINTAINERS file X-Git-Tag: v6.4.0~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ac673cd40a4442ffd1a0ec077be0c6aeff254a4;p=thirdparty%2Fiproute2.git 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 --- diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 000000000..85e21a2c4 --- /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/*