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:
e983190
)
sfc: fix race in efx_enqueue_skb_tso()
author
Eric Dumazet
<eric.dumazet@gmail.com>
Wed, 30 Nov 2011 22:12:27 +0000
(17:12 -0500)
committer
David S. Miller
<davem@davemloft.net>
Wed, 30 Nov 2011 22:12:27 +0000
(17:12 -0500)
As soon as skb is pushed to hardware, it can be completed and freed, so
we should not dereference skb anymore.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found