From: Tom Herbert Date: Wed, 11 Feb 2015 00:30:31 +0000 (-0800) Subject: net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~52^2~24^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15e2396d4e3ce23188852b74d924107982c63b42;p=pandora-kernel.git net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload This patch adds infrastructure so that remote checksum offload can set CHECKSUM_PARTIAL instead of calling csum_partial and writing the modfied checksum field. Add skb_remcsum_adjust_partial function to set an skb for using CHECKSUM_PARTIAL with remote checksum offload. Changed skb_remcsum_process and skb_gro_remcsum_process to take a boolean argument to indicate if checksum partial can be set or the checksum needs to be modified using the normal algorithm. Signed-off-by: Tom Herbert Signed-off-by: David S. Miller --- Reading git-diff-tree failed