From: Herbert Xu Date: Wed, 14 Dec 2005 20:55:24 +0000 (-0800) Subject: [GRE]: Fix hardware checksum modification X-Git-Tag: v2.6.15-rc6~61^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1542272a60ab9c0655a13ead8b7d7a661365f9fb;p=pandora-kernel.git [GRE]: Fix hardware checksum modification The skb_postpull_rcsum introduced a bug to the checksum modification. Although the length pulled is offset bytes, the origin of the pulling is the GRE header, not the IP header. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed