aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_tbf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2017-08-30sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov1-2/+3
2017-08-25net_sched: remove tc class reference countingWANG Cong1-7/+2
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-03-13sch_tbf: Remove bogus semicolon in if() conditional.David S. Miller1-1/+1
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina1-0/+2
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet1-7/+9
2016-06-10net_sched: remove generic throttled managementEric Dumazet1-3/+1
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2016-06-08sched: remove qdisc->dropFlorian Westphal1-13/+0
2016-06-08sched: remove qdisc_rehape_failFlorian Westphal1-2/+2
2016-06-03sch_tbf: update backlog as wellWANG Cong1-0/+4
2016-04-25sched: use nla_put_u64_64bit()Nicolas Dichtel1-2/+4
2016-02-29net_sched: update hierarchical backlog tooWANG Cong1-2/+5
2016-02-29net_sched: introduce qdisc_replace() helperWANG Cong1-7/+1
2014-10-06net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet1-1/+2
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-4/+4
2014-08-22net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet1-3/+3
2014-03-13net_sched: return nla_nest_end() instead of skb->lenYang Yingliang1-2/+1
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+12
2014-03-03sch_tbf: Remove holes in struct tbf_sched_data.Hiroaki SHIMODA1-11/+12
2014-02-27sch_tbf: Fix potential memory leak in tbf_change().Hiroaki SHIMODA1-12/+12
2014-01-26net: add and use skb_gso_transport_seglen()Florian Westphal1-10/+3
2013-12-26sch_tbf: add TBF_BURST/TBF_PBURST attributeYang Yingliang1-5/+24
2013-12-11sch_tbf: use do_div() for 64-bit divideYang Yingliang1-2/+4
2013-12-11net: sched: tbf: fix the calculation of max_sizeYang Yingliang1-45/+70
2013-11-23sch_tbf: handle too small burstEric Dumazet1-7/+25
2013-11-09net_sched: tbf: support of 64bit ratesYang Yingliang1-4/+18
2013-09-20net_sched: add u64 rate to psched_ratecfg_precompute()Eric Dumazet1-2/+2
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2013-06-02net_sched: restore "overhead xxx" handlingEric Dumazet1-4/+4
2013-05-23sch_tbf: segment too big GSO packetsEric Dumazet1-2/+45
2013-02-12tbf: improved accuracy at high ratesJiri Pirko1-39/+37
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-1/+2
2011-12-29sch_tbf: report backlog informationEric Dumazet1-0/+1
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet1-1/+1
2011-01-20net_sched: move TCQ_F_THROTTLED flagEric Dumazet1-1/+1
2011-01-19net_sched: cleanupsEric Dumazet1-18/+19
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet1-2/+1
2010-08-10net: Use NET_XMIT_SUCCESS where possible.Ben Greear1-2/+2
2010-05-17tbf: stop wanton destruction of children (v2)stephen hemminger1-1/+5
2009-09-06net_sched: remove some unnecessary checks in classful schedulersPatrick McHardy1-3/+0
2009-09-06net_sched: make cls_ops->change and cls_ops->delete optionalPatrick McHardy1-13/+0
2009-09-06net_sched: make cls_ops->tcf_chain() optionalPatrick McHardy1-6/+0
2009-03-21net/*: use linux/kernel.h swap()Ilpo Järvinen1-7/+2
2008-11-20pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy1-4/+13
2008-11-13pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski1-14/+0
2008-10-31pkt_sched: Add peek emulation for non-work-conserving qdiscs.Jarek Poplawski1-1/+2
2008-10-31pkt_sched: Use qdisc->ops->peek() instead of ->dequeue() & ->requeue()Jarek Poplawski1-7/+5