Files
i2som-imx-linux/include/linux
David Ahern 6102365876 bpf: Add new cgroup attach type to enable sock modifications
Add new cgroup based program type, BPF_PROG_TYPE_CGROUP_SOCK. Similar to
BPF_PROG_TYPE_CGROUP_SKB programs can be attached to a cgroup and run
any time a process in the cgroup opens an AF_INET or AF_INET6 socket.
Currently only sk_bound_dev_if is exported to userspace for modification
by a bpf program.

This allows a cgroup to be configured such that AF_INET{6} sockets opened
by processes are automatically bound to a specific device. In turn, this
enables the running of programs that do not support SO_BINDTODEVICE in a
specific VRF context / L3 domain.

Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-12-02 13:46:08 -05:00
..
2016-11-11 23:23:02 +01:00
2016-11-15 22:34:25 -05:00
2016-10-30 13:09:42 -04:00
2016-10-20 15:51:28 +11:00
2016-10-24 19:13:20 -07:00
2016-11-16 18:32:02 -05:00
2016-10-19 11:36:22 -06:00
2016-10-31 16:18:30 -04:00