]> git.baikalelectronics.ru Git - kernel.git/commit
mptcp: implement support for user-space disconnect
authorPaolo Abeni <pabeni@redhat.com>
Fri, 7 Jan 2022 00:20:18 +0000 (16:20 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Jan 2022 11:27:07 +0000 (11:27 +0000)
commiteb0ae2908f55136f8220672e4517003a0a106ede
tree74adcb90a7af8b6d7fdacc5ea37574aee129c14c
parent103663399b5b540d86bf8004d43237e5f40ce969
mptcp: implement support for user-space disconnect

Handle explicitly AF_UNSPEC in mptcp_stream_connnect() to
allow user-space to disconnect established MPTCP connections

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mptcp/protocol.c