]> git.baikalelectronics.ru Git - kernel.git/commit
mptcp: setsockopt: handle receive/send buffer and device bind
authorFlorian Westphal <fw@strlen.de>
Thu, 15 Apr 2021 23:44:56 +0000 (16:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Apr 2021 22:23:10 +0000 (15:23 -0700)
commitc81574f1b812a70f1b928d1c3c624361a152e568
tree38a3193aa1434150a94dcb21ab286ea8b1cc00f1
parent581d3c63be8a947d77c6af57dcc82eb3f105fa5d
mptcp: setsockopt: handle receive/send buffer and device bind

Similar to previous patch: needs to be mirrored to all subflows.

Device bind is simpler: it is only done on the initial (listener) sk.

Acked-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mptcp/sockopt.c