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)
commit2cf69d3fa50e15fd628c512a7d34ad759ac476cb
tree32f01659caf64cb51f6e92cb178eb2dde502a906
parentf54a5bba120398e4d404e9553e6b92e6822eade0
parent23599ada0e9173e92d3cc26254b1e18e542c469d
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>