]> Git Repo - linux.git/commitdiff
MAINTAINERS: Add entry for XDP (eXpress Data Path)
authorJesper Dangaard Brouer <[email protected]>
Tue, 29 Jan 2019 13:22:33 +0000 (14:22 +0100)
committerDavid S. Miller <[email protected]>
Tue, 29 Jan 2019 19:40:51 +0000 (11:40 -0800)
Add multiple people as maintainers for XDP, sorted alphabetically.

XDP is also tied to driver level support and code, but we cannot add all
drivers to the list. Instead K: and N: match on 'xdp' in hope to catch some
of those changes in drivers.

Signed-off-by: Jesper Dangaard Brouer <[email protected]>
Acked-by: John Fastabend <[email protected]>
Acked-by: Jakub Kicinski <[email protected]>
Acked-by: David S. Miller <[email protected]>
Acked-by: Daniel Borkmann <[email protected]>
Acked-by: Alexei Starovoitov <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
MAINTAINERS

index 9f64f8d3740edcf37a3736941e7b997fc9c4a9c1..2d3c1918f1b024ff94876d4ba34882d079f9d10b 100644 (file)
@@ -16673,6 +16673,24 @@ T:     git git://linuxtv.org/media_tree.git
 S:     Maintained
 F:     drivers/media/tuners/tuner-xc2028.*
 
+XDP (eXpress Data Path)
+M:     Alexei Starovoitov <[email protected]>
+M:     Daniel Borkmann <[email protected]>
+M:     David S. Miller <[email protected]>
+M:     Jakub Kicinski <[email protected]>
+M:     Jesper Dangaard Brouer <[email protected]>
+M:     John Fastabend <[email protected]>
+L:     [email protected]
+L:     [email protected]
+S:     Supported
+F:     net/core/xdp.c
+F:     include/net/xdp.h
+F:     kernel/bpf/devmap.c
+F:     kernel/bpf/cpumap.c
+F:     include/trace/events/xdp.h
+K:     xdp
+N:     xdp
+
 XDP SOCKETS (AF_XDP)
 M:     Björn Töpel <[email protected]>
 M:     Magnus Karlsson <[email protected]>
This page took 0.082763 seconds and 4 git commands to generate.