aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_tbf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-15sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen1-1/+2
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov1-2/+2
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller1-1/+1
2018-05-18net: sched: red: avoid hashing NULL childPaolo Abeni1-2/+3
2018-03-04net: sched: tbf: handle GSO_BY_FRAGS case in enqueueDaniel Axtens1-1/+2
2018-02-01net: create skb_gso_validate_mac_len()Daniel Axtens1-10/+0
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring1-1/+2
2017-12-21net: sch: api: add extack support in qdisc_get_rtabAlexander Aring1-2/+4
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring1-1/+1
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring1-2/+3
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring1-1/+2
2017-12-21net: sched: fix coding style issuesAlexander Aring1-1/+1
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