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:
eb235ae
)
[PATCH] iseries_veth: Don't leak skbs in RX path
author
Michael Ellerman
<michael@ellerman.id.au>
Thu, 12 May 2005 07:55:08 +0000
(17:55 +1000)
committer
Jeff Garzik
<jgarzik@pobox.com>
Sun, 15 May 2005 22:08:05 +0000
(18:08 -0400)
Hi Andrew, Jeff,
Under some strange circumstances the iseries_veth driver can leak skbs.
Fix is simply to call dev_kfree_skb() in the right place.
Fix up the comment as well.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
No differences found