summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_tbf.c
Commit message (Expand)AuthorAgeFilesLines
* net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný2024-02-021-0/+1
* net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira2023-11-011-0/+1
* net: move gso declarations and functions to their own filesEric Dumazet2023-06-101-0/+1
* net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao2022-09-221-6/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-011-1/+3
|\
| * net: sched: tbf: don't call qdisc_put() while holding tree lockZhengchao Shao2022-08-301-1/+3
* | net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao2022-08-251-2/+0
|/
* net: sch_tbf: Add a graft commandPetr Machata2021-10-191-0/+16
* net: sched: Make TBF Qdisc offloadablePetr Machata2020-01-251-0/+55
* net: sched: sch_tbf: Don't overwrite backlog before dumpingPetr Machata2020-01-251-1/+0
* net: sched: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-141-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-1/+2
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni2019-04-011-2/+1
* sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen2019-01-151-1/+2
* net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2018-09-251-2/+2
* net: Add and use skb_mark_not_on_list().David S. Miller2018-09-101-1/+1
* 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