commit | 3a88a81d89c20be312b3b219b185bbdde24b8fb8 | [log] [tgz] |
---|---|---|
author | stephen hemminger <shemminger@vyatta.com> | Wed Mar 17 20:31:12 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Mar 20 15:44:35 2010 -0700 |
tree | 2610b2b8b47deb4e4d5db0968af21911306442b3 | |
parent | 5c578aedcb21d79eeb4e9cf04ca5b276ac82614c [diff] |
ipv6: user better hash for addrconf The existing hash function has a couple of issues: * it is hardwired to 16 for IN6_ADDR_HSIZE * limited to 256 and callers using int * use jhash2 rather than some old BSD algorithm No need for random seed since this is local only (based on assigned addresses) table. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>