summaryrefslogtreecommitdiff
path: root/net/sched/sch_red.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-01net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni
2018-11-14net: sched: red: notify drivers about RED's limit parameterJakub Kicinski
2018-11-14net: sched: red: offload a graft notificationJakub Kicinski
2018-11-08net: sched: red: inform offloads about harddrop settingJakub Kicinski
2018-11-08net: sched: red: delay destroying child qdisc on replaceJakub Kicinski
2018-11-08net: sched: red: remove unnecessary red_dump_offload_stats parameterJakub Kicinski
2018-11-08net: sched: add an offload dump helperJakub Kicinski
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov
2018-05-18net: sched: red: avoid hashing NULL childPaolo Abeni
2018-01-17net: sched: red: don't reset the backlog on every stat dumpJakub Kicinski
2018-01-10net: sch: red: Change offloaded xstats to be incrementalNogah Frankel
2018-01-02net_sch: red: Fix the new offload indicationNogah Frankel
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring
2017-12-15net: sched: Move to new offload indication in REDYuval Mintz
2017-12-05net_sched: red: Avoid illegal valuesNogah Frankel
2017-11-13net/sched/sch_red.c: work around gcc-4.4.4 anon union initializer issueAndrew Morton
2017-11-08net_sch: red: Add offload ability to RED qdiscNogah Frankel
2017-10-18net: sched: Convert timers to use timer_setup()Kees Cook
2017-08-25net_sched: remove tc class reference countingWANG Cong
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-08sched: remove qdisc->dropFlorian Westphal
2016-06-03sch_red: update backlog as wellWANG Cong
2016-02-29net_sched: update hierarchical backlog tooWANG Cong
2016-02-29net_sched: introduce qdisc_replace() helperWANG Cong
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller
2012-01-05net_sched: red: split red_parms into parms and varsEric Dumazet
2011-12-09sch_red: generalize accurate MAX_P support to RED/GRED/CHOKEEric Dumazet
2011-12-08sch_red: Adaptative RED AQMEric Dumazet
2011-12-01sch_red: fix red_changeEric Dumazet
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet
2011-01-19net_sched: cleanupsEric Dumazet
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet
2011-01-03sch_red: report backlog informationEric Dumazet
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2009-09-06net_sched: remove some unnecessary checks in classful schedulersPatrick McHardy
2009-09-06net_sched: make cls_ops->change and cls_ops->delete optionalPatrick McHardy
2009-09-06net_sched: make cls_ops->tcf_chain() optionalPatrick McHardy
2008-11-20pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy
2008-11-13pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski