mbox series

[net,0/2] inet: make exception handling less predictible

Message ID 20210829221615.2057201-1-eric.dumazet@gmail.com (mailing list archive)
Headers show
Series inet: make exception handling less predictible | expand

Message

Eric Dumazet Aug. 29, 2021, 10:16 p.m. UTC
From: Eric Dumazet <edumazet@google.com>

This second round of patches is addressing Keyu Man recommendations
to make linux hosts more robust against a class of brute force attacks.

Eric Dumazet (2):
  ipv6: make exception cache less predictible
  ipv4: make exception cache less predictible

 net/ipv4/route.c | 44 +++++++++++++++++++++++++++++---------------
 net/ipv6/route.c |  5 ++++-
 2 files changed, 33 insertions(+), 16 deletions(-)

Comments

Keyu Man Aug. 30, 2021, 6:04 p.m. UTC | #1
Thanks Eric and others for fixing the bug!

Keyu Man

On 8/29/2021 3:16 PM, Eric Dumazet wrote:
> From: Eric Dumazet <edumazet@google.com>
> 
> This second round of patches is addressing Keyu Man recommendations
> to make linux hosts more robust against a class of brute force attacks.
> 
> Eric Dumazet (2):
>    ipv6: make exception cache less predictible
>    ipv4: make exception cache less predictible
> 
>   net/ipv4/route.c | 44 +++++++++++++++++++++++++++++---------------
>   net/ipv6/route.c |  5 ++++-
>   2 files changed, 33 insertions(+), 16 deletions(-)
>