ipv4: Add hash table of interface addresses.
authorDavid S. Miller <davem@davemloft.net>
Fri, 18 Feb 2011 20:42:28 +0000 (12:42 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Feb 2011 20:42:28 +0000 (12:42 -0800)
commitfd23c3b31107e2fc483301ee923d8a1db14e53f4
treea9f6628d11b135660418c1ba5edb23c3c75cc0e9
parent1cbb1a61d59b7552e1e3fde485d8af5699fe16e0
ipv4: Add hash table of interface addresses.

This will be used to optimize __ip_dev_find() and friends.

With help from Eric Dumazet.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/inetdevice.h
net/ipv4/devinet.c