From: Sridhar Samudrala Date: Sat, 23 Jan 2010 10:02:21 +0000 (-0800) Subject: net: Fix IPv6 GSO type checks in Intel ethernet drivers X-Git-Tag: v2.6.33-rc6~29^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e1e8a4779cb23c1d9f51e9223795e07ec54d77a;p=pandora-kernel.git net: Fix IPv6 GSO type checks in Intel ethernet drivers Found this problem when testing IPv6 from a KVM guest to a remote host via e1000e device on the host. The following patch fixes the check for IPv6 GSO packet in Intel ethernet drivers to use skb_is_gso_v6(). SKB_GSO_DODGY is also set when packets are forwarded from a guest. Signed-off-by: Sridhar Samudrala Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed