Merge branch 'mptcp-fix-duplicate-data-handling'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 1 Aug 2024 10:30:15 +0000 (12:30 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 1 Aug 2024 10:30:16 +0000 (12:30 +0200)
commit25010bfdf8bbedc64c5c04d18f846412f5367d26
treece89414485cd2c82a99bc5c5e65d711bea4889b9
parent2b4a32daa6de7ff4c978c07878880ab2bb475932
parent68cc924729ffcfe90d0383177192030a9aeb2ee4
Merge branch 'mptcp-fix-duplicate-data-handling'

Matthieu Baerts says:

====================
mptcp: fix duplicate data handling

In some cases, the subflow-level's copied_seq counter was incorrectly
increased, leading to an unexpected subflow reset.

Patch 1/2 fixes the RCVPRUNED MIB counter that was attached to the wrong
event since its introduction in v5.14, backported to v5.11.

Patch 2/2 fixes the copied_seq counter issues, is present since v5.10.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
====================

Link: https://patch.msgid.link/20240731-upstream-net-20240731-mptcp-dup-data-v1-0-bde833fa628a@kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>