Merge branch 'mptcp-fixes-for-5-13'
authorJakub Kicinski <kuba@kernel.org>
Fri, 28 May 2021 20:51:43 +0000 (13:51 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 28 May 2021 20:51:43 +0000 (13:51 -0700)
commit6850ec973791a4917003a6f5e2e0243a56e2c1f7
treebf2f05590cb3037eda4730ea8462dc837ba6a95a
parent44991d61aa120ed3e12f75bb0e0fbd2a84df930d
parent69ca3d29a75554122b998e8dfa20117766f52f48
Merge branch 'mptcp-fixes-for-5-13'

Mat Martineau says:

====================
mptcp: Fixes for 5.13

These patches address two issues in MPTCP.

Patch 1 fixes a locking issue affecting MPTCP-level retransmissions.

Patches 2-4 improve handling of out-of-order packet arrival early
in a connection, so it falls back to TCP rather than forcing a
reset. Includes a selftest.
====================

Link: https://lore.kernel.org/r/20210527233140.182728-1-mathew.j.martineau@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>