summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_hhf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net_sched: sch_hhf: implement lockless hhf_dump()Eric Dumazet2024-04-191-14/+21
* net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný2024-02-021-0/+1
* net: sched: remove redundant NULL check in change hook functionZhengchao Shao2022-09-011-3/+0
* net: Add MODULE_DESCRIPTION entries to network modulesRob Gill2020-06-211-0/+1
* net/flow_dissector: switch to siphashEric Dumazet2019-10-241-4/+4
* sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang2019-09-101-1/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-1/+2
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* net: Add and use skb_mark_not_on_list().David S. Miller2018-09-101-1/+1
* treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-131-4/+5
* net: sched: sch: add extack for change qdisc opsAlexander Aring2017-12-211-2/+3
* net: sched: sch: add extack for init callbackAlexander Aring2017-12-211-1/+2
* sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov2017-08-311-0/+3
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-091-24/+9
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* net_sched: fix error recovery at qdisc creationEric Dumazet2017-02-121-2/+6
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-5/+5
* net_sched: sch_hhf: defer skb freeingEric Dumazet2016-06-151-2/+2
* sched: remove qdisc->dropFlorian Westphal2016-06-091-10/+0
* net_sched: update hierarchical backlog tooWANG Cong2016-02-291-3/+7
* sch_hhf: fix return value of hhf_drop()WANG Cong2015-10-111-1/+10
* sched: Call skb_get_hash_perturb in sch_hhfTom Herbert2015-05-041-18/+1
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-4/+4
* 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-051-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-151-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