summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net/sched: act_pedit: sanitize shift argument before usagePaolo Abeni2022-05-251-0/+4
* net/sched: act_pedit: really ensure the skb is writablePaolo Abeni2022-05-181-4/+22
* net/sched: cls_u32: fix possible leak in u32_init_knode()Eric Dumazet2022-04-271-4/+4
* net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet2022-04-271-6/+10
* net/sched: taprio: Check if socket flags are validBenedikt Spranger2022-04-201-1/+2
* net/sched: fix initialization order when updating chain 0 headMarcelo Ricardo Leitner2022-04-201-1/+1
* net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov2022-04-201-5/+13
* net/sched: act_ct: Fix flow table lookup after ct clear or switching zonesPaul Blakey2022-03-021-5/+0
* net: sched: limit TC_ACT_REPEAT loopsEric Dumazet2022-02-231-2/+11
* net_sched: add __rcu annotation to netdev->qdiscEric Dumazet2022-02-233-26/+31
* net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira2022-02-161-1/+1
* net: sched: fix use-after-free in tc_new_tfilter()Eric Dumazet2022-02-051-4/+7
* net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-271-0/+1
* sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet2022-01-111-4/+2
* flow_offload: return EOPNOTSUPP for the unsupported mpls action typeBaowen Zheng2021-12-221-0/+1
* net/sched: sch_ets: don't remove idle classes from the round-robin listDavide Caratti2021-12-221-2/+2
* sch_cake: do not call cake_destroy() from cake_init()Eric Dumazet2021-12-221-5/+1
* net/sched: fq_pie: prevent dismantle issueEric Dumazet2021-12-141-0/+1
* net/sched: sch_ets: don't peek at classes beyond 'nbands'Davide Caratti2021-12-011-3/+5
* net: sched: act_mirred: drop dst for the direction from egress to ingressXin Long2021-11-261-3/+8
* net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_anyEric Dumazet2021-11-181-10/+17
* net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski2021-11-183-0/+56
* mqprio: Correct stats in mqprio_dump_class_stats().Sebastian Andrzej Siewior2021-10-201-12/+18
* net: prevent user from passing illegal stab size王贇2021-10-171-0/+6
* net/sched: sch_taprio: properly cancel timer from taprio_destroy()Eric Dumazet2021-10-131-0/+4
* net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet2021-10-131-0/+3
* net: sched: flower: protect fl_walk() with rcuVlad Buslov2021-10-061-0/+6
* fq_codel: reject silly quantum parametersEric Dumazet2021-09-221-2/+10
* fix array-index-out-of-bounds in taprio_changeHaimin Zhang2021-09-181-1/+3
* net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen2021-09-181-0/+1
* net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang2021-09-151-1/+1
* net/sched: ets: fix crash when flipping from 'strict' to 'quantum'Davide Caratti2021-09-031-0/+7
* sch_cake: fix srchost/dsthost hashing modeToke Høiland-Jørgensen2021-08-261-1/+1
* net: sched: act_mirred: Reset ct info when mirror/redirect skbHangbin Liu2021-08-181-0/+3
* net: sched: fix lockdep_set_class() typo error for sch->seqlockYunsheng Lin2021-08-121-1/+1
* net: sched: cls_api: Fix the the wrong parameterYajun Deng2021-07-281-1/+1
* net/sched: act_skbmod: Skip non-Ethernet packetsPeilin Ye2021-07-281-4/+8
* net: sched: fix memory leak in tcindex_partial_destroy_workPavel Skripkin2021-07-281-1/+4
* net/sched: act_ct: remove and free nf_table callbacksLouis Peens2021-07-251-0/+11
* net/sched: act_ct: fix err check for nf_conntrack_confirmwenxu2021-07-251-1/+2
* net: sched: fix error return code in tcf_del_walker()Yang Yingliang2021-07-191-1/+2
* net/sched: cls_api: increase max_reclassify_loopDavide Caratti2021-07-191-1/+1
* net: sched: fix warning in tcindex_alloc_perfect_hashPavel Skripkin2021-07-141-1/+1
* pkt_sched: sch_qfq: fix qfq_change_class() error pathEric Dumazet2021-07-141-5/+3
* net/sched: act_vlan: Fix modify to allow 0Boris Sukholitko2021-07-141-2/+5
* sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy2021-06-231-1/+5
* net/sched: act_ct: handle DNAT tuple collisionMarcelo Ricardo Leitner2021-06-231-8/+13
* net/sched: act_ct: Fix ct template allocation for zone 0Ariel Levkovich2021-06-101-3/+0
* net/sched: act_ct: Offload connections with commit actionPaul Blakey2021-06-101-3/+4
* net: zero-initialize tc skb extension on allocationVlad Buslov2021-06-031-1/+1