Eric Dumazet 234b27c3fd ipv6: speedup inet6_dump_addr()
When handling large number of netdevices, inet6_dump_addr()
is very slow because it has O(N^2) complexity.

Instead of scanning one single list, we can use the NETDEV_HASHENTRIES
sub lists of the dev_index hash table, and RCU lookups.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-11-13 20:46:57 -08:00
..
2009-11-13 20:46:57 -08:00
2009-10-18 21:31:59 -07:00
2009-10-20 18:55:45 -07:00
2009-11-02 03:42:40 -08:00
2009-11-10 20:54:44 -08:00
2009-10-24 06:07:57 -07:00