aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_tbf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-18pkt_sched: Fix return value corruption in HTB and TBF.David S. Miller1-9/+2
2008-08-04net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski1-1/+2
2008-07-20net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna1-3/+3
2008-07-20net_sched: Add qdisc_enqueue wrapperJussi Kivilinna1-1/+2
2008-07-05net-sched: consolidate default fifo qdisc setupPatrick McHardy1-29/+4
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in packet schedulersPatrick McHardy1-3/+8
2008-01-28[NET_SCHED]: Use nla_nest_start/nla_nest_endPatrick McHardy1-6/+6
2008-01-28[NET_SCHED]: Propagate nla_parse return valuePatrick McHardy1-3/+7
2008-01-28[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy1-24/+25
2008-01-28[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet1-2/+2
2007-10-10[NET_SCHED]: Cleanup L2T macros and handle oversized packetsJesper Dangaard Brouer1-2/+2
2007-07-15[NET_SCHED]: Kill CONFIG_NET_CLS_POLICEPatrick McHardy1-1/+1
2007-07-15[NET_SCHED]: act_api: qdisc internal reclassify supportPatrick McHardy1-1/+1
2007-07-10[NET_SCHED]: Remove unnecessary includesPatrick McHardy1-18/+1
2007-04-25[NET_SCHED]: turn PSCHED_GET_TIME into inline functionPatrick McHardy1-4/+3