]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge branch 'mptcp-various-fixes'
authorJakub Kicinski <kuba@kernel.org>
Tue, 11 Jun 2024 02:49:13 +0000 (19:49 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 11 Jun 2024 02:49:14 +0000 (19:49 -0700)
commit70b3c88cec7eed6080c8c37f0d2cc4bc46c08852
tree7e456f49d95cad47ac0462164ed4ce4734d78552
parent44180feaccf266d9b0b28cc4ceaac019817deb5c
parent74acb250e103f42be372177628f9272b6e888c49
Merge branch 'mptcp-various-fixes'

Matthieu Baerts says:

====================
mptcp: various fixes

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.
====================

Link: https://lore.kernel.org/r/20240607-upstream-net-20240607-misc-fixes-v1-0-1ab9ddfa3d00@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>