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@xxxxxxxxxx> --- 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, -- Matthieu Baerts (NGI0) <matttbe@xxxxxxxxxx>