All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-next 0/5] mptcp: fix MPJoinAckHMacFailure, add MPJoinRejected
@ 2025-03-29 16:26 Matthieu Baerts (NGI0)
  2025-03-29 16:26 ` [PATCH mptcp-next 1/5] mptcp: only inc MPJoinAckHMacFailure for HMAC failures Matthieu Baerts (NGI0)
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Matthieu Baerts (NGI0) @ 2025-03-29 16:26 UTC (permalink / raw)
  To: mptcp; +Cc: Matthieu Baerts (NGI0)

Recently, during a debugging session using local MPTCP connections, I
noticed MPJoinAckHMacFailure was strangely not zero on the server side.

The first patch fixes this issue, and the second one validates it. These
two patches can be applied in mptcp-net.

There is a small refactoring in the 3rd patch.

Patch 4 adds MPJoinRejected to track when the PM rejects patches, and
patch 5 validates it.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Matthieu Baerts (NGI0) (5):
      mptcp: only inc MPJoinAckHMacFailure for HMAC failures
      selftests: mptcp: validate MPJoin HMacFailure counters
      mptcp: pass right struct to subflow_hmac_valid
      mptcp: add MPJoinRejected MIB counter
      selftests: mptcp: validate MPJoinRejected counter

 net/mptcp/mib.c                                 |  1 +
 net/mptcp/mib.h                                 |  1 +
 net/mptcp/protocol.c                            |  4 ++-
 net/mptcp/subflow.c                             | 18 +++++-----
 tools/testing/selftests/net/mptcp/mptcp_join.sh | 44 ++++++++++++++++++++++---
 5 files changed, 54 insertions(+), 14 deletions(-)
---
base-commit: aca18798220853f0d7a8d01c28213e0d3fccfbfc
change-id: 20250328-mptcp-mpj-reject-addd081553f5

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


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

end of thread, other threads:[~2025-03-31 13:06 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-29 16:26 [PATCH mptcp-next 0/5] mptcp: fix MPJoinAckHMacFailure, add MPJoinRejected Matthieu Baerts (NGI0)
2025-03-29 16:26 ` [PATCH mptcp-next 1/5] mptcp: only inc MPJoinAckHMacFailure for HMAC failures Matthieu Baerts (NGI0)
2025-03-31  1:28   ` Geliang Tang
2025-03-31  1:54     ` Geliang Tang
2025-03-29 16:26 ` [PATCH mptcp-next 2/5] selftests: mptcp: validate MPJoin HMacFailure counters Matthieu Baerts (NGI0)
2025-03-30  0:15   ` Geliang Tang
2025-03-31 12:31     ` Matthieu Baerts
2025-03-29 16:26 ` [PATCH mptcp-next 3/5] mptcp: pass right struct to subflow_hmac_valid Matthieu Baerts (NGI0)
2025-03-29 16:26 ` [PATCH mptcp-next 4/5] mptcp: add MPJoinRejected MIB counter Matthieu Baerts (NGI0)
2025-03-31  1:59   ` Geliang Tang
2025-03-31 12:57     ` Matthieu Baerts
2025-03-29 16:26 ` [PATCH mptcp-next 5/5] selftests: mptcp: validate MPJoinRejected counter Matthieu Baerts (NGI0)
2025-03-29 17:33 ` [PATCH mptcp-next 0/5] mptcp: fix MPJoinAckHMacFailure, add MPJoinRejected MPTCP CI
2025-03-31  2:05 ` Geliang Tang
2025-03-31 13:06   ` Matthieu Baerts

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.