From: David S. Miller Date: Fri, 19 Jun 2020 03:25:51 +0000 (-0700) Subject: Merge branch 'mptcp-cope-with-syncookie-on-MP_JOINs' X-Git-Tag: v5.8-rc3~34^2~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3c7a6e0e515ebe4efae894bac8d6906e4367be5;p=thirdparty%2Fkernel%2Fstable.git 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 --- f3c7a6e0e515ebe4efae894bac8d6906e4367be5