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