Merge branch 'mptcp-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 19 Aug 2021 11:17:05 +0000 (12:17 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Aug 2021 11:17:05 +0000 (12:17 +0100)
Mat Martineau says:

====================
mptcp: Bug fixes

Here are two bug fixes for the net tree:

Patch 1 fixes a memory leak that could be encountered when clearing the
list of advertised MPTCP addresses.

Patch 2 fixes a protocol issue early in an MPTCP connection, to ensure
both peers correctly understand that the full MPTCP connection handshake
has completed even when the server side quickly sends an ADD_ADDR
option.
====================

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

Trivial merge