]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit385d96eb9b11d6c19b576b529df7ff36aaa5a320
treea92b17a02bfb37837d77fd7068b12e3e493d76e8
parentfd37d5f0f796c514dd0a7a312a13f0a16db0cd82
parentcbefeb1c9ae8a481ba1dfc7c30806316199c815a
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>