summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_hfsc.c
Commit message (Expand)AuthorAgeFilesLines
* net/sched/sch_hfsc.c: remove unused cl_myfadjMichal Soltys2016-08-081-5/+2
* net/sched/sch_hfsc.c: keep fsc and virtual times in sync; fix an old bugMichal Soltys2016-08-081-32/+12
* hfsc: reduce hfsc_sched to 14 cachelinesFlorian Westphal2016-07-081-5/+5
* net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc()Michal Soltys2016-07-011-1/+1
* net/sched/sch_hfsc.c: go passive after vt updateMichal Soltys2016-07-011-16/+15
* net/sched/sch_hfsc.c: remove leftover dlist and droplistMichal Soltys2016-07-011-8/+0
* net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len()Michal Soltys2016-07-011-1/+1
* net/sched/sch_hfsc.c: handle corner cases where head may change invalidating ...Michal Soltys2016-07-011-1/+10
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-3/+3
* net_sched: remove generic throttled managementEric Dumazet2016-06-101-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-101-8/+3
|\
| * sch_hfsc: always keep backlog updatedWANG Cong2016-06-031-8/+4
* | sched: remove qdisc->dropFlorian Westphal2016-06-081-26/+0
* | net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-071-5/+5
|/
* net_sched: update hierarchical backlog tooWANG Cong2016-02-291-1/+2
* net_sched: introduce qdisc_replace() helperWANG Cong2016-02-291-5/+1
* net: sched: consolidate tc_classify{,_compat}Daniel Borkmann2015-08-271-1/+1
* net: sched: enable per cpu qstatsJohn Fastabend2014-09-301-1/+1
* net: sched: restrict use of qstats qlenJohn Fastabend2014-09-301-2/+1
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-4/+4
* net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2014-09-301-5/+8
* net: rcu-ify tcf_protoJohn Fastabend2014-09-131-4/+4
* net_sched: return nla_nest_end() instead of skb->lenYang Yingliang2014-03-131-2/+1
* net_sched: add 64bit rate estimatorsEric Dumazet2013-06-111-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-9/+6
* net_sched: update bstats in dequeue()Eric Dumazet2012-05-101-1/+1
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-011-2/+4
* sch_hfsc: report backlog informationEric Dumazet2011-12-231-0/+10
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-241-1/+1
|\
| * net_sched: accurate bytes/packets stats/ratesEric Dumazet2011-01-201-1/+1
* | net_sched: move TCQ_F_THROTTLED flagEric Dumazet2011-01-201-1/+1
* | net_sched: cleanupsEric Dumazet2011-01-191-18/+17
|/
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-101-4/+2
* net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao2010-10-211-5/+3
* net/sched/sch_hfsc.c: initialize parent's cl_cfmin properly in init_vf()Michal Soltys2010-09-011-1/+1
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-1/+0
* net_sched: sch_hfsc: fix classification loopsPatrick McHardy2010-05-171-1/+5
* pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet2009-10-071-1/+1
* trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-211-1/+1
* net_sched: remove some unnecessary checks in classful schedulersPatrick McHardy2009-09-061-3/+1
* net: restore gnet_stats_basic to previous definitionEric Dumazet2009-08-171-1/+1
* pkt_sched: Use PSCHED_SHIFT in PSCHED time conversionJarek Poplawski2009-06-091-3/+5
* pkt_sched: Change misleading code in class delete.Jarek Poplawski2009-03-151-2/+5
* pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler.Jarek Poplawski2009-02-011-4/+2
* tc: check for errors in gen_rate_estimator creationStephen Hemminger2008-11-251-7/+18
* pkt_sched: fix warning in net/sched/sch_hfsc.cIngo Molnar2008-11-251-1/+1
* pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy2008-11-201-1/+2
* pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski2008-11-131-19/+0
* pkt_sched: Add peek emulation for non-work-conserving qdiscs.Jarek Poplawski2008-10-311-1/+2
* pkt_sched: Use qdisc->ops->peek() instead of ->dequeue() & ->requeue()Jarek Poplawski2008-10-311-10/+2
OpenPOWER on IntegriCloud