]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit567b3f07a0acb900539bddad216432f326ced355
treea1011494e41faacba2c0d400f5c7554028d83489
parent9de30c2f997d6837090b67b114dd1d78b4bd65c9
parent9fab9e0655fc9072655802d3e0ef5fd355d68bf5
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>