]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mptcp-some-fallback-fixes'
authorJakub Kicinski <kuba@kernel.org>
Sat, 10 Oct 2020 18:05:10 +0000 (11:05 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 10 Oct 2020 18:05:10 +0000 (11:05 -0700)
commite735ee1ae877a7b9b6b86dc9568068525f816200
tree6160e37cd56d5a28940c4e18f00eade5f9489fc0
parent1f43d2f774fdc9bbc1a61bac6feb22cfe4d042d1
parentc8407ab093ea421612a2928424792a17d62c600d
Merge branch 'mptcp-some-fallback-fixes'

Paolo Abeni says:

====================
mptcp: some fallback fixes

pktdrill pointed-out we currently don't handle properly some
fallback scenario for MP_JOIN subflows

The first patch addresses such issue.

Patch 2/2 fixes a related pre-existing issue that is more
evident after 1/2: we could keep using for MPTCP signaling
closed subflows.
====================

Signed-off-by: Jakub Kicinski <kuba@kernel.org>