Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Alexei Starovoitov says:
====================
pull-request: bpf-next 2021-07-15
The following pull-request contains BPF updates for your *net-next* tree.
We've added 45 non-merge commits during the last 15 day(s) which contain
a total of 52 files changed, 3122 insertions(+), 384 deletions(-).
The main changes are:
1) Introduce bpf timers, from Alexei.
2) Add sockmap support for unix datagram socket, from Cong.
3) Fix potential memleak and UAF in the verifier, from He.
4) Add bpf_get_func_ip helper, from Jiri.
5) Improvements to generic XDP mode, from Kumar.
6) Support for passing xdp_md to XDP programs in bpf_prog_run, from Zvi.
===================
Signed-off-by:
David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- arch/x86/net/bpf_jit_comp.c 19 additions, 0 deletionsarch/x86/net/bpf_jit_comp.c
- include/linux/bitops.h 50 additions, 0 deletionsinclude/linux/bitops.h
- include/linux/bpf.h 69 additions, 31 deletionsinclude/linux/bpf.h
- include/linux/bpf_verifier.h 17 additions, 2 deletionsinclude/linux/bpf_verifier.h
- include/linux/btf.h 1 addition, 0 deletionsinclude/linux/btf.h
- include/linux/filter.h 2 additions, 1 deletioninclude/linux/filter.h
- include/linux/netdevice.h 2 additions, 0 deletionsinclude/linux/netdevice.h
- include/linux/skbuff.h 2 additions, 8 deletionsinclude/linux/skbuff.h
- include/linux/typecheck.h 9 additions, 0 deletionsinclude/linux/typecheck.h
- include/net/af_unix.h 12 additions, 0 deletionsinclude/net/af_unix.h
- include/net/xdp.h 5 additions, 0 deletionsinclude/net/xdp.h
- include/uapi/linux/bpf.h 81 additions, 4 deletionsinclude/uapi/linux/bpf.h
- kernel/bpf/Kconfig 1 addition, 1 deletionkernel/bpf/Kconfig
- kernel/bpf/arraymap.c 21 additions, 0 deletionskernel/bpf/arraymap.c
- kernel/bpf/btf.c 63 additions, 14 deletionskernel/bpf/btf.c
- kernel/bpf/cpumap.c 98 additions, 18 deletionskernel/bpf/cpumap.c
- kernel/bpf/devmap.c 39 additions, 10 deletionskernel/bpf/devmap.c
- kernel/bpf/hashtab.c 93 additions, 12 deletionskernel/bpf/hashtab.c
- kernel/bpf/helpers.c 336 additions, 4 deletionskernel/bpf/helpers.c
Loading
Please register or sign in to comment