mbox series

[6.6.y,0/3] mptcp: pm: only set fullmesh for subflow endp (and more)

Message ID 20250209174153.3388802-5-matttbe@kernel.org (mailing list archive)
Headers show
Series mptcp: pm: only set fullmesh for subflow endp (and more) | expand

Message

Matthieu Baerts Feb. 9, 2025, 5:41 p.m. UTC
The commit 1bb0d1348546 ("mptcp: pm: only set fullmesh for subflow endp")
could not be backported to this kernel version without conflicts. Here
is an updated version adapted for this kernel version.

While at it, I also added the backport of the commit 56b824eb49d6 
("mptcp: prevent excessive coalescing on receive") that we asked to 
delay. There was no conflicts.

There is also an additional fix for the selftests, specific to v6.6.

Matthieu Baerts (NGI0) (2):
  mptcp: pm: only set fullmesh for subflow endp
  selftests: mptcp: join: fix AF_INET6 variable

Paolo Abeni (1):
  mptcp: prevent excessive coalescing on receive

 net/mptcp/pm_netlink.c                          | 3 ++-
 net/mptcp/protocol.c                            | 1 +
 tools/testing/selftests/net/mptcp/mptcp_join.sh | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)