Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

MAINTAINERS: update the IPv4/IPv6 entry and add Ido Schimmel

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 <dsahern@kernel.org>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Nikolay Aleksandrov <razor@blackwall.org>
Link: https://patch.msgid.link/20260428203924.1229169-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

+47 -16
+47 -16
MAINTAINERS
··· 18672 18672 F: tools/testing/selftests/net/ipsec.c 18673 18673 18674 18674 NETWORKING [IPv4/IPv6] 18675 - M: "David S. Miller" <davem@davemloft.net> 18676 18675 M: David Ahern <dsahern@kernel.org> 18676 + M: Ido Schimmel <idosch@nvidia.com> 18677 18677 L: netdev@vger.kernel.org 18678 18678 S: Maintained 18679 - T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git 18680 - F: arch/x86/net/* 18681 - F: include/linux/ip.h 18682 - F: include/linux/ipv6* 18679 + F: Documentation/netlink/specs/rt-addr.yaml 18680 + F: Documentation/netlink/specs/rt-neigh.yaml 18681 + F: Documentation/netlink/specs/rt-route.yaml 18682 + F: Documentation/netlink/specs/rt-rule.yaml 18683 + F: include/linux/inetdevice.h 18684 + F: include/linux/mroute* 18685 + F: include/net/addrconf.h 18686 + F: include/net/arp.h 18683 18687 F: include/net/fib* 18688 + F: include/net/if_inet6.h 18689 + F: include/net/inetpeer.h 18684 18690 F: include/net/ip* 18691 + F: include/net/lwtunnel.h 18692 + F: include/net/ndisc.h 18693 + F: include/net/netns/nexthop.h 18694 + F: include/net/nexthop.h 18685 18695 F: include/net/route.h 18686 - F: net/ipv4/ 18687 - F: net/ipv6/ 18696 + F: include/uapi/linux/fib_rules.h 18697 + F: include/uapi/linux/in_route.h 18698 + F: include/uapi/linux/mroute* 18699 + F: include/uapi/linux/nexthop.h 18700 + F: net/core/fib* 18701 + F: net/core/lwtunnel.c 18702 + F: net/ipv4/arp.c 18703 + F: net/ipv4/devinet.c 18704 + F: net/ipv4/fib* 18705 + F: net/ipv4/icmp.c 18706 + F: net/ipv4/igmp.c 18707 + F: net/ipv4/inet_fragment.c 18708 + F: net/ipv4/inetpeer.c 18709 + F: net/ipv4/ip* 18710 + F: net/ipv4/metrics.c 18711 + F: net/ipv4/netlink.c 18712 + F: net/ipv4/nexthop.c 18713 + F: net/ipv4/route.c 18714 + F: net/ipv6/addr* 18715 + F: net/ipv6/anycast.c 18716 + F: net/ipv6/exthdrs.c 18717 + F: net/ipv6/exthdrs_core.c 18718 + F: net/ipv6/fib* 18719 + F: net/ipv6/icmp.c 18720 + F: net/ipv6/ip* 18721 + F: net/ipv6/mcast* 18722 + F: net/ipv6/ndisc.c 18723 + F: net/ipv6/output_core.c 18724 + F: net/ipv6/reassembly.c 18725 + F: net/ipv6/route.c 18726 + F: tools/testing/selftests/net/fib* 18727 + F: tools/testing/selftests/net/forwarding/ 18688 18728 18689 18729 NETWORKING [LABELED] (NetLabel, Labeled IPsec, SECMARK) 18690 18730 M: Paul Moore <paul@paul-moore.com> ··· 18858 18818 F: Documentation/networking/net_failover.rst 18859 18819 F: drivers/net/net_failover.c 18860 18820 F: include/net/net_failover.h 18861 - 18862 - NEXTHOP 18863 - M: David Ahern <dsahern@kernel.org> 18864 - L: netdev@vger.kernel.org 18865 - S: Maintained 18866 - F: include/net/netns/nexthop.h 18867 - F: include/net/nexthop.h 18868 - F: include/uapi/linux/nexthop.h 18869 - F: net/ipv4/nexthop.c 18870 18821 18871 18822 NFC SUBSYSTEM 18872 18823 M: David Heidelberg <david+nfc@ixit.cz>