aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_hhf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook1-4/+5
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring1-2/+3
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring1-1/+2
2017-08-30sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov1-0/+3
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-24/+9
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-02-11net_sched: fix error recovery at qdisc creationEric Dumazet1-2/+6
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet1-5/+5
2016-06-15net_sched: sch_hhf: defer skb freeingEric Dumazet1-2/+2
2016-06-08sched: remove qdisc->dropFlorian Westphal1-10/+0
2016-02-29net_sched: update hierarchical backlog tooWANG Cong1-3/+7
2015-10-11sch_hhf: fix return value of hhf_drop()WANG Cong1-1/+10
2015-05-04sched: Call skb_get_hash_perturb in sch_hhfTom Herbert1-18/+1
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-4/+4
2014-06-05net: use the new API kvfree()WANG Cong1-6/+1
2014-05-12sch_hhf: fix comparison of qlen and limitYang Yingliang1-1/+1
2014-05-04net: sched: lock imbalance in hhf qdiscJohn Fastabend1-5/+6
2014-03-13net_sched: return nla_nest_end() instead of skb->lenYang Yingliang1-2/+1
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2014-01-13HHF qdisc: fix jiffies-time conversion.Terry Lam1-6/+6
2013-12-26hhf: make qdisc ops staticstephen hemminger1-2/+1
2013-12-19net-qdisc-hhf: Heavy-Hitter Filter (HHF) qdiscTerry Lam1-0/+746