diff options
author | Ying Xue <ying.xue@windriver.com> | 2015-05-15 06:53:21 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-05-16 03:20:16 +0200 |
commit | 1f9993f6825f9cb93f75f794b66e7428dfc72467 (patch) | |
tree | 90e8005805a0d73bbb3c401899930dbeb39ed914 /drivers/net/phy | |
parent | net: macb: Add better comment for RXUBR handling (diff) | |
download | linux-1f9993f6825f9cb93f75f794b66e7428dfc72467.tar.xz linux-1f9993f6825f9cb93f75f794b66e7428dfc72467.zip |
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')
0 files changed, 0 insertions, 0 deletions