diff options
| author | Simon Horman <[email protected]> | 2024-10-09 09:47:23 +0100 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2024-10-10 09:35:48 -0700 |
| commit | 5404b5a2fea9831a1f5be4ab9a94de07d976b177 (patch) | |
| tree | 7f87f1824289bf9e97fcdbc8d006f9d7ffa4f90f | |
| parent | 9937aae39bc09645cd67d53e0320926cd91570de (diff) | |
MAINTAINERS: Add headers and mailing list to UDP section
Add netdev mailing list and some more udp.h headers to the UDP section.
This is now more consistent with the TCP section.
Acked-by: Willem de Bruijn <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
| -rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 89789bddfb6a..baf2ba9dc070 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -24184,8 +24184,12 @@ F: drivers/usb/host/xhci* USER DATAGRAM PROTOCOL (UDP) M: Willem de Bruijn <[email protected]> S: Maintained F: include/linux/udp.h +F: include/net/udp.h +F: include/trace/events/udp.h +F: include/uapi/linux/udp.h F: net/ipv4/udp.c F: net/ipv6/udp.c |