[PATCH net 0/2] mptcp: only inc MPJoinAckHMacFailure for HMAC failures

2025-04-09 Thread 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 -- present since v5.9 -- and the second one validates it in the selftests. Signed-off-by: Matthieu Baerts (NGI0) --- Matt

Re: [PATCH net 0/2] mptcp: only inc MPJoinAckHMacFailure for HMAC failures

2025-04-08 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 07 Apr 2025 20:26:31 +0200 you wrote: > Recently, during a debugging session using local MPTCP connections, I > noticed MPJoinAckHMacFailure was strangely not zero on the server side. > > The first patch fixes th