[PATCH v4 net-next 07/11] net: Get rid of IPv6 hash addresses flow keys

2015-05-28 Thread Tom Herbert
We don't need to return the IPv6 address hash as part of flow keys. In general, using the IPv6 address hash is risky in a hash value since the underlying use of xor provides no entropy. If someone really needs the hash value they can get it from the full IPv6 addresses in flow keys (e.g. from

Re: [PATCH v4 net-next 07/11] net: Get rid of IPv6 hash addresses flow keys

2015-05-22 Thread Jiri Pirko
Fri, May 22, 2015 at 02:11:42AM CEST, t...@herbertland.com wrote: We don't need to return the IPv6 address hash as part of flow keys. In general, using the IPv6 address hash is risky in a hash value since the underlying use of xor provides no entropy. If someone really needs the hash value they

[PATCH v4 net-next 07/11] net: Get rid of IPv6 hash addresses flow keys

2015-05-21 Thread Tom Herbert
We don't need to return the IPv6 address hash as part of flow keys. In general, using the IPv6 address hash is risky in a hash value since the underlying use of xor provides no entropy. If someone really needs the hash value they can get it from the full IPv6 addresses in flow keys (e.g. from