diff options
author | Eric Dumazet <edumazet@google.com> | 2024-07-13 02:42:13 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-07-13 19:09:39 +0300 |
commit | 8e5f53a684338c04b7f7487c65e1519b83295046 (patch) | |
tree | f831a52603083f392727a53fe4f11499a8a6b5e1 /MAINTAINERS | |
parent | 69cf87304dcb08d61e35bcfccdb1a5d52ce2969c (diff) | |
download | linux-8e5f53a684338c04b7f7487c65e1519b83295046.tar.xz |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 204ae640bf13..5adfbc01bd2e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15769,8 +15769,13 @@ F: include/linux/tcp.h F: include/net/tcp.h F: include/trace/events/tcp.h F: include/uapi/linux/tcp.h +F: net/ipv4/inet_connection_sock.c +F: net/ipv4/inet_hashtables.c +F: net/ipv4/inet_timewait_sock.c F: net/ipv4/syncookies.c F: net/ipv4/tcp*.c +F: net/ipv6/inet6_connection_sock.c +F: net/ipv6/inet6_hashtables.c F: net/ipv6/syncookies.c F: net/ipv6/tcp*.c |