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: add 5 missing tcp-related files

Following files are part of TCP stack:

- net/ipv4/inet_connection_sock.c
- net/ipv4/inet_hashtables.c
- net/ipv4/inet_timewait_sock.c
- net/ipv6/inet6_connection_sock.c
- net/ipv6/inet6_hashtables.c

Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20240712234213.3178593-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Eric Dumazet and committed by
Jakub Kicinski
8e5f53a6 69cf8730

+5
+5
MAINTAINERS
··· 15769 15769 F: include/net/tcp.h 15770 15770 F: include/trace/events/tcp.h 15771 15771 F: include/uapi/linux/tcp.h 15772 + F: net/ipv4/inet_connection_sock.c 15773 + F: net/ipv4/inet_hashtables.c 15774 + F: net/ipv4/inet_timewait_sock.c 15772 15775 F: net/ipv4/syncookies.c 15773 15776 F: net/ipv4/tcp*.c 15777 + F: net/ipv6/inet6_connection_sock.c 15778 + F: net/ipv6/inet6_hashtables.c 15774 15779 F: net/ipv6/syncookies.c 15775 15780 F: net/ipv6/tcp*.c 15776 15781