From: David S. Miller Date: Tue, 26 Dec 2023 22:33:22 +0000 (+0000) Subject: Merge branch 'mptcp-cleanups-ephemeral-port-sockopts' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1f62f58d509267bb8442e8a029f6ea8cc98b6ea0;p=linux.git Merge branch 'mptcp-cleanups-ephemeral-port-sockopts' Matthieu Baerts says: ==================== mptcp: cleanup and support more ephemeral ports sockopts Patch 1 is a cleanup one: mptcp_is_tcpsk() helper was modifying sock_ops in some cases which is unexpected with that name. Patch 2 to 4 add support for two socket options: IP_LOCAL_PORT_RANGE and IP_BIND_ADDRESS_NO_PORT. The first one is a preparation patch, the second one adds the support while the last one modifies an existing selftest to validate the new features. ==================== Signed-off-by: Matthieu Baerts Signed-off-by: David S. Miller --- 1f62f58d509267bb8442e8a029f6ea8cc98b6ea0