Re: [PATCH] tcp: fix wrong checksum calculation on MTU probing

2016-09-20 Thread David Miller
This patch is whitespace damaged by your email client. Please fix this, email the patch to yourself, and only resubmit this when you can successfully apply the patch you emailed to yourself. Thanks.

[PATCH] tcp: fix wrong checksum calculation on MTU probing

2016-09-19 Thread Douglas Caetano dos Santos
With TCP MTU probing enabled and offload TX checksumming disabled, tcp_mtu_probe() calculated the wrong checksum when a fragment being copied into the probe's SKB had an odd length. This was caused by the direct use of skb_copy_and_csum_bits() to calculate the checksum, as it pads the fragment bei