]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mptcp-path-manager-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 6 Jul 2022 11:50:27 +0000 (12:50 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Jul 2022 11:50:27 +0000 (12:50 +0100)
commit08fe431d5b6e0a80ed12eb48d60c67d9ad287938
tree4ebc6effcbc78352e322fc1ac7a78573c3d06ae7
parent9da9ba17cf6ec872859d329c7d2eb8dd838a8a05
parentaacd1f5015a034e16df8c8826010070037efa000
Merge branch 'mptcp-path-manager-fixes'

Mat Martineau says:

====================
mptcp: Path manager fixes for 5.19

The MPTCP userspace path manager is new in 5.19, and these patches fix
some issues in that new code.

Patches 1-3 fix path manager locking issues.

Patches 4 and 5 allow userspace path managers to change priority of
established subflows using the existing MPTCP_PM_CMD_SET_FLAGS generic
netlink command. Includes corresponding self test update.

Patches 6 and 7 fix accounting of available endpoint IDs and the
MPTCP_MIB_RMSUBFLOW counter.
====================

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