summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2023-02-01net/sched: sch_taprio: do not schedule in taprio_reset()Eric Dumazet
2023-02-01net/sched: sch_taprio: fix possible use-after-freeEric Dumazet
2023-01-18net/sched: act_mpls: Fix warning during failed attribute validationIdo Schimmel
2023-01-14net: sched: disallow noqueue for qdisc classesFrederick Lawler
2023-01-14net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim
2023-01-14net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim
2023-01-14net: sched: fix memory leak in tcindex_set_parmsHawkins Jiawei
2023-01-14net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang
2022-12-02net: sched: allow act_ct to be built without NF_NATXin Long
2022-12-02netfilter: conntrack: Fix data-races around ct markDaniel Xu
2022-11-10net: sched: Fix use after free in red_enqueue()Dan Carpenter
2022-10-30net: sched: fix race condition in qdisc_graft()Eric Dumazet
2022-10-30net: sched: sfb: fix null pointer access issue when sfb_init() failsZhengchao Shao
2022-10-30net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao
2022-10-30net: sched: cake: fix null pointer access issue when cake_init() failsZhengchao Shao
2022-10-05net: sched: act_ct: fix possible refcount leak in tcf_ct_init()Hangyu Hua
2022-09-28net: sched: fix possible refcount leak in tc_new_tfilter()Hangyu Hua
2022-09-28net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscsVladimir Oltean
2022-09-28net/sched: taprio: avoid disabling offload when it was never enabledVladimir Oltean
2022-09-15sch_sfb: Also store skb len before calling child enqueueToke Høiland-Jørgensen
2022-09-15sch_sfb: Don't assume the skb is still around after enqueueing to childToke Høiland-Jørgensen
2022-09-08Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb"Jakub Kicinski
2022-09-08sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skbToke Høiland-Jørgensen
2022-09-08net/sched: fix netdevice reference leaks in attach_default_qdiscs()Wang Hai
2022-09-08net: sched: tbf: don't call qdisc_put() while holding tree lockZhengchao Shao
2022-08-31net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima
2022-08-21net_sched: cls_route: disallow handle of 0Jamal Hadi Salim
2022-08-21net_sched: cls_route: remove from list when handle is 0Thadeu Lima de Souza Cascardo
2022-07-07net/sched: act_api: Notify user space if any actions were flushed before errorVictor Nogueira
2022-06-29net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platformsPeilin Ye
2022-06-22net/sched: act_police: more accurate MTU policingDavide Caratti
2022-05-25net/sched: act_pedit: sanitize shift argument before usagePaolo Abeni
2022-05-18net/sched: act_pedit: really ensure the skb is writablePaolo Abeni
2022-04-27net/sched: cls_u32: fix possible leak in u32_init_knode()Eric Dumazet
2022-04-27net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet
2022-04-20net/sched: taprio: Check if socket flags are validBenedikt Spranger
2022-04-20net/sched: fix initialization order when updating chain 0 headMarcelo Ricardo Leitner
2022-04-20net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov
2022-03-02net/sched: act_ct: Fix flow table lookup after ct clear or switching zonesPaul Blakey
2022-02-23net: sched: limit TC_ACT_REPEAT loopsEric Dumazet
2022-02-23net_sched: add __rcu annotation to netdev->qdiscEric Dumazet
2022-02-16net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira
2022-02-05net: sched: fix use-after-free in tc_new_tfilter()Eric Dumazet
2022-01-27net_sched: restore "mpu xxx" handlingKevin Bracey
2022-01-11sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet
2021-12-22flow_offload: return EOPNOTSUPP for the unsupported mpls action typeBaowen Zheng
2021-12-22net/sched: sch_ets: don't remove idle classes from the round-robin listDavide Caratti
2021-12-22sch_cake: do not call cake_destroy() from cake_init()Eric Dumazet
2021-12-14net/sched: fq_pie: prevent dismantle issueEric Dumazet
2021-12-01net/sched: sch_ets: don't peek at classes beyond 'nbands'Davide Caratti