Alexei Starovoitov says:
====================
pull-request: bpf 2018-07-07
The following pull-request contains BPF updates for your *net* tree.
Plenty of fixes for different components:
1) A set of critical fixes for sockmap and sockhash, from John Fastabend.
2) fixes for several race conditions in af_xdp, from Magnus Karlsson.
3) hash map refcnt fix, from Mauricio Vasquez.
4) samples/bpf fixes, from Taeung Song.
5) ifup+mtu check for xdp_redirect, from Toshiaki Makita.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/linux/filter.h 3 additions, 3 deletionsinclude/linux/filter.h
- include/net/tcp.h 4 additions, 0 deletionsinclude/net/tcp.h
- include/net/xdp_sock.h 4 additions, 0 deletionsinclude/net/xdp_sock.h
- kernel/bpf/devmap.c 6 additions, 1 deletionkernel/bpf/devmap.c
- kernel/bpf/hashtab.c 11 additions, 5 deletionskernel/bpf/hashtab.c
- kernel/bpf/sockmap.c 27 additions, 16 deletionskernel/bpf/sockmap.c
- kernel/bpf/syscall.c 3 additions, 1 deletionkernel/bpf/syscall.c
- net/core/filter.c 100 additions, 10 deletionsnet/core/filter.c
- net/xdp/xsk.c 7 additions, 3 deletionsnet/xdp/xsk.c
- net/xdp/xsk_queue.h 2 additions, 7 deletionsnet/xdp/xsk_queue.h
- samples/bpf/.gitignore 49 additions, 0 deletionssamples/bpf/.gitignore
- samples/bpf/parse_varlen.c 1 addition, 5 deletionssamples/bpf/parse_varlen.c
- samples/bpf/test_overhead_user.c 15 additions, 4 deletionssamples/bpf/test_overhead_user.c
- samples/bpf/trace_event_user.c 24 additions, 3 deletionssamples/bpf/trace_event_user.c
- samples/bpf/xdpsock_user.c 1 addition, 1 deletionsamples/bpf/xdpsock_user.c
Loading
Please register or sign in to comment