Home
last modified time | relevance | path

Searched hist:df453700e8d81b1bdafdf684365ee2b9431fb702 (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dsiphash.hdiff df453700e8d81b1bdafdf684365ee2b9431fb702 Wed Mar 27 20:40:33 CET 2019 Eric Dumazet <edumazet@google.com> inet: switch IP ID generator to siphash

According to Amit Klein and Benny Pinkas, IP ID generation is too weak
and might be used by attackers.

Even with recent net_hash_mix() fix (netns: provide pure entropy for net_hash_mix())
having 64bit key and Jenkins hash is risky.

It is time to switch to siphash and its 128bit keys.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: Amit Klein <aksecurity@gmail.com>
Reported-by: Benny Pinkas <benny@pinkas.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
/linux/net/ipv6/
H A Doutput_core.cdiff df453700e8d81b1bdafdf684365ee2b9431fb702 Wed Mar 27 20:40:33 CET 2019 Eric Dumazet <edumazet@google.com> inet: switch IP ID generator to siphash

According to Amit Klein and Benny Pinkas, IP ID generation is too weak
and might be used by attackers.

Even with recent net_hash_mix() fix (netns: provide pure entropy for net_hash_mix())
having 64bit key and Jenkins hash is risky.

It is time to switch to siphash and its 128bit keys.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: Amit Klein <aksecurity@gmail.com>
Reported-by: Benny Pinkas <benny@pinkas.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
/linux/include/net/netns/
H A Dipv4.hdiff df453700e8d81b1bdafdf684365ee2b9431fb702 Wed Mar 27 20:40:33 CET 2019 Eric Dumazet <edumazet@google.com> inet: switch IP ID generator to siphash

According to Amit Klein and Benny Pinkas, IP ID generation is too weak
and might be used by attackers.

Even with recent net_hash_mix() fix (netns: provide pure entropy for net_hash_mix())
having 64bit key and Jenkins hash is risky.

It is time to switch to siphash and its 128bit keys.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: Amit Klein <aksecurity@gmail.com>
Reported-by: Benny Pinkas <benny@pinkas.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
/linux/net/ipv4/
H A Droute.cdiff df453700e8d81b1bdafdf684365ee2b9431fb702 Wed Mar 27 20:40:33 CET 2019 Eric Dumazet <edumazet@google.com> inet: switch IP ID generator to siphash

According to Amit Klein and Benny Pinkas, IP ID generation is too weak
and might be used by attackers.

Even with recent net_hash_mix() fix (netns: provide pure entropy for net_hash_mix())
having 64bit key and Jenkins hash is risky.

It is time to switch to siphash and its 128bit keys.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: Amit Klein <aksecurity@gmail.com>
Reported-by: Benny Pinkas <benny@pinkas.net>
Signed-off-by: David S. Miller <davem@davemloft.net>