+24
−4
Loading
Merge Pull Request from: @geliangtang 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. Link:https://gitee.com/openeuler/kernel/pulls/9371 Reviewed-by:Yue Haibing <yuehaibing@huawei.com> Signed-off-by:
Zhang Peng <zhangpeng362@huawei.com>