diff options
author | Simon Horman <horms@kernel.org> | 2024-08-21 10:46:45 +0200 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2024-08-22 15:23:42 +0200 |
commit | eb208fecd77d898709c25af680487289fd5f3e16 (patch) | |
tree | 43a934409bf45154ecfb5dc0cd6b2588718e92f9 /MAINTAINERS | |
parent | MAINTAINERS: Add sonet.h to ATM section of MAINTAINERS (diff) | |
download | linux-eb208fecd77d898709c25af680487289fd5f3e16.tar.xz linux-eb208fecd77d898709c25af680487289fd5f3e16.zip |
MAINTAINERS: Add net_tstamp.h to SOCKET TIMESTAMPING section
This is part of an effort to assign a section in MAINTAINERS to header
files that relate to Networking. In this case the files with "net" in
their name.
Cc: Richard Cochran <richardcochran@gmail.com>
Cc: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Signed-off-by: Simon Horman <horms@kernel.org>
Acked-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c682203915a2..e5b9a4d9bc21 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21057,6 +21057,7 @@ SOCKET TIMESTAMPING M: Willem de Bruijn <willemdebruijn.kernel@gmail.com> S: Maintained F: Documentation/networking/timestamping.rst +F: include/linux/net_tstamp.h F: include/uapi/linux/net_tstamp.h F: tools/testing/selftests/net/so_txtime.c |