]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mptcp-subflow-accounting-fix'
authorJakub Kicinski <kuba@kernel.org>
Sat, 14 May 2022 00:04:33 +0000 (17:04 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 14 May 2022 00:04:34 +0000 (17:04 -0700)
commitd5b483a8211c9e819e70a3af1a7ebe4d65de5fe8
tree0b15d38f9988ecedeb2dde7cdba5498c1d5c1f70
parent02bbcd40f6dbcdac74a63e1a495cfa2e15a93a9f
parentd572a68fd475cf771011c942920863fa9dcd3231
Merge branch 'mptcp-subflow-accounting-fix'

Mat Martineau says:

====================
mptcp: Subflow accounting fix

This series contains a bug fix affecting the in-kernel path manager
(patch 1), where closing subflows would sometimes not adjust the PM's
count of active subflows. Patch 2 updates the selftests to exercise the
new code.
====================

Link: https://lore.kernel.org/r/20220512232642.541301-1-mathew.j.martineau@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>