Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
authorDavid S. Miller <davem@davemloft.net>
Thu, 23 Jan 2020 07:10:16 +0000 (08:10 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jan 2020 07:10:16 +0000 (08:10 +0100)
commit954b3c4397792c8614aa4aaf25030ae87ece8307
treeb2648c3d97fe2332863d7baac069c23cab0addc4
parentc5d19a6ecfce72d0352191d75f03eea4748a8c45
parent85cc12f85138f2ce3edf24833edd2179690306db
Merge git://git./linux/kernel/git/bpf/bpf-next

Alexei Starovoitov says:

====================
pull-request: bpf-next 2020-01-22

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

We've added 92 non-merge commits during the last 16 day(s) which contain
a total of 320 files changed, 7532 insertions(+), 1448 deletions(-).

The main changes are:

1) function by function verification and program extensions from Alexei.

2) massive cleanup of selftests/bpf from Toke and Andrii.

3) batched bpf map operations from Brian and Yonghong.

4) tcp congestion control in bpf from Martin.

5) bulking for non-map xdp_redirect form Toke.

6) bpf_send_signal_thread helper from Yonghong.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sock.h
include/net/tcp.h
kernel/bpf/verifier.c
net/core/dev.c
net/core/filter.c
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_output.c
tools/bpf/bpftool/btf_dumper.c
tools/include/uapi/linux/if_link.h