From: Herbert Xu Date: Sun, 11 Apr 2010 02:15:53 +0000 (+0000) Subject: tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv4 X-Git-Tag: v2.6.35-rc1~473^2~526 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=419f9f896074ce8b21e88066e6f3515f18e5641c;p=pandora-kernel.git tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv4 tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv4 This patch moves the common code between tcp_v4_send_check and tcp_v4_gso_send_check into a new function __tcp_v4_send_check. It then uses the new function in tcp_v4_send_synack so that it handles CHECKSUM_PARTIAL properly. Signed-off-by: Herbert Xu Tested-by: Yinghai Signed-off-by: David S. Miller --- Reading git-diff-tree failed