From: Herbert Xu Date: Mon, 27 Apr 2009 12:44:45 +0000 (-0700) Subject: gro: Fix COMPLETE checksum handling X-Git-Tag: v2.6.31-rc1~330^2~536 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36e7b1b8dac1a785abca3a121b6b0b79f1a8d7df;p=pandora-kernel.git gro: Fix COMPLETE checksum handling On a brand new GRO skb, we cannot call ip_hdr since the header may lie in the non-linear area. This patch adds the helper skb_gro_network_header to handle this. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed