linux/net/mptcp
Peter Krystad f296234c98 mptcp: Add handling of incoming MP_JOIN requests
Process the MP_JOIN option in a SYN packet with the same flow
as MP_CAPABLE but when the third ACK is received add the
subflow to the MPTCP socket subflow list instead of adding it to
the TCP socket accept queue.

The subflow is added at the end of the subflow list so it will not
interfere with the existing subflows operation and no data is
expected to be transmitted on it.

Co-developed-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Florian Westphal <fw@strlen.de>
Co-developed-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Peter Krystad <peter.krystad@linux.intel.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-03-29 22:14:48 -07:00
..
crypto.c mptcp: Add ADD_ADDR handling 2020-03-29 22:14:48 -07:00
ctrl.c mptcp: new sysctl to control the activation per NS 2020-01-24 13:44:08 +01:00
Kconfig mptcp: select CRYPTO 2020-02-16 19:37:16 -08:00
Makefile mptcp: Add path manager interface 2020-03-29 22:14:48 -07:00
options.c mptcp: Add handling of incoming MP_JOIN requests 2020-03-29 22:14:48 -07:00
pm.c mptcp: Add path manager interface 2020-03-29 22:14:48 -07:00
protocol.c mptcp: Add handling of incoming MP_JOIN requests 2020-03-29 22:14:48 -07:00
protocol.h mptcp: Add handling of incoming MP_JOIN requests 2020-03-29 22:14:48 -07:00
subflow.c mptcp: Add handling of incoming MP_JOIN requests 2020-03-29 22:14:48 -07:00
token.c mptcp: Add handling of incoming MP_JOIN requests 2020-03-29 22:14:48 -07:00