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:
57f5f54
)
[STRIP]: Fix neighbour table refcount leak.
author
Stephen Hemminger
<shemminger@osdl.org>
Wed, 30 Aug 2006 04:18:45 +0000
(21:18 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Wed, 30 Aug 2006 04:22:19 +0000
(21:22 -0700)
Found by inspection. The STRIP driver does neigh_lookup() but never
releases. This driver shouldn't being doing gratuitous arp anyway.
Untested, obviously, because of lack of hardware.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found