Re: [PATCH v4 net-next 00/11] net: Increase inputs to flow_keys hashing

2015-05-30 Thread David Miller
From: Tom Herbert Date: Thu, 28 May 2015 11:18:57 -0700 > This patch set adds new fields to the flow_keys structure and hashes > over these fields to get a better flow hash. In particular, these > patches now include hashing over the full IPv6 addresses in order > to defend against address spoofi

[PATCH v4 net-next 00/11] net: Increase inputs to flow_keys hashing

2015-05-28 Thread Tom Herbert
This patch set adds new fields to the flow_keys structure and hashes over these fields to get a better flow hash. In particular, these patches now include hashing over the full IPv6 addresses in order to defend against address spoofing that always results in the same hash. The new input also includ

[PATCH v4 net-next 00/11] net: Increase inputs to flow_keys hashing

2015-05-21 Thread Tom Herbert
This patch set adds new fields to the flow_keys structure and hashes over these fields to get a better flow hash. In particular, these patches now include hashing over the full IPv6 addresses in order to defend against address spoofing that always results in the same hash. The new input also includ