aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_tbf.c
Commit message (Expand)AuthorAge
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-27
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-27
* net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni2019-04-01
* sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen2019-01-15
* net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2018-09-25
* net: Add and use skb_mark_not_on_list().David S. Miller2018-09-10
* net: sched: red: avoid hashing NULL childPaolo Abeni2018-05-18
* net: sched: tbf: handle GSO_BY_FRAGS case in enqueueDaniel Axtens2018-03-04
* net: create skb_gso_validate_mac_len()Daniel Axtens2018-02-01
* net: sch: api: add extack support in qdisc_create_dfltAlexander Aring2017-12-21
* net: sch: api: add extack support in qdisc_get_rtabAlexander Aring2017-12-21
* net: sched: sch: add extack for graft callbackAlexander Aring2017-12-21
* net: sched: sch: add extack for change qdisc opsAlexander Aring2017-12-21
* net: sched: sch: add extack for init callbackAlexander Aring2017-12-21
* net: sched: fix coding style issuesAlexander Aring2017-12-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-01
|\
| * sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov2017-08-30
* | net_sched: remove tc class reference countingWANG Cong2017-08-25
|/
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-13
* sch_tbf: Remove bogus semicolon in if() conditional.David S. Miller2017-03-13
* net: sched: make default fifo qdiscs appear in the dumpJiri Kosina2017-03-13
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-25
* net_sched: remove generic throttled managementEric Dumazet2016-06-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-10
|\
| * sch_tbf: update backlog as wellWANG Cong2016-06-03
* | sched: remove qdisc->dropFlorian Westphal2016-06-09
* | sched: remove qdisc_rehape_failFlorian Westphal2016-06-09
|/
* sched: use nla_put_u64_64bit()Nicolas Dichtel2016-04-25
* net_sched: update hierarchical backlog tooWANG Cong2016-02-29
* net_sched: introduce qdisc_replace() helperWANG Cong2016-02-29
* net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet2014-10-06
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-30
* net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet2014-08-22
* net_sched: return nla_nest_end() instead of skb->lenYang Yingliang2014-03-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-05
|\
| * sch_tbf: Fix potential memory leak in tbf_change().Hiroaki SHIMODA2014-02-27
* | sch_tbf: Remove holes in struct tbf_sched_data.Hiroaki SHIMODA2014-03-03
|/
* net: add and use skb_gso_transport_seglen()Florian Westphal2014-01-27
* sch_tbf: add TBF_BURST/TBF_PBURST attributeYang Yingliang2013-12-26
* sch_tbf: use do_div() for 64-bit divideYang Yingliang2013-12-11
* net: sched: tbf: fix the calculation of max_sizeYang Yingliang2013-12-11
* sch_tbf: handle too small burstEric Dumazet2013-11-23
* net_sched: tbf: support of 64bit ratesYang Yingliang2013-11-09
* net_sched: add u64 rate to psched_ratecfg_precompute()Eric Dumazet2013-09-20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-05
|\
| * net_sched: restore "overhead xxx" handlingEric Dumazet2013-06-03
* | sch_tbf: segment too big GSO packetsEric Dumazet2013-05-23
|/
* tbf: improved accuracy at high ratesJiri Pirko2013-02-12
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-01