summaryrefslogtreecommitdiff
path: root/net/sched/sch_tbf.c
Commit message (Expand)AuthorAge
* 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-12
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-25
* net_sched: remove generic throttled managementEric Dumazet2016-06-10
* 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-08
* | sched: remove qdisc_rehape_failFlorian Westphal2016-06-08
|/
* 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-26
* 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-02
* | 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
* sch_tbf: report backlog informationEric Dumazet2011-12-29
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-24
|\
| * net_sched: accurate bytes/packets stats/ratesEric Dumazet2011-01-20
* | net_sched: move TCQ_F_THROTTLED flagEric Dumazet2011-01-20
* | net_sched: cleanupsEric Dumazet2011-01-19
|/
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-10
* net: Use NET_XMIT_SUCCESS where possible.Ben Greear2010-08-10
* tbf: stop wanton destruction of children (v2)stephen hemminger2010-05-17