git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3f40d7
)
net: skb_is_gso_v6() requires skb_is_gso()
author
Eric Dumazet
<edumazet@google.com>
Sun, 29 Sep 2013 08:21:32 +0000
(
01:21
-0700)
committer
David 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