summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2023-01-20 20:50:36 +0300
committerPaolo Abeni <pabeni@redhat.com>2023-01-24 12:58:11 +0300
commitbe5bea1cc0bf663aa0a45a2c0021dfcfb6cca976 (patch)
tree6644133c9f111d233236925afbc342bac19f3935 /MAINTAINERS
parente616c07ca51817ebdb1423807d52cac72d1c22fa (diff)
downloadlinux-be5bea1cc0bf663aa0a45a2c0021dfcfb6cca976.tar.xz
net: add basic C code generators for Netlink
Code generators to turn Netlink specs into C code. I'm definitely not proud of it. The main generator is in Python, there's a bash script to regen all code-gen'ed files in tree after making spec changes. Acked-by: Stanislav Fomichev <sdf@google.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index dfb447c6b094..6e85524a7443 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14577,6 +14577,7 @@ F: include/uapi/linux/netdevice.h
F: lib/net_utils.c
F: lib/random32.c
F: net/
+F: tools/net/
F: tools/testing/selftests/net/
NETWORKING [IPSEC]