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]> --- MAINTAINERS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index a0245fd1b09a..a4ebc0068400 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16686,6 +16686,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]>
