Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix xfrm hash collisions by changing __xfrm4_daddr_saddr_hash to hash…
… addresses with addition This patch fixes hash collisions in cases where number of entries have incrementing IP source and destination addresses from single respective subnets (i.e. 192.168.0.1-172.16.0.1, 192.168.0.2-172.16.0.2, and so on.). Signed-off-by: Jussi Maki <joamaki@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information