Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH net 0/4] mptcp: various fixes
@ 2024-06-07 15:01 Matthieu Baerts (NGI0)
  2024-06-07 15:01 ` [PATCH net 1/4] mptcp: ensure snd_una is properly initialized on connect Matthieu Baerts (NGI0)
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Matthieu Baerts (NGI0) @ 2024-06-07 15:01 UTC (permalink / raw)
  To: mptcp, Mat Martineau, Geliang Tang, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Davide Caratti, Shuah Khan
  Cc: netdev, linux-kernel, linux-kselftest, Matthieu Baerts (NGI0),
	stable, Christoph Paasch, YonglongLi

The different patches here are some unrelated fixes for MPTCP:

- Patch 1 ensures 'snd_una' is initialised on connect in case of MPTCP
  fallback to TCP followed by retransmissions before the processing of
  any other incoming packets. A fix for v5.9+.

- Patch 2 makes sure the RmAddr MIB counter is incremented, and only
  once per ID, upon the reception of a RM_ADDR. A fix for v5.10+.

- Patch 3 doesn't update 'add addr' related counters if the connect()
  was not possible. A fix for v5.7+.

- Patch 4 updates the mailmap file to add Geliang's new email address.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Geliang Tang (1):
      mailmap: map Geliang's new email address

Paolo Abeni (1):
      mptcp: ensure snd_una is properly initialized on connect

YonglongLi (2):
      mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID
      mptcp: pm: update add_addr counters after connect

 .mailmap                                        |  1 +
 net/mptcp/pm_netlink.c                          | 21 ++++++++++++++-------
 net/mptcp/protocol.c                            |  1 +
 tools/testing/selftests/net/mptcp/mptcp_join.sh |  5 +++--
 4 files changed, 19 insertions(+), 9 deletions(-)
---
base-commit: c44711b78608c98a3e6b49ce91678cd0917d5349
change-id: 20240607-upstream-net-20240607-misc-fixes-024007171d60

Best regards,
-- 
Matthieu Baerts (NGI0) <matttbe@kernel.org>


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

end of thread, other threads:[~2024-06-11  3:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-07 15:01 [PATCH net 0/4] mptcp: various fixes Matthieu Baerts (NGI0)
2024-06-07 15:01 ` [PATCH net 1/4] mptcp: ensure snd_una is properly initialized on connect Matthieu Baerts (NGI0)
2024-06-07 15:01 ` [PATCH net 2/4] mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID Matthieu Baerts (NGI0)
2024-06-07 15:01 ` [PATCH net 3/4] mptcp: pm: update add_addr counters after connect Matthieu Baerts (NGI0)
2024-06-07 15:01 ` [PATCH net 4/4] mailmap: map Geliang's new email address Matthieu Baerts (NGI0)
2024-06-11  3:00 ` [PATCH net 0/4] mptcp: various fixes 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