Re: [PATCH net v2 0/5] mptcp: fix incoming options parsing
From: David Miller <davem@davemloft.net>
Date: 2020-04-30 19:23:53
Also in:
mptcp
From: David Miller <davem@davemloft.net>
Date: 2020-04-30 19:23:53
Also in:
mptcp
From: Paolo Abeni <pabeni@redhat.com> Date: Thu, 30 Apr 2020 15:01:50 +0200
This series addresses a serious issue in MPTCP option parsing. This is bigger than the usual -net change, but I was unable to find a working, sane, smaller fix. The core change is inside patch 2/5 which moved MPTCP options parsing from the TCP code inside existing MPTCP hooks and clean MPTCP options status on each processed packet. The patch 1/5 is a needed pre-requisite, and patches 3,4,5 are smaller, related fixes. v1 -> v2: - cleaned-up patch 1/5 - rebased on top of current -net
Series applied, thanks.