Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
icmp: randomize the global rate limiter
[ Upstream commit b38e7819cae946e2edf869e604af1e65a5d241c5 ] Keyu Man reported that the ICMP rate limiter could be used by attackers to get useful signal. Details will be provided in an upcoming academic publication. Our solution is to add some noise, so that the attackers no longer can get help from the predictable token bucket limiter. Fixes: 4cdf507 ("icmp: add a global rate limitation") Signed-off-by: Eric Dumazet <[email protected]> Reported-by: Keyu Man <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Change-Id: Idbca441c50068fa5df89f9ee2a9ea70eb044eba2 Git-commit: d6c552505c0d1719dda42b4af2def0618bd7bf54 Git-repo: https://android.googlesource.com/kernel/msm Signed-off-by: urevanth <[email protected]>
- Loading branch information