]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mptcp-ipv4-mapped-ipv6-addressing-for-subflows'
authorJakub Kicinski <kuba@kernel.org>
Thu, 28 Jan 2021 00:50:05 +0000 (16:50 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 28 Jan 2021 00:53:56 +0000 (16:53 -0800)
commit622f608e7c8f2a476a119d86495109eb05a54be7
tree89b483e9283249c8b42b086bb301ed38da31fa0d
parentac17df40b1dc80f61ff7eb36cbbf3eb02b75d509
parenta206de67c270440d928317f8909b1f56aee06d8b
Merge branch 'mptcp-ipv4-mapped-ipv6-addressing-for-subflows'

Mat Martineau says:

====================
MPTCP: IPv4-mapped IPv6 addressing for subflows

This patch series from the MPTCP tree adds support for IPv4-mapped IPv6
addressing that was missing when multiple subflows were first
implemented.

Patches 1 and 2 handle the conversion and comparison of the mapped
addresses.

Patch 3 contains a minor refactor in the path manager's handling of
addresses.

Patches 4 and 5 add selftests for the new functionality and adjust the
selftest timeout.
====================

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