OSDN Git Service

Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
authorDavid S. Miller <davem@davemloft.net>
Wed, 23 Sep 2020 20:11:11 +0000 (13:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Sep 2020 20:11:11 +0000 (13:11 -0700)
commit6d772f328d6ad3e4fb64385784571be4be25e63d
treede6e9d5b1aac58a7e1fd9502f0baa45b5c12b296
parent1a26e88d534b816c126891a4b81ad93b284d28a1
parentdc3652d3f0d5479768ec8eb7f7aabbba6ed75d95
Merge git://git./linux/kernel/git/bpf/bpf-next

Alexei Starovoitov says:

====================
pull-request: bpf-next 2020-09-23

The following pull-request contains BPF updates for your *net-next* tree.

We've added 95 non-merge commits during the last 22 day(s) which contain
a total of 124 files changed, 4211 insertions(+), 2040 deletions(-).

The main changes are:

1) Full multi function support in libbpf, from Andrii.

2) Refactoring of function argument checks, from Lorenz.

3) Make bpf_tail_call compatible with functions (subprograms), from Maciej.

4) Program metadata support, from YiFei.

5) bpf iterator optimizations, from Yonghong.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
Makefile
include/linux/filter.h
include/net/tcp.h
kernel/bpf/syscall.c
kernel/bpf/verifier.c
net/core/dev.c
net/core/filter.c
net/ipv4/tcp.c
net/ipv4/tcp_input.c
tools/bpf/resolve_btfids/Makefile
tools/lib/bpf/libbpf.c