Message ID | 20240607-upstream-net-20240607-misc-fixes-v1-0-1ab9ddfa3d00@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | mptcp: various fixes | expand |
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Fri, 07 Jun 2024 17:01:47 +0200 you wrote: > 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+. > > [...] Here is the summary with links: - [net,1/4] mptcp: ensure snd_una is properly initialized on connect https://git.kernel.org/netdev/net/c/8031b58c3a9b - [net,2/4] mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID https://git.kernel.org/netdev/net/c/6a09788c1a66 - [net,3/4] mptcp: pm: update add_addr counters after connect https://git.kernel.org/netdev/net/c/40eec1795cc2 - [net,4/4] mailmap: map Geliang's new email address https://git.kernel.org/netdev/net/c/74acb250e103 You are awesome, thank you!
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,