From: Herbert Xu Date: Sun, 11 Apr 2010 02:15:54 +0000 (+0000) Subject: tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv6 X-Git-Tag: v2.6.35-rc1~473^2~525 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ad50d96db58c58ba67ec1c6f9d3dae0db52338a;p=pandora-kernel.git tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv6 tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv6 This patch moves the common code between tcp_v6_send_check and tcp_v6_gso_send_check into a new function __tcp_v6_send_check. It then uses the new function in tcp_v6_send_synack as well as tcp_v6_send_response so that they handle CHECKSUM_PARTIAL properly. Signed-off-by: Herbert Xu Tested-by: Yinghai Signed-off-by: David S. Miller --- Reading git-diff-tree failed