]> 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)
commit4f7b7200245dab1589cbe9df44b85d81db279593
treea92b17a02bfb37837d77fd7068b12e3e493d76e8
parenta37b565e7e18b64569aa74fde946f3d0ffadd389
parent8494d3f2059e55d0b5ab0c24f67d4839ac1bec79
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>