]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0d4adae30aa6f3c84c6e49f38b5d92767961dd37
treeb52b7479eb55397044a4e93d8cc92e8fdccd8d83
parent2751106d74344e9c4571a167bce6e1113f49f6c0
parentd439dc36115c2a361530af729ca91ede8b12d87a
Merge git://git.kernel.org/pub/scm/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