From: Alexei Starovoitov Date: Mon, 1 Jun 2020 21:57:15 +0000 (-0700) Subject: Merge branch 'bpf_setsockopt-SO_BINDTODEVICE' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c48a24f00e7a8b90c817e3f7aa800a3150bb83d0;p=linux.git Merge branch 'bpf_setsockopt-SO_BINDTODEVICE' Ferenc Fejes says: ==================== This option makes it possible to programatically bind sockets to netdevices. With the help of this option sockets of VRF unaware applications could be distributed between multiple VRFs with an eBPF program. This lets the applications benefit from multiple possible routes. v2: - splitting up the patch to three parts - lock_sk parameter for optional locking in sock_bindtoindex - Stanislav Fomichev - testing the SO_BINDTODEVICE option - Andrii Nakryiko ==================== Signed-off-by: Alexei Starovoitov --- c48a24f00e7a8b90c817e3f7aa800a3150bb83d0