summaryrefslogtreecommitdiff
path: root/net/sched/sch_hhf.c
AgeCommit message (Expand)Author
2019-11-10net/flow_dissector: switch to siphashEric Dumazet
2019-09-19sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang
2017-08-30sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-02-11net_sched: fix error recovery at qdisc creationEric Dumazet
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet
2016-06-15net_sched: sch_hhf: defer skb freeingEric Dumazet
2016-06-08sched: remove qdisc->dropFlorian Westphal
2016-02-29net_sched: update hierarchical backlog tooWANG Cong
2015-10-11sch_hhf: fix return value of hhf_drop()WANG Cong
2015-05-04sched: Call skb_get_hash_perturb in sch_hhfTom Herbert
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend
2014-06-05net: use the new API kvfree()WANG Cong
2014-05-12sch_hhf: fix comparison of qlen and limitYang Yingliang
2014-05-04net: sched: lock imbalance in hhf qdiscJohn Fastabend
2014-03-13net_sched: return nla_nest_end() instead of skb->lenYang Yingliang
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2014-01-13HHF qdisc: fix jiffies-time conversion.Terry Lam
2013-12-26hhf: make qdisc ops staticstephen hemminger
2013-12-19net-qdisc-hhf: Heavy-Hitter Filter (HHF) qdiscTerry Lam