Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 18 Sep 2025 10:50:18 +0200 you wrote:
When a first MPTCP connection gets successfully established after a blackhole period, 'active_disable_times' was supposed to be reset when this connection was done via any non-loopback interfaces.
Unfortunately, the opposite condition was checked: only reset when the connection was established via a loopback interface. Fixing this by simply looking at the opposite.
[...]
Here is the summary with links: - [net-next] mptcp: reset blackhole on success with non-loopback ifaces https://git.kernel.org/netdev/net-next/c/833d4313bc1e
You are awesome, thank you!