]> 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>
Sun, 28 Apr 2019 12:42:41 +0000 (08:42 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 28 Apr 2019 12:42:41 +0000 (08:42 -0400)
commite4ea8491d222b2f96c01cdb58b7a1d3016832747
tree8f62c1a24fd499a55deb455c6dd42bb51cd53275
parent7e6984b4180a0714d06695af468636bc79d4e7e9
parent44d42c0c786912316345a8e2e9fd977ef4717d0a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next

Daniel Borkmann says:

====================
pull-request: bpf-next 2019-04-28

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

The main changes are:

1) Introduce BPF socket local storage map so that BPF programs can store
   private data they associate with a socket (instead of e.g. separate hash
   table), from Martin.

2) Add support for bpftool to dump BTF types. This is done through a new
   `bpftool btf dump` sub-command, from Andrii.

3) Enable BPF-based flow dissector for skb-less eth_get_headlen() calls which
   was currently not supported since skb was used to lookup netns, from Stanislav.

4) Add an opt-in interface for tracepoints to expose a writable context
   for attached BPF programs, used here for NBD sockets, from Matt.

5) BPF xadd related arm64 JIT fixes and scalability improvements, from Daniel.

6) Change the skb->protocol for bpf_skb_adjust_room() helper in order to
   support tunnels such as sit. Add selftests as well, from Willem.

7) Various smaller misc fixes.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
MAINTAINERS
drivers/block/nbd.c
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
include/linux/etherdevice.h
net/core/filter.c
net/core/sock.c