Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
authorDavid S. Miller <davem@davemloft.net>
Wed, 22 Jul 2020 19:34:55 +0000 (12:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Jul 2020 19:35:33 +0000 (12:35 -0700)
commitdee72f8a0c2d4ddb566151b2982d553461339315
treeb52b7479eb55397044a4e93d8cc92e8fdccd8d83
parentfa56a987449bcf4c1cb68369a187af3515b85c78
parent9165e1d70fb34ce438e78aad90408cfa86e4c2d0
Merge git://git./linux/kernel/git/bpf/bpf-next

Alexei Starovoitov says:

====================
pull-request: bpf-next 2020-07-21

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

We've added 46 non-merge commits during the last 6 day(s) which contain
a total of 68 files changed, 4929 insertions(+), 526 deletions(-).

The main changes are:

1) Run BPF program on socket lookup, from Jakub.

2) Introduce cpumap, from Lorenzo.

3) s390 JIT fixes, from Ilya.

4) teach riscv JIT to emit compressed insns, from Luke.

5) use build time computed BTF ids in bpf iter, from Yonghong.
====================

Purely independent overlapping changes in both filter.h and xdp.h

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/filter.h
include/net/xdp.h
net/core/dev.c
net/core/filter.c
net/ipv4/tcp_ipv4.c
net/ipv4/udp.c
net/ipv6/udp.c