summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_tbf.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-7/+9
* net_sched: remove generic throttled managementEric Dumazet2016-06-101-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-101-0/+3
|\
| * sch_tbf: update backlog as wellWANG Cong2016-06-031-0/+4
* | sched: remove qdisc->dropFlorian Westphal2016-06-081-13/+0
* | sched: remove qdisc_rehape_failFlorian Westphal2016-06-081-2/+2
|/
* sched: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-2/+4
* net_sched: update hierarchical backlog tooWANG Cong2016-02-291-2/+5
* net_sched: introduce qdisc_replace() helperWANG Cong2016-02-291-7/+1
* net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet2014-10-061-1/+2
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-4/+4
* net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet2014-08-221-3/+3
* net_sched: return nla_nest_end() instead of skb->lenYang Yingliang2014-03-131-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-051-12/+12
|\
| * sch_tbf: Fix potential memory leak in tbf_change().Hiroaki SHIMODA2014-02-271-12/+12
* | sch_tbf: Remove holes in struct tbf_sched_data.Hiroaki SHIMODA2014-03-031-11/+12
|/
* net: add and use skb_gso_transport_seglen()Florian Westphal2014-01-261-10/+3
* sch_tbf: add TBF_BURST/TBF_PBURST attributeYang Yingliang2013-12-261-5/+24
* sch_tbf: use do_div() for 64-bit divideYang Yingliang2013-12-111-2/+4
* net: sched: tbf: fix the calculation of max_sizeYang Yingliang2013-12-111-45/+70
* sch_tbf: handle too small burstEric Dumazet2013-11-231-7/+25
* net_sched: tbf: support of 64bit ratesYang Yingliang2013-11-091-4/+18
* net_sched: add u64 rate to psched_ratecfg_precompute()Eric Dumazet2013-09-201-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-051-4/+4
|\
| * net_sched: restore "overhead xxx" handlingEric Dumazet2013-06-021-4/+4
* | sch_tbf: segment too big GSO packetsEric Dumazet2013-05-231-2/+45
|/
* tbf: improved accuracy at high ratesJiri Pirko2013-02-121-39/+37
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-011-1/+2
* sch_tbf: report backlog informationEric Dumazet2011-12-291-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-241-1/+1
|\
| * net_sched: accurate bytes/packets stats/ratesEric Dumazet2011-01-201-1/+1
* | net_sched: move TCQ_F_THROTTLED flagEric Dumazet2011-01-201-1/+1
* | net_sched: cleanupsEric Dumazet2011-01-191-18/+19
|/
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-101-2/+1
* net: Use NET_XMIT_SUCCESS where possible.Ben Greear2010-08-101-2/+2
* tbf: stop wanton destruction of children (v2)stephen hemminger2010-05-171-1/+5
* net_sched: remove some unnecessary checks in classful schedulersPatrick McHardy2009-09-061-3/+0
* net_sched: make cls_ops->change and cls_ops->delete optionalPatrick McHardy2009-09-061-13/+0
* net_sched: make cls_ops->tcf_chain() optionalPatrick McHardy2009-09-061-6/+0
* net/*: use linux/kernel.h swap()Ilpo Järvinen2009-03-211-7/+2
* pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy2008-11-201-4/+13
* pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski2008-11-131-14/+0
* pkt_sched: Add peek emulation for non-work-conserving qdiscs.Jarek Poplawski2008-10-311-1/+2
* pkt_sched: Use qdisc->ops->peek() instead of ->dequeue() & ->requeue()Jarek Poplawski2008-10-311-7/+5
* pkt_sched: Fix return value corruption in HTB and TBF.David S. Miller2008-08-181-9/+2
* net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski2008-08-041-1/+2
* net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna2008-07-201-3/+3
* net_sched: Add qdisc_enqueue wrapperJussi Kivilinna2008-07-201-1/+2
* net-sched: consolidate default fifo qdisc setupPatrick McHardy2008-07-051-29/+4
* [NET_SCHED]: Use nla_policy for attribute validation in packet schedulersPatrick McHardy2008-01-281-3/+8
OpenPOWER on IntegriCloud