]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit61fa2527af01cc50803eb110271f1bc5437d9b10
treea9f6628d11b135660418c1ba5edb23c3c75cc0e9
parentd0428c0722c822e92f9859ccc21db069c97cef79
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