summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti2020-02-131-0/+1
* net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti2020-02-131-0/+1
* taprio: Fix dropping packets when using taprio + ETF offloadingVinicius Costa Gomes2020-02-071-2/+2
* taprio: Use taprio_reset_tc() to reset Traffic Classes configurationVinicius Costa Gomes2020-02-071-1/+1
* taprio: Add missing policy validation for flagsVinicius Costa Gomes2020-02-071-0/+1
* taprio: Fix still allowing changing the flags during runtimeVinicius Costa Gomes2020-02-071-20/+41
* taprio: Fix enabling offload with wrong number of traffic classesVinicius Costa Gomes2020-02-071-13/+13
* net: sched: prevent a use after freeDan Carpenter2020-02-061-1/+1
* net_sched: fix a resource leak in tcindex_set_parms()Cong Wang2020-02-051-2/+1
* net_sched: fix an OOB access in cls_tcindexCong Wang2020-02-041-20/+20
* cls_rsvp: fix rsvp_policyEric Dumazet2020-02-011-4/+2
* sch_choke: Use kvcallocJoe Perches2020-01-291-1/+1
* net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet2020-01-271-0/+3
* net_sched: walk through all child classes in tc_bind_tclass()Cong Wang2020-01-271-11/+30
* net_sched: fix ops->bind_class() implementationsCong Wang2020-01-2710-29/+76
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-262-4/+3
|\
| * net_sched: fix datalen for ematchCong Wang2020-01-231-1/+1
| * net_sched: use validated TCA_KIND attribute in tc_new_tfilter()Eric Dumazet2020-01-221-3/+2
* | 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: add Flow Queue PIE packet schedulerMohit P. Tahiliani2020-01-233-0/+576
* | net: sched: pie: export symbols to be reused by FQ-PIEMohit P. Tahiliani2020-01-231-85/+88
* | net: sched: pie: fix alignment in struct instancesMohit P. Tahiliani2020-01-231-9/+9
* | net: sched: pie: fix commentingMohit P. Tahiliani2020-01-231-5/+5
* | pie: rearrange structure members and their initializationsMohit P. Tahiliani2020-01-231-1/+1
* | net: sched: pie: move common code to pie.hMohit P. Tahiliani2020-01-231-85/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-192-4/+14
|\ \ | |/
| * net: sched: act_ctinfo: fix memory leakEric Dumazet2020-01-191-0/+11
| * net/sched: act_ife: initalize ife->metalist earlierEric Dumazet2020-01-171-4/+3
* | net: sched: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-142-6/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-093-5/+13
|\ \ | |/
| * net: sch_prio: When ungrafting, replace with FIFOPetr Machata2020-01-081-2/+8
| * pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet2020-01-081-2/+4
| * sch_cake: avoid possible divide by zero in cake_enqueue()Wen Yang2020-01-021-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-315-70/+37
|\ \ | |/
| * net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti2019-12-303-51/+17
| * net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit deviceShmulik Ladkani2019-12-271-10/+12
| * net_sched: sch_fq: properly set sk->sk_pacing_statusEric Dumazet2019-12-261-9/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-223-3/+28
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-221-0/+25
| |\
| | * net/sched: cls_u32: fix refcount leak in the error path of u32_change()Davide Caratti2019-12-191-0/+25
| * | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-3/+3
| |/
* | net: sch_ets: Make the ETS qdisc offloadablePetr Machata2019-12-181-0/+95
* | net: sch_ets: Add a new QdiscPetr Machata2019-12-183-0/+751
* | sch_cake: drop unused variable tin_quantum_prioKevin 'ldir' Darbyshire-Bryant2019-12-181-41/+18
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet2019-12-071-1/+7
* net: sched: allow indirect blocks to bind to clsact in TCJohn Hurley2019-12-061-19/+33
* net: core: rename indirect block ingress cb functionJohn Hurley2019-12-061-2/+2
* mqprio: Fix out-of-bounds access in mqprio_dumpVladyslav Tarasiuk2019-12-061-1/+1
OpenPOWER on IntegriCloud