[RFC PATCH 6/6] MAINTAINERS: add Rust net and nlmon entries

From: Wenzhao Liao

Date: Thu Apr 02 2026 - 17:16:36 EST


Add scoped maintainer entries for the new Rust networking abstraction
files and for the Rust nlmon reference driver.

This keeps future changes routed to the networking and Rust mailing
lists while also giving the new code paths a direct maintainer contact.

Signed-off-by: Wenzhao Liao <wenzhaoliao@xxxxxxxxxx>
---
MAINTAINERS | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 77fdfcb55f06..d1c3eb61ea46 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18335,6 +18335,25 @@ X: Documentation/devicetree/bindings/net/wireless/
X: drivers/net/can/
X: drivers/net/wireless/

+NETWORKING LINK-TYPE ABSTRACTIONS [RUST]
+M: Wenzhao Liao <wenzhaoliao@xxxxxxxxxx>
+L: netdev@xxxxxxxxxxxxxxx
+L: rust-for-linux@xxxxxxxxxxxxxxx
+S: Maintained
+F: rust/kernel/net.rs
+F: rust/kernel/net/netdevice.rs
+F: rust/kernel/net/netlink_tap.rs
+F: rust/kernel/net/rtnl.rs
+F: rust/kernel/net/skbuff.rs
+F: rust/kernel/net/stats.rs
+
+NLMON DRIVER [RUST]
+M: Wenzhao Liao <wenzhaoliao@xxxxxxxxxx>
+L: netdev@xxxxxxxxxxxxxxx
+L: rust-for-linux@xxxxxxxxxxxxxxx
+S: Maintained
+F: drivers/net/nlmon_rust.rs
+
NETWORKING DRIVERS (WIRELESS)
M: Johannes Berg <johannes@xxxxxxxxxxxxxxxx>
L: linux-wireless@xxxxxxxxxxxxxxx
--
2.34.1