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:
e971290
)
spidernet: skb used after netif_receive_skb
author
Florin Malita
<fmalita@gmail.com>
Tue, 22 May 2007 23:09:42 +0000
(18:09 -0500)
committer
Jeff Garzik
<jeff@garzik.org>
Thu, 24 May 2007 21:25:43 +0000
(17:25 -0400)
The stats update code in spider_net_pass_skb_up() is touching the skb
after it's been passed up to the stack. To avoid that, just update the
stats first.
Signed-off-by: Florin Malita <fmalita@gmail.com>
Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
No differences found