aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_red.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-1/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2019-04-01net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni1-2/+1
2018-11-14net: sched: red: notify drivers about RED's limit parameterJakub Kicinski1-0/+1
2018-11-14net: sched: red: offload a graft notificationJakub Kicinski1-0/+17
2018-11-08net: sched: red: inform offloads about harddrop settingJakub Kicinski1-0/+1
2018-11-08net: sched: red: delay destroying child qdisc on replaceJakub Kicinski1-2/+6
2018-11-08net: sched: red: remove unnecessary red_dump_offload_stats parameterJakub Kicinski1-2/+2
2018-11-08net: sched: add an offload dump helperJakub Kicinski1-16/+1
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov1-2/+2
2018-05-18net: sched: red: avoid hashing NULL childPaolo Abeni1-2/+3
2018-01-17net: sched: red: don't reset the backlog on every stat dumpJakub Kicinski1-1/+1
2018-01-10net: sch: red: Change offloaded xstats to be incrementalNogah Frankel1-16/+8
2018-01-02net_sch: red: Fix the new offload indicationNogah Frankel1-12/+14
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring1-1/+1
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-12-15net: sched: Move to new offload indication in REDYuval Mintz1-16/+15
2017-12-05net_sched: red: Avoid illegal valuesNogah Frankel1-0/+2
2017-11-13net/sched/sch_red.c: work around gcc-4.4.4 anon union initializer issueAndrew Morton1-5/+9
2017-11-08net_sch: red: Add offload ability to RED qdiscNogah Frankel1-0/+79
2017-10-18net: sched: Convert timers to use timer_setup()Kees Cook1-4/+6
2017-08-25net_sched: remove tc class reference countingWANG Cong1-7/+2
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina1-0/+2
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet1-3/+4
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2016-06-08sched: remove qdisc->dropFlorian Westphal1-20/+0
2016-06-03sch_red: update backlog as wellWANG Cong1-0/+4
2016-02-29net_sched: update hierarchical backlog tooWANG Cong1-1/+2
2016-02-29net_sched: introduce qdisc_replace() helperWANG Cong1-6/+1
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-4/+4
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-2/+3
2012-01-05net_sched: red: split red_parms into parms and varsEric Dumazet1-12/+17
2011-12-09sch_red: generalize accurate MAX_P support to RED/GRED/CHOKEEric Dumazet1-2/+7
2011-12-08sch_red: Adaptative RED AQMEric Dumazet1-0/+21
2011-12-01sch_red: fix red_changeEric Dumazet1-2/+2
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+6
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet1-5/+6
2011-01-19net_sched: cleanupsEric Dumazet1-31/+30
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet1-2/+1
2011-01-03sch_red: report backlog informationEric Dumazet1-0/+1
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2009-09-06net_sched: remove some unnecessary checks in classful schedulersPatrick McHardy1-2/+0
2009-09-06net_sched: make cls_ops->change and cls_ops->delete optionalPatrick McHardy1-13/+0
2009-09-06net_sched: make cls_ops->tcf_chain() optionalPatrick McHardy1-6/+0
2008-11-20pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy1-2/+4
2008-11-13pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski1-18/+0