From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DFA5C3090E2 for ; Tue, 28 Apr 2026 20:39:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777408766; cv=none; b=XTOvGteqHsfA/jElLksppBeqGQKOrrWpU+NfxfFmHYMbgAMzEKFy2DlrL61gzNLc8o4f3GnbOzKF7wJFbOq+dyZgI8D2mZFe6vbyJidB2PRaQjbyETZMW6DovOUTbtyU6xzH7Vd3N4EKiYe7WYmcuz4APUkDd02lUfBxkxNS7g8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777408766; c=relaxed/simple; bh=prmRY6/ckm5/oIfr0fuK/BDLwFlhbbWczIFYf2+dT7g=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=pvsqStcJsJm7HBqAAj6K+KgYareRpSf3aD21H3ZPuOK19SD8xe+SCf7C3lkipnaiTpo1TtjVuNtC0jU1ivGcxDp8ehZlljX1ANOe2fin6VSNq7X3PfjtcIS7lwMFF5t9+OSAbn4RfBBBinM9Sn6rs3AJQ2W9qq+L72SAZVU4y/M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oQoM650a; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="oQoM650a" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4E776C2BCAF; Tue, 28 Apr 2026 20:39:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777408766; bh=prmRY6/ckm5/oIfr0fuK/BDLwFlhbbWczIFYf2+dT7g=; h=From:To:Cc:Subject:Date:From; b=oQoM650ahjojqrOOazOqEUgwFK5ddBYVMBhHdREuegM9Z8TGTZpCndxsiQ1eve1q9 4vB88f0OKhapSkszaS3UTJdz+tCOi11k38PCt7FR3dSSM7UOLQdjy89zxkL5jCxTUx kzoUHYM3z4bi1cE3cUHaFKmpIWDcSi6ZAgPTrRUy6jqPhiSBUJllRFXOhXdMN3WWSa 3BIdLDY2Niff5yoIIkmmGyUAd201QilVeUW0OHB2cSD1hryLxnWY224BfOcJCsgPmf km8L87cyv49VpsgG53FRrfk2QDLrZRfL+n2wc/nK5uQwdVWdfB0ie2SJ2KIS6UOJV1 bwcy+7KSqkQvA== From: Jakub Kicinski To: davem@davemloft.net Cc: netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com, andrew+netdev@lunn.ch, horms@kernel.org, Jakub Kicinski , David Ahern , Ido Schimmel Subject: [PATCH net] MAINTAINERS: update the IPv4/IPv6 entry and add Ido Schimmel Date: Tue, 28 Apr 2026 13:39:24 -0700 Message-ID: <20260428203924.1229169-1-kuba@kernel.org> X-Mailer: git-send-email 2.54.0 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The IPv4/IPv6 and routing code is not very well separated from the TCP/UDP code. Scope it down properly by providing a more accurate file list, instead of net/ipv4/ and net/ipv6/ Now that the entry is more accurately representing layer 3 and routing merge in the nexthop entry into it. Add Ido Schimmel as a co-maintainer, Ido's git history speaks for itself. Reviewed-by: David Ahern Reviewed-by: Ido Schimmel Signed-off-by: Jakub Kicinski --- MAINTAINERS | 63 +++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 47 insertions(+), 16 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 2fb1c75afd16..70663f4387dc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18672,19 +18672,59 @@ F: net/xfrm/ F: tools/testing/selftests/net/ipsec.c NETWORKING [IPv4/IPv6] -M: "David S. Miller" M: David Ahern +M: Ido Schimmel L: netdev@vger.kernel.org S: Maintained -T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git -F: arch/x86/net/* -F: include/linux/ip.h -F: include/linux/ipv6* +F: Documentation/netlink/specs/rt-addr.yaml +F: Documentation/netlink/specs/rt-neigh.yaml +F: Documentation/netlink/specs/rt-route.yaml +F: Documentation/netlink/specs/rt-rule.yaml +F: include/linux/inetdevice.h +F: include/linux/mroute* +F: include/net/addrconf.h +F: include/net/arp.h F: include/net/fib* +F: include/net/if_inet6.h +F: include/net/inetpeer.h F: include/net/ip* +F: include/net/lwtunnel.h +F: include/net/ndisc.h +F: include/net/netns/nexthop.h +F: include/net/nexthop.h F: include/net/route.h -F: net/ipv4/ -F: net/ipv6/ +F: include/uapi/linux/fib_rules.h +F: include/uapi/linux/in_route.h +F: include/uapi/linux/mroute* +F: include/uapi/linux/nexthop.h +F: net/core/fib* +F: net/core/lwtunnel.c +F: net/ipv4/arp.c +F: net/ipv4/devinet.c +F: net/ipv4/fib* +F: net/ipv4/icmp.c +F: net/ipv4/igmp.c +F: net/ipv4/inet_fragment.c +F: net/ipv4/inetpeer.c +F: net/ipv4/ip* +F: net/ipv4/metrics.c +F: net/ipv4/netlink.c +F: net/ipv4/nexthop.c +F: net/ipv4/route.c +F: net/ipv6/addr* +F: net/ipv6/anycast.c +F: net/ipv6/exthdrs.c +F: net/ipv6/exthdrs_core.c +F: net/ipv6/fib* +F: net/ipv6/icmp.c +F: net/ipv6/ip* +F: net/ipv6/mcast* +F: net/ipv6/ndisc.c +F: net/ipv6/output_core.c +F: net/ipv6/reassembly.c +F: net/ipv6/route.c +F: tools/testing/selftests/net/fib* +F: tools/testing/selftests/net/forwarding/ NETWORKING [LABELED] (NetLabel, Labeled IPsec, SECMARK) M: Paul Moore @@ -18819,15 +18859,6 @@ F: Documentation/networking/net_failover.rst F: drivers/net/net_failover.c F: include/net/net_failover.h -NEXTHOP -M: David Ahern -L: netdev@vger.kernel.org -S: Maintained -F: include/net/netns/nexthop.h -F: include/net/nexthop.h -F: include/uapi/linux/nexthop.h -F: net/ipv4/nexthop.c - NFC SUBSYSTEM L: netdev@vger.kernel.org S: Orphan -- 2.54.0