From: Vlad Yasevich Date: Sat, 31 Jan 2015 15:40:18 +0000 (-0500) Subject: ipv6: Allow for partial checksums on non-ufo packets X-Git-Tag: fixes-v4.0-rc1~150^2~81^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32dce968dd987adfb0c00946d78dad9154f64759;p=pandora-kernel.git ipv6: Allow for partial checksums on non-ufo packets Currntly, if we are not doing UFO on the packet, all UDP packets will start with CHECKSUM_NONE and thus perform full checksum computations in software even if device support IPv6 checksum offloading. Let's start start with CHECKSUM_PARTIAL if the device supports it and we are sending only a single packet at or below mtu size. Signed-off-by: Vladislav Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed