summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_tbf.c
Commit message (Expand)AuthorAgeFilesLines
* net: sched: red: avoid hashing NULL childPaolo Abeni2018-05-181-2/+3
* net: sched: tbf: handle GSO_BY_FRAGS case in enqueueDaniel Axtens2018-03-041-1/+2
* net: create skb_gso_validate_mac_len()Daniel Axtens2018-02-011-10/+0
* net: sch: api: add extack support in qdisc_create_dfltAlexander Aring2017-12-211-1/+2
* net: sch: api: add extack support in qdisc_get_rtabAlexander Aring2017-12-211-2/+4
* net: sched: sch: add extack for graft callbackAlexander Aring2017-12-211-1/+1
* net: sched: sch: add extack for change qdisc opsAlexander Aring2017-12-211-2/+3
* net: sched: sch: add extack for init callbackAlexander Aring2017-12-211-1/+2
* net: sched: fix coding style issuesAlexander Aring2017-12-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-2/+3
|\
| * sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov2017-08-301-2/+3
* | net_sched: remove tc class reference countingWANG Cong2017-08-251-7/+2
|/
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* sch_tbf: Remove bogus semicolon in if() conditional.David S. Miller2017-03-131-1/+1
* net: sched: make default fifo qdiscs appear in the dumpJiri Kosina2017-03-121-0/+2
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-7/+9
* net_sched: remove generic throttled managementEric Dumazet2016-06-101-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-101-0/+3
|\
| * sch_tbf: update backlog as wellWANG Cong2016-06-031-0/+4
* | sched: remove qdisc->dropFlorian Westphal2016-06-081-13/+0
* | sched: remove qdisc_rehape_failFlorian Westphal2016-06-081-2/+2
|/
* sched: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-2/+4
* net_sched: update hierarchical backlog tooWANG Cong2016-02-291-2/+5
* net_sched: introduce qdisc_replace() helperWANG Cong2016-02-291-7/+1
* net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet2014-10-061-1/+2
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-4/+4
* net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet2014-08-221-3/+3
* net_sched: return nla_nest_end() instead of skb->lenYang Yingliang2014-03-131-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-051-12/+12
|\
| * sch_tbf: Fix potential memory leak in tbf_change().Hiroaki SHIMODA2014-02-271-12/+12
* | sch_tbf: Remove holes in struct tbf_sched_data.Hiroaki SHIMODA2014-03-031-11/+12
|/
* net: add and use skb_gso_transport_seglen()Florian Westphal2014-01-261-10/+3
* sch_tbf: add TBF_BURST/TBF_PBURST attributeYang Yingliang2013-12-261-5/+24
* sch_tbf: use do_div() for 64-bit divideYang Yingliang2013-12-111-2/+4
* net: sched: tbf: fix the calculation of max_sizeYang Yingliang2013-12-111-45/+70
* sch_tbf: handle too small burstEric Dumazet2013-11-231-7/+25
* net_sched: tbf: support of 64bit ratesYang Yingliang2013-11-091-4/+18
* net_sched: add u64 rate to psched_ratecfg_precompute()Eric Dumazet2013-09-201-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-051-4/+4
|\
| * net_sched: restore "overhead xxx" handlingEric Dumazet2013-06-021-4/+4
* | sch_tbf: segment too big GSO packetsEric Dumazet2013-05-231-2/+45
|/
* tbf: improved accuracy at high ratesJiri Pirko2013-02-121-39/+37
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-011-1/+2
* sch_tbf: report backlog informationEric Dumazet2011-12-291-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-241-1/+1
|\
| * net_sched: accurate bytes/packets stats/ratesEric Dumazet2011-01-201-1/+1
* | net_sched: move TCQ_F_THROTTLED flagEric Dumazet2011-01-201-1/+1
* | net_sched: cleanupsEric Dumazet2011-01-191-18/+19
|/
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-101-2/+1
* net: Use NET_XMIT_SUCCESS where possible.Ben Greear2010-08-101-2/+2
OpenPOWER on IntegriCloud