From: David S. Miller Date: Sun, 1 Nov 2015 17:01:37 +0000 (-0500) Subject: Merge branch 'csum_partial_frags' X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=24c39de0091197f4c1f1a18a7c31e540000dc3b8;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git Merge branch 'csum_partial_frags' Hannes Frederic Sowa says: ==================== net: clean up interactions of CHECKSUM_PARTIAL and fragmentation This series fixes wrong checksums on the wire for IPv4 and IPv6. Large send buffers and especially NFS lead to wrong checksums in both IPv4 and IPv6. CHECKSUM_PARTIAL skbs should not receive the respective fragmentations functions, so we add WARN_ON_ONCE to those functions to fix up those as soon as they get reported. Changelog: v2: added v4 checks v3: removed WARN_ON_ONCES (advice by Tom Herbert) ==================== Signed-off-by: David S. Miller --- 24c39de0091197f4c1f1a18a7c31e540000dc3b8