summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_hhf.c
Commit message (Expand)AuthorAgeFilesLines
* sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang2019-11-221-1/+1
* sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov2017-11-111-0/+3
* net_sched: fix error recovery at qdisc creationEric Dumazet2017-11-111-2/+6
* net_sched: update hierarchical backlog tooWANG Cong2016-08-221-3/+7
* net: use the new API kvfree()WANG Cong2014-06-051-6/+1
* sch_hhf: fix comparison of qlen and limitYang Yingliang2014-05-121-1/+1
* net: sched: lock imbalance in hhf qdiscJohn Fastabend2014-05-041-5/+6
* net_sched: return nla_nest_end() instead of skb->lenYang Yingliang2014-03-131-2/+1
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-141-1/+1
* HHF qdisc: fix jiffies-time conversion.Terry Lam2014-01-131-6/+6
* hhf: make qdisc ops staticstephen hemminger2013-12-261-2/+1
* net-qdisc-hhf: Heavy-Hitter Filter (HHF) qdiscTerry Lam2013-12-191-0/+746