]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mptcp-misc'
authorDavid S. Miller <davem@davemloft.net>
Fri, 2 Apr 2021 21:21:51 +0000 (14:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Apr 2021 21:21:51 +0000 (14:21 -0700)
commit9a9ae40608f753f283f53c950f6d8fbd751fa474
tree1be675880b05f548cd230a97dbb756de27721892
parent632f611cd6db326b911746ecd834e35bab8a0d44
parenta5faf2a9ca3ff25e3a107e9e43f99e5a9043946c
Merge branch 'mptcp-misc'

Mat Martineau says:

====================
MPTCP: Miscellaneous changes

Here is a collection of patches from the MPTCP tree:

Patches 1 and 2 add some helpful MIB counters for connection
information.

Patch 3 cleans up some unnecessary checks.

Patch 4 is a new feature, support for the MP_TCPRST option. This option
is used when resetting one subflow within a MPTCP connection, and
provides a reason code that the recipient can use when deciding how to
adapt to the lost subflow.

Patches 5-7 update the existing MPTCP selftests to improve timeout
handling and to share better information when tests fail.
====================

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