commit | 40edeff6e1c6f9a6f16536ae3375e3af9d648449 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Sun Jun 02 11:15:55 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 07 15:24:04 2013 -0700 |
tree | 10b78f0fe8fec830ba2cafae2be4e6dfdc0adc21 | |
parent | 1612e111e4e565422242727efb59499cce8738e4 [diff] |
net_sched: qdisc_get_rtab() must check data[] array qdisc_get_rtab() should check not only the keys in struct tc_ratespec, but also the full data[] array. "tc ... linklayer atm " only perturbs values in the 256 slots array. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>