Re: [PATCH net 0/2] mptcp: a couple of fixes

2021-01-12 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Tue, 12 Jan 2021 18:25:22 +0100 you wrote: > This series includes two related fixes addressing potential divide by 0 > bugs in the MPTCP datapath. > > Paolo Abeni (2): > mptcp: more strict state checking for acks > mptc

[PATCH net 0/2] mptcp: a couple of fixes

2021-01-12 Thread Paolo Abeni
This series includes two related fixes addressing potential divide by 0 bugs in the MPTCP datapath. Paolo Abeni (2): mptcp: more strict state checking for acks mptcp: better msk-level shutdown. net/mptcp/protocol.c | 64 +--- 1 file changed, 18 inserti