summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2026-02-06net/sched: act_ife: convert comma to semicolonChen Ni
2026-02-06net/sched: act_ife: avoid possible NULL derefEric Dumazet
2026-02-06net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_...Jamal Hadi Salim
2026-02-06net/sched: Enforce that teql can only be used as root qdiscJamal Hadi Salim
2026-02-06net/sched: sch_qfq: do not free existing class in qfq_change_class()Eric Dumazet
2026-01-19net/sched: sch_qfq: Fix NULL deref when deactivating inactive aggregate in qf...Xiang Mei
2026-01-19net/sched: ets: Remove drr class from the active list if it changes to strictVictor Nogueira
2026-01-19net/sched: ets: Always remove class from active list before deleting in ets_q...Jamal Hadi Salim
2026-01-19net/sched: sch_cake: Fix incorrect qlen reduction in cake_dropXiang Mei
2025-12-07net_sched: limit try_bulk_dequeue_skb() batchesEric Dumazet
2025-12-07net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleakRanganath V N
2025-12-07net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei
2025-08-28net/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_...William Liu
2025-08-28net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limitWilliam Liu
2025-08-28net/sched: ets: use old 'nbands' while purging unused classesDavide Caratti
2025-08-28net_sched: sch_ets: implement lockless ets_dump()Eric Dumazet
2025-08-28net/sched: sch_ets: properly init all active DRR list handlesDavide Caratti
2025-08-28sch_htb: make htb_deactivate() idempotentCong Wang
2025-08-28codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()Cong Wang
2025-08-28sch_qfq: make qfq_qlen_notify() idempotentCong Wang
2025-08-28sch_hfsc: make hfsc_qlen_notify() idempotentCong Wang
2025-08-28sch_drr: make drr_qlen_notify() idempotentCong Wang
2025-08-28sch_htb: make htb_qlen_notify() idempotentCong Wang
2025-08-28net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet
2025-08-28net/sched: Restrict conditions for adding duplicating netems to qdisc treeWilliam Liu
2025-08-28net/sched: sch_qfq: Avoid triggering might_sleep in atomic context in qfq_del...Xiang Mei
2025-08-28net/sched: Return NULL when htb_lookup_leaf encounters an empty rbtreeWilliam Liu
2025-08-28net/sched: sch_qfq: Fix race condition on qfq_aggregateXiang Mei
2025-07-17net/sched: Abort __tc_modify_qdisc if parent class does not existVictor Nogueira
2025-07-17net/sched: Always pass notifications when child class becomes emptyLion Ackermann
2025-07-17net_sched: sch_sfq: reject invalid perturb periodEric Dumazet
2025-06-27net_sched: sch_sfq: move the limit validationOctavian Purdila
2025-06-27net_sched: sch_sfq: use a temporary work area for validating configurationOctavian Purdila
2025-06-27net_sched: sch_sfq: don't allow 1 packet limitOctavian Purdila
2025-06-27net_sched: sch_sfq: handle bigger packetsEric Dumazet
2025-06-27net_sched: sch_sfq: annotate data-races around q->perturb_periodEric Dumazet
2025-06-27net_sched: ets: fix a race in ets_qdisc_change()Eric Dumazet
2025-06-27sch_ets: make est_qlen_notify() idempotentCong Wang
2025-06-27net_sched: tbf: fix a race in tbf_change()Eric Dumazet
2025-06-27net_sched: red: fix a race in __red_change()Eric Dumazet
2025-06-27net_sched: prio: fix a race in prio_tune()Eric Dumazet
2025-06-27net_sched: sch_sfq: fix a potential crash on gso_skb handlingEric Dumazet
2025-06-04net_sched: hfsc: Address reentrant enqueue adding class to eltree twicePedro Tammela
2025-06-04sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue()Cong Wang
2025-06-04net_sched: Flush gso_skb list too during ->change()Cong Wang
2025-06-04net_sched: qfq: Fix double list add in class with netem as child qdiscVictor Nogueira
2025-06-04net_sched: ets: Fix double list add in class with netem as child qdiscVictor Nogueira
2025-06-04net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdiscVictor Nogueira
2025-06-04net_sched: drr: Fix double list add in class with netem as child qdiscVictor Nogueira
2025-06-04net/sched: act_mirred: don't override retval if we already lost the skbJakub Kicinski