diff options
author | Björn Töpel <[email protected]> | 2020-05-20 21:21:03 +0200 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2020-05-21 17:31:27 -0700 |
commit | 28bee21dc04b39e587af3b68938e68caed02d552 (patch) | |
tree | 2660974ad18b310dada45d930fb7c0ea0cbeedf6 | |
parent | 26062b185eee49142adc45f9aa187d909d02d961 (diff) |
MAINTAINERS, xsk: Update AF_XDP section after moves/adds
Update MAINTAINERS to correctly mirror the current AF_XDP socket file
layout. Also, add the AF_XDP files of libbpf.
rfc->v1: Sorted file entries. (Joe)
Signed-off-by: Björn Töpel <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Cc: Joe Perches <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b7844f6cfa4a..087e68b21f9f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18443,8 +18443,12 @@ R: Jonathan Lemon <[email protected]> S: Maintained -F: kernel/bpf/xskmap.c +F: include/net/xdp_sock* +F: include/net/xsk_buffer_pool.h +F: include/uapi/linux/if_xdp.h F: net/xdp/ +F: samples/bpf/xdpsock* +F: tools/lib/bpf/xsk* XEN BLOCK SUBSYSTEM M: Konrad Rzeszutek Wilk <[email protected]> |