net: skb_is_gso_v6() requires skb_is_gso()
authorEric Dumazet <edumazet@google.com>
Sun, 29 Sep 2013 08:21:32 +0000 (01:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Oct 2013 05:09:00 +0000 (22:09 -0700)
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 <edumazet@google.com>
Cc: Eilon Greenstein <eilong@broadcom.com>
Acked-by: Dmitry Kravkov <dmitry@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found