Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mptcp: Fix incorrect DSS-checksum on retransmitted TFO-data
When TFO is used, skb->ip_summed is set to CHECKSUM_PARTIAL on the SYN-data. Thus, when TFO fails and we end up retransmitting the data, we need to recompute the checksum if DSS-csum has been negotiated. Fixes: 0a71d17 (mptcp: fastopen client support) Reported-by: Krishna Khanal <[email protected]> Signed-off-by: Christoph Paasch <[email protected]> Signed-off-by: Matthieu Baerts <[email protected]> (cherry picked from commit a0ccde9) Signed-off-by: Matthieu Baerts <[email protected]>
- Loading branch information