pktdrill pointed-out we currently don't handle properly some fallback scenario for MP_JOIN subflows
The first patch addresses such issue. Patch 2/2 fixes a related pre-existing issue that is more evident after 1/2: we could keep using for MPTCP signaling closed subflows. Paolo Abeni (2): mptcp: fix fallback for MP_JOIN subflows mptcp: subflows garbage collection net/mptcp/options.c | 32 +++++++++++++++++++++++++------- net/mptcp/protocol.c | 17 +++++++++++++++++ net/mptcp/protocol.h | 2 ++ net/mptcp/subflow.c | 16 ++++++++++++++-- 4 files changed, 58 insertions(+), 9 deletions(-) -- 2.26.2