Merge branch 'mptcp-cope-with-syncookie-on-MP_JOINs'
authorDavid S. Miller <davem@davemloft.net>
Fri, 19 Jun 2020 03:25:51 +0000 (20:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Jun 2020 03:25:51 +0000 (20:25 -0700)
commitf3c7a6e0e515ebe4efae894bac8d6906e4367be5
tree5acc4e5efb1b182ea58308c74024884dbfe05860
parent5eea3a63ff4aba6a26002e657a6d21934b7e2b96
parent9e365ff576b7c1623bbc5ef31ec652c533e2f65e
Merge branch 'mptcp-cope-with-syncookie-on-MP_JOINs'

Paolo Abeni says:

====================
mptcp: cope with syncookie on MP_JOINs

Currently syncookies on MP_JOIN connections are not handled correctly: the
connections fallback to TCP and are kept alive instead of resetting them at
fallback time.

The first patch propagates the required information up to syn_recv_sock time,
and the 2nd patch addresses the unifying the error path for all MP_JOIN
requests.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>