summaryrefslogtreecommitdiff
path: root/net/sched/sch_tbf.c
AgeCommit message (Expand)Author
2020-01-25net: sched: Make TBF Qdisc offloadablePetr Machata
2020-01-25net: sched: sch_tbf: Don't overwrite backlog before dumpingPetr Machata
2020-01-14net: sched: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
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
2019-01-15sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller
2018-05-18net: sched: red: avoid hashing NULL childPaolo Abeni
2018-03-04net: sched: tbf: handle GSO_BY_FRAGS case in enqueueDaniel Axtens
2018-02-01net: create skb_gso_validate_mac_len()Daniel Axtens
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring
2017-12-21net: sch: api: add extack support in qdisc_get_rtabAlexander 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-21net: sched: fix coding style issuesAlexander Aring
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-30sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov
2017-08-25net_sched: remove tc class reference countingWANG Cong
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-03-13sch_tbf: Remove bogus semicolon in if() conditional.David S. Miller
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-10net_sched: remove generic throttled managementEric 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-08sched: remove qdisc_rehape_failFlorian Westphal
2016-06-03sch_tbf: update backlog as wellWANG Cong
2016-04-25sched: use nla_put_u64_64bit()Nicolas Dichtel
2016-02-29net_sched: update hierarchical backlog tooWANG Cong
2016-02-29net_sched: introduce qdisc_replace() helperWANG Cong
2014-10-06net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend
2014-08-22net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet
2014-03-13net_sched: return nla_nest_end() instead of skb->lenYang Yingliang
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-03sch_tbf: Remove holes in struct tbf_sched_data.Hiroaki SHIMODA
2014-02-27sch_tbf: Fix potential memory leak in tbf_change().Hiroaki SHIMODA
2014-01-26net: add and use skb_gso_transport_seglen()Florian Westphal
2013-12-26sch_tbf: add TBF_BURST/TBF_PBURST attributeYang Yingliang
2013-12-11sch_tbf: use do_div() for 64-bit divideYang Yingliang
2013-12-11net: sched: tbf: fix the calculation of max_sizeYang Yingliang
2013-11-23sch_tbf: handle too small burstEric Dumazet
2013-11-09net_sched: tbf: support of 64bit ratesYang Yingliang
2013-09-20net_sched: add u64 rate to psched_ratecfg_precompute()Eric Dumazet
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-02net_sched: restore "overhead xxx" handlingEric Dumazet