netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3] mptcp: fix data stream corruption and missing sockopts
@ 2025-03-14 20:11 Matthieu Baerts (NGI0)
  2025-03-14 20:11 ` [PATCH net 1/3] mptcp: Fix data stream corruption in the address announcement Matthieu Baerts (NGI0)
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Matthieu Baerts (NGI0) @ 2025-03-14 20:11 UTC (permalink / raw)
  To: mptcp, Mat Martineau, Geliang Tang, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Simon Horman, Florian Westphal
  Cc: netdev, linux-kernel, Matthieu Baerts (NGI0), Arthur Mongodin,
	stable

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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-03-21 18:09 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-14 20:11 [PATCH net 0/3] mptcp: fix data stream corruption and missing sockopts Matthieu Baerts (NGI0)
2025-03-14 20:11 ` [PATCH net 1/3] mptcp: Fix data stream corruption in the address announcement Matthieu Baerts (NGI0)
2025-03-19 15:37   ` Simon Horman
2025-03-19 15:39   ` Simon Horman
2025-03-14 20:11 ` [PATCH net 2/3] mptcp: sockopt: fix getting IPV6_V6ONLY Matthieu Baerts (NGI0)
2025-03-19 15:38   ` Simon Horman
2025-03-19 16:26     ` Matthieu Baerts
2025-03-20 12:55       ` Paolo Abeni
2025-03-20 12:58       ` Simon Horman
2025-03-14 20:11 ` [PATCH net 3/3] mptcp: sockopt: fix getting freebind & transparent Matthieu Baerts (NGI0)
2025-03-19 15:39   ` Simon Horman
2025-03-20 14:20 ` [PATCH net 0/3] mptcp: fix data stream corruption and missing sockopts patchwork-bot+netdevbpf
2025-03-21 18:10 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).