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)
commitd98c8210670ea2cde4df9eb68fad38357fbe0d8a
treea92b17a02bfb37837d77fd7068b12e3e493d76e8
parentfb4b1373dcab086d0619c29310f0466a0b2ceb8a
parent67b12f792d5eaeb8b4fca3b2053e6b819eb3bf0f
Merge branch 'mptcp-fixes'

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>