]> 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>
Fri, 15 May 2020 17:43:52 +0000 (10:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 May 2020 17:43:52 +0000 (10:43 -0700)
commit6c5a33ea295dbafbfa17244a113fd603528eccdf
tree8a82f0640e498d463d8b059aa0dabb27e5214b13
parentb00f3e1b16de7435850b899dd445c1906931f1b9
parent94c7c41e52ce54d4a909c8397f020aed4ee09f52
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next

Alexei Starovoitov says:

====================
pull-request: bpf-next 2020-05-15

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

We've added 37 non-merge commits during the last 1 day(s) which contain
a total of 67 files changed, 741 insertions(+), 252 deletions(-).

The main changes are:

1) bpf_xdp_adjust_tail() now allows to grow the tail as well, from Jesper.

2) bpftool can probe CONFIG_HZ, from Daniel.

3) CAP_BPF is introduced to isolate user processes that use BPF infra and
   to secure BPF networking services by dropping CAP_SYS_ADMIN requirement
   in certain cases, from Alexei.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>