aboutsummaryrefslogtreecommitdiff
path: root/net/sched/sch_tbf.c
AgeCommit message (Expand)Author
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
2013-05-23sch_tbf: segment too big GSO packetsEric Dumazet
2013-02-12tbf: improved accuracy at high ratesJiri Pirko
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller
2011-12-29sch_tbf: report backlog informationEric Dumazet
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet
2011-01-20net_sched: move TCQ_F_THROTTLED flagEric Dumazet
2011-01-19net_sched: cleanupsEric Dumazet
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet
2010-08-10net: Use NET_XMIT_SUCCESS where possible.Ben Greear
2010-05-17tbf: stop wanton destruction of children (v2)stephen hemminger
2009-09-06net_sched: remove some unnecessary checks in classful schedulersPatrick McHardy
2009-09-06net_sched: make cls_ops->change and cls_ops->delete optionalPatrick McHardy
2009-09-06net_sched: make cls_ops->tcf_chain() optionalPatrick McHardy
2009-03-21net/*: use linux/kernel.h swap()Ilpo Järvinen
2008-11-20pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy
2008-11-13pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski
2008-10-31pkt_sched: Add peek emulation for non-work-conserving qdiscs.Jarek Poplawski
2008-10-31pkt_sched: Use qdisc->ops->peek() instead of ->dequeue() & ->requeue()Jarek Poplawski
2008-08-18pkt_sched: Fix return value corruption in HTB and TBF.David S. Miller
2008-08-04net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski
2008-07-20net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna
2008-07-20net_sched: Add qdisc_enqueue wrapperJussi Kivilinna
2008-07-05net-sched: consolidate default fifo qdisc setupPatrick McHardy
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in packet schedulersPatrick McHardy
2008-01-28[NET_SCHED]: Use nla_nest_start/nla_nest_endPatrick McHardy
2008-01-28[NET_SCHED]: Propagate nla_parse return valuePatrick McHardy
2008-01-28[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy
2008-01-28[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet
2007-10-10[NET_SCHED]: Cleanup L2T macros and handle oversized packetsJesper Dangaard Brouer