aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_hfsc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-08net/sched/sch_hfsc.c: remove unused cl_myfadjMichal Soltys1-5/+2
2016-08-08net/sched/sch_hfsc.c: keep fsc and virtual times in sync; fix an old bugMichal Soltys1-32/+12
2016-07-08hfsc: reduce hfsc_sched to 14 cachelinesFlorian Westphal1-5/+5
2016-07-01net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc()Michal Soltys1-1/+1
2016-07-01net/sched/sch_hfsc.c: go passive after vt updateMichal Soltys1-16/+15
2016-07-01net/sched/sch_hfsc.c: remove leftover dlist and droplistMichal Soltys1-8/+0
2016-07-01net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len()Michal Soltys1-1/+1
2016-07-01net/sched/sch_hfsc.c: handle corner cases where head may change invalidating calculated deadlineMichal Soltys1-1/+10
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet1-3/+3
2016-06-10net_sched: remove generic throttled managementEric Dumazet1-1/+0
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+3
2016-06-08sched: remove qdisc->dropFlorian Westphal1-26/+0
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet1-5/+5
2016-06-03sch_hfsc: always keep backlog updatedWANG Cong1-8/+4
2016-02-29net_sched: update hierarchical backlog tooWANG Cong1-1/+2
2016-02-29net_sched: introduce qdisc_replace() helperWANG Cong1-5/+1
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann1-1/+1
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend1-1/+1
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend1-2/+1
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-4/+4
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend1-5/+8
2014-09-13net: rcu-ify tcf_protoJohn Fastabend1-4/+4
2014-03-13net_sched: return nla_nest_end() instead of skb->lenYang Yingliang1-2/+1
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-9/+6
2012-05-10net_sched: update bstats in dequeue()Eric Dumazet1-1/+1
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-2/+4
2011-12-23sch_hfsc: report backlog informationEric Dumazet1-0/+10
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet1-1/+1
2011-01-20net_sched: move TCQ_F_THROTTLED flagEric Dumazet1-1/+1
2011-01-19net_sched: cleanupsEric Dumazet1-18/+17
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet1-4/+2
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao1-5/+3
2010-09-01net/sched/sch_hfsc.c: initialize parent's cl_cfmin properly in init_vf()Michal Soltys1-1/+1
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-05-17net_sched: sch_hfsc: fix classification loopsPatrick McHardy1-1/+5
2009-10-07pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet1-1/+1
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-1/+1
2009-09-06net_sched: remove some unnecessary checks in classful schedulersPatrick McHardy1-3/+1
2009-08-17net: restore gnet_stats_basic to previous definitionEric Dumazet1-1/+1
2009-06-09pkt_sched: Use PSCHED_SHIFT in PSCHED time conversionJarek Poplawski1-3/+5
2009-03-15pkt_sched: Change misleading code in class delete.Jarek Poplawski1-2/+5
2009-02-01pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler.Jarek Poplawski1-4/+2
2008-11-25tc: check for errors in gen_rate_estimator creationStephen Hemminger1-7/+18
2008-11-25pkt_sched: fix warning in net/sched/sch_hfsc.cIngo Molnar1-1/+1
2008-11-20pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy1-1/+2
2008-11-13pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski1-19/+0
2008-10-31pkt_sched: Add peek emulation for non-work-conserving qdiscs.Jarek Poplawski1-1/+2
2008-10-31pkt_sched: Use qdisc->ops->peek() instead of ->dequeue() & ->requeue()Jarek Poplawski1-10/+2