Message ID | 20250314-net-mptcp-fix-data-stream-corr-sockopt-v1-0-122dbb249db3@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | mptcp: fix data stream corruption and missing sockopts | expand |
Hello: This series was applied to netdev/net.git (main) by Paolo Abeni <pabeni@redhat.com>: On Fri, 14 Mar 2025 21:11:30 +0100 you wrote: > Here are 3 unrelated fixes for the net tree. > > - Patch 1: fix data stream corruption when ending up not sending an > ADD_ADDR. > > - Patch 2: fix missing getsockopt(IPV6_V6ONLY) support -- the set part > is supported. > > [...] Here is the summary with links: - [net,1/3] mptcp: Fix data stream corruption in the address announcement https://git.kernel.org/netdev/net/c/2c1f97a52cb8 - [net,2/3] mptcp: sockopt: fix getting IPV6_V6ONLY (no matching commit) - [net,3/3] mptcp: sockopt: fix getting freebind & transparent (no matching commit) You are awesome, thank you!
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Fri, 14 Mar 2025 21:11:30 +0100 you wrote: > Here are 3 unrelated fixes for the net tree. > > - Patch 1: fix data stream corruption when ending up not sending an > ADD_ADDR. > > - Patch 2: fix missing getsockopt(IPV6_V6ONLY) support -- the set part > is supported. > > [...] Here is the summary with links: - [net,1/3] mptcp: Fix data stream corruption in the address announcement (no matching commit) - [net,2/3] mptcp: sockopt: fix getting IPV6_V6ONLY https://git.kernel.org/netdev/net-next/c/8c3963375988 - [net,3/3] mptcp: sockopt: fix getting freebind & transparent https://git.kernel.org/netdev/net-next/c/e2f4ac7bab22 You are awesome, thank you!
Here are 3 unrelated fixes for the net tree. - Patch 1: fix data stream corruption when ending up not sending an ADD_ADDR. - Patch 2: fix missing getsockopt(IPV6_V6ONLY) support -- the set part is supported. - Patch 3: fix missing v4/v6 freebind & transparent getsockopt() -- the set part is supported. Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org> --- Notes: - Patch 1 has already been sent to netdev, but it has been applied in MPTCP tree first, including some small changes in the commit message. --- Arthur Mongodin (1): mptcp: Fix data stream corruption in the address announcement Matthieu Baerts (NGI0) (2): mptcp: sockopt: fix getting IPV6_V6ONLY mptcp: sockopt: fix getting freebind & transparent net/mptcp/options.c | 6 ++++-- net/mptcp/sockopt.c | 28 ++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 2 deletions(-) --- base-commit: 4003c9e78778e93188a09d6043a74f7154449d43 change-id: 20250314-net-mptcp-fix-data-stream-corr-sockopt-98e1d4250951 Best regards,