From: Eric Dumazet Date: Sun, 29 Sep 2013 08:21:32 +0000 (-0700) Subject: net: skb_is_gso_v6() requires skb_is_gso() X-Git-Tag: v3.13-rc1~105^2~260 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36a8f39e05ccc308a5619a7edb5ad6e15ee82ff6;p=pandora-kernel.git net: skb_is_gso_v6() requires skb_is_gso() bnx2x makes a dangerous use of skb_is_gso_v6(). It should first make sure skb is a gso packet Signed-off-by: Eric Dumazet Cc: Eilon Greenstein Acked-by: Dmitry Kravkov Signed-off-by: David S. Miller --- Reading git-diff-tree failed