diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2012-01-04 06:23:01 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-01-04 19:12:48 (GMT) |
commit | 02a9098ede0dc7e28c16a03fa7fba86a05219478 (patch) | |
tree | 689df90e53168b72b8f2f418853830747bba8e90 /MAINTAINERS | |
parent | bd16a6cce2a7f169b559abc5672fd2c66e91fb36 (diff) | |
download | linux-fsl-qoriq-02a9098ede0dc7e28c16a03fa7fba86a05219478.tar.xz |
net_sched: sfq: always randomize hash perturbation
SFQ q->perturbation is used in sfq_hash() as an input to Jenkins hash.
We currently randomize this 32bit value only if a perturbation timer is
setup.
Its much better to always initialize it to defeat attackers, or else
they can predict very well what kind of packets they have to forge to
hit a particular flow.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions