diff mbox series

[net-next] MAINTAINERS: TCP gets its first maintainer

Message ID 20180604135029.241753-1-edumazet@google.com
State Accepted, archived
Delegated to: David Miller
Headers show
Series [net-next] MAINTAINERS: TCP gets its first maintainer | expand

Commit Message

Eric Dumazet June 4, 2018, 1:50 p.m. UTC
Signed-off-by: Eric Dumazet <edumazet@google.com>
---
 MAINTAINERS | 13 +++++++++++++
 1 file changed, 13 insertions(+)

Comments

Jiri Pirko June 4, 2018, 2:31 p.m. UTC | #1
Mon, Jun 04, 2018 at 03:50:29PM CEST, edumazet@google.com wrote:
>Signed-off-by: Eric Dumazet <edumazet@google.com>
>---
> MAINTAINERS | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
>diff --git a/MAINTAINERS b/MAINTAINERS
>index 0ae0dbf0e15e74febca1b3469098a08704b59594..70d61c2b1be46c0927ae6648c644b8c7828cce48 100644
>--- a/MAINTAINERS
>+++ b/MAINTAINERS
>@@ -9862,6 +9862,19 @@ F:	net/ipv6/calipso.c
> F:	net/netfilter/xt_CONNSECMARK.c
> F:	net/netfilter/xt_SECMARK.c
> 
>+NETWORKING [TCP]
>+M:	Eric Dumazet <edumazet@google.com>

May the Force be with you...


>+L:	netdev@vger.kernel.org
>+S:	Maintained
>+F:	net/ipv4/tcp*.c
>+F:	net/ipv4/syncookies.c
>+F:	net/ipv6/tcp*.c
>+F:	net/ipv6/syncookies.c
>+F:	include/uapi/linux/tcp.h
>+F:	include/net/tcp.h
>+F:	include/linux/tcp.h
>+F:	include/trace/events/tcp.h
>+
> NETWORKING [TLS]
> M:	Boris Pismenny <borisp@mellanox.com>
> M:	Aviad Yehezkel <aviadye@mellanox.com>
>-- 
>2.17.1.1185.g55be947832-goog
>
David Miller June 4, 2018, 2:32 p.m. UTC | #2
From: Eric Dumazet <edumazet@google.com>
Date: Mon,  4 Jun 2018 06:50:29 -0700

> Signed-off-by: Eric Dumazet <edumazet@google.com>

Thanks a lot Eric, applied to net-next. :-)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 0ae0dbf0e15e74febca1b3469098a08704b59594..70d61c2b1be46c0927ae6648c644b8c7828cce48 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9862,6 +9862,19 @@  F:	net/ipv6/calipso.c
 F:	net/netfilter/xt_CONNSECMARK.c
 F:	net/netfilter/xt_SECMARK.c
 
+NETWORKING [TCP]
+M:	Eric Dumazet <edumazet@google.com>
+L:	netdev@vger.kernel.org
+S:	Maintained
+F:	net/ipv4/tcp*.c
+F:	net/ipv4/syncookies.c
+F:	net/ipv6/tcp*.c
+F:	net/ipv6/syncookies.c
+F:	include/uapi/linux/tcp.h
+F:	include/net/tcp.h
+F:	include/linux/tcp.h
+F:	include/trace/events/tcp.h
+
 NETWORKING [TLS]
 M:	Boris Pismenny <borisp@mellanox.com>
 M:	Aviad Yehezkel <aviadye@mellanox.com>