]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'cgroup-helpers'
authorAlexei Starovoitov <ast@kernel.org>
Sat, 28 Mar 2020 02:40:39 +0000 (19:40 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 28 Mar 2020 02:40:43 +0000 (19:40 -0700)
commit573b9edfcaeaa24e4cd40edb611361a1ff8020b4
tree32f01659caf64cb51f6e92cb178eb2dde502a906
parent70a19c77b8eec49bef67123e1d5bdbc4c2cf728f
parent5ae9530aa37f254ea2fb3b85bbbde8e55bcb8390
Merge branch 'cgroup-helpers'

Daniel Borkmann says:

====================
This adds various straight-forward helper improvements and additions to BPF
cgroup based connect(), sendmsg(), recvmsg() and bind-related hooks which
would allow to implement more fine-grained policies and improve current load
balancer limitations we're seeing. For details please see individual patches.
I've tested them on Kubernetes & Cilium and also added selftests for the small
verifier extension. Thanks!
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>