From: David S. Miller Date: Thu, 3 Feb 2022 11:44:08 +0000 (+0000) Subject: Merge branch 'mptcp-next' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=83a18b8e69542e1a1107218afa4b0f6d95d4dda0;p=linux.git Merge branch 'mptcp-next' Mat Martineau says: ==================== mptcp: Miscellaneous changes for 5.18 Patch 1 has some minor cleanup in mptcp_write_options(). Patch 2 moves a rarely-needed branch to optimize mptcp_write_options(). Patch 3 adds a comment explaining which combinations of MPTCP option headers are expected. Patch 4 adds a pr_debug() for the MPTCP_RST option. Patches 5-7 allow setting MPTCP_PM_ADDR_FLAG_FULLMESH with the "set flags" netlink command. This allows changing the behavior of existing path manager endpoints. The flag was previously only set at endpoint creation time. Associated selftests also updated. ==================== Signed-off-by: David S. Miller --- 83a18b8e69542e1a1107218afa4b0f6d95d4dda0