Message ID | 20240514011335.176158-1-martineau@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | mptcp: small improvements, fix and clean-ups | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Mon, 13 May 2024 18:13:24 -0700 you wrote: > This series contain mostly unrelated patches: > > - The two first patches can be seen as "fixes". They are part of this > series for -next because it looks like the last batch of fixes for > v6.9 has already been sent. These fixes are not urgent, so they can > wait if an unlikely v6.9-rc8 is published. About the two patches: > - Patch 1 fixes getsockopt(SO_KEEPALIVE) support on MPTCP sockets > - Patch 2 makes sure the full TCP keep-alive feature is supported, > not just SO_KEEPALIVE. > > [...] Here is the summary with links: - [net-next,v2,1/8] mptcp: SO_KEEPALIVE: fix getsockopt support https://git.kernel.org/netdev/net-next/c/a65198136eaa - [net-next,v2,2/8] mptcp: fix full TCP keep-alive support https://git.kernel.org/netdev/net-next/c/bd11dc4fb969 - [net-next,v2,3/8] mptcp: sockopt: info: stop early if no buffer https://git.kernel.org/netdev/net-next/c/ce5f6f71b029 - [net-next,v2,4/8] mptcp: add net.mptcp.available_schedulers https://git.kernel.org/netdev/net-next/c/73c900aa3660 - [net-next,v2,5/8] mptcp: prefer strscpy over strcpy https://git.kernel.org/netdev/net-next/c/5eae7a8202f3 - [net-next,v2,6/8] mptcp: remove unnecessary else statements https://git.kernel.org/netdev/net-next/c/00797af95f5e - [net-next,v2,7/8] mptcp: move mptcp_pm_gen.h's include https://git.kernel.org/netdev/net-next/c/76a86686e3f0 - [net-next,v2,8/8] mptcp: include inet_common in mib.h https://git.kernel.org/netdev/net-next/c/7fad5b375611 You are awesome, thank you!