Merge branch 'inet-siphash'
authorDavid S. Miller <davem@davemloft.net>
Thu, 26 Aug 2021 09:20:34 +0000 (10:20 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Aug 2021 09:20:34 +0000 (10:20 +0100)
commit38d57551ddabec878add10ff8eb18f4b63fff2da
treea1011494e41faacba2c0d400f5c7554028d83489
parent92ea47fe09b531642e5b791d74645a6f08b23725
parent6457378fe796815c973f631a1904e147d6ee33b1
Merge branch 'inet-siphash'

Eric Dumazet says:

====================
inet: use siphash in exception handling

A group of security researchers brought to our attention
the weakness of hash functions used in rt6_exception_hash()
and fnhe_hashfun()

I made two distinct patches to help backports, since IPv6
part was added in 4.15
====================

Signed-off-by: David S. Miller <davem@davemloft.net>