diff options
author | Ying Xue <ying.xue@windriver.com> | 2015-05-15 12:53:21 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-05-15 21:20:16 -0400 |
commit | 1f9993f6825f9cb93f75f794b66e7428dfc72467 (patch) | |
tree | 90e8005805a0d73bbb3c401899930dbeb39ed914 /drivers/net/phy/phy.c | |
parent | 86b5e7de07aa1abc87ecc40d2aca6070348e4469 (diff) |
rocker: fix a neigh entry leak issue
Once we get a neighbour through looking up arp cache or creating a
new one in rocker_port_ipv4_resolve(), the neighbour's refcount is
already taken. But as we don't put the refcount again after it's
used, this makes the neighbour entry leaked.
Suggested-by: Eric Dumazet <edumazet@google.com>
Acked-by: Jiri Pirko <jiri@resnulli.us>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Ying Xue <ying.xue@windriver.com>
Acked-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/phy.c')
0 files changed, 0 insertions, 0 deletions