summaryrefslogtreecommitdiff
path: root/net/sched/sch_tbf.c
AgeCommit message (Expand)Author
2019-02-20net: create skb_gso_validate_mac_len()Daniel Axtens
2018-05-25net: sched: red: avoid hashing NULL childPaolo Abeni
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-30sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov
2017-08-25net_sched: remove tc class reference countingWANG Cong
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-03-13sch_tbf: Remove bogus semicolon in if() conditional.David S. Miller
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet
2016-06-10net_sched: remove generic throttled managementEric Dumazet
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-08sched: remove qdisc->dropFlorian Westphal
2016-06-08sched: remove qdisc_rehape_failFlorian Westphal
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