summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
7 daysnet/sched: sch_cake: Fix incorrect qlen reduction in cake_dropXiang Mei1-26/+32
2025-11-24bpf: Add bpf_prog_run_data_pointers()Eric Dumazet2-8/+4
2025-11-24net_sched: limit try_bulk_dequeue_skb() batchesEric Dumazet1-7/+10
2025-11-24net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleakRanganath V N1-5/+7
2025-11-24net: sched: act_connmark: initialize struct tc_ife to fix kernel leakRanganath V N1-5/+7
2025-11-24net_sched: act_connmark: use RCU in tcf_connmark_dump()Eric Dumazet1-8/+10
2025-11-02net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei3-27/+1
2025-08-28net/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_...William Liu1-1/+1
2025-08-28net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limitWilliam Liu1-2/+12
2025-08-20net/sched: ets: use old 'nbands' while purging unused classesDavide Caratti1-5/+6
2025-08-15net/sched: mqprio: fix stack out-of-bounds write in tc entry parsingMaher Azzouzi1-1/+1
2025-08-15net/sched: taprio: enforce minimum value for picos_per_byteTakamitsu Iwai1-3/+18
2025-08-15net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet1-8/+11
2025-08-15net/sched: Restrict conditions for adding duplicating netems to qdisc treeWilliam Liu1-0/+40
2025-08-01net/sched: sch_qfq: Avoid triggering might_sleep in atomic context in qfq_del...Xiang Mei1-4/+3
2025-07-24net/sched: Return NULL when htb_lookup_leaf encounters an empty rbtreeWilliam Liu1-1/+3
2025-07-24net/sched: sch_qfq: Fix race condition on qfq_aggregateXiang Mei1-9/+21
2025-07-17net/sched: Abort __tc_modify_qdisc if parent class does not existVictor Nogueira1-7/+16
2025-07-10net/sched: Always pass notifications when child class becomes emptyLion Ackermann1-14/+5
2025-06-27net_sched: sch_sfq: reject invalid perturb periodEric Dumazet1-2/+8
2025-06-27net/sched: fix use-after-free in taprio_dev_notifierHyunwoo Kim1-2/+4
2025-06-19net_sched: ets: fix a race in ets_qdisc_change()Eric Dumazet1-1/+1
2025-06-19net_sched: tbf: fix a race in tbf_change()Eric Dumazet1-1/+1
2025-06-19net_sched: red: fix a race in __red_change()Eric Dumazet1-1/+1
2025-06-19net_sched: prio: fix a race in prio_tune()Eric Dumazet1-1/+1
2025-06-19net_sched: sch_sfq: fix a potential crash on gso_skb handlingEric Dumazet1-1/+4
2025-06-04net_sched: hfsc: Address reentrant enqueue adding class to eltree twicePedro Tammela1-1/+8
2025-05-29sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue()Cong Wang1-3/+3
2025-05-22net_sched: Flush gso_skb list too during ->change()Cong Wang6-6/+6
2025-05-18sch_htb: make htb_deactivate() idempotentCong Wang1-9/+6
2025-05-09sch_ets: make est_qlen_notify() idempotentCong Wang1-4/+4
2025-05-09sch_qfq: make qfq_qlen_notify() idempotentCong Wang1-2/+5
2025-05-09sch_hfsc: make hfsc_qlen_notify() idempotentCong Wang1-2/+6
2025-05-09sch_drr: make drr_qlen_notify() idempotentCong Wang1-3/+4
2025-05-09sch_htb: make htb_qlen_notify() idempotentCong Wang1-0/+2
2025-05-09net_sched: qfq: Fix double list add in class with netem as child qdiscVictor Nogueira1-4/+7
2025-05-09net_sched: ets: Fix double list add in class with netem as child qdiscVictor Nogueira1-3/+6
2025-05-09net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdiscVictor Nogueira1-1/+1
2025-05-09net_sched: drr: Fix double list add in class with netem as child qdiscVictor Nogueira1-3/+6
2025-05-02net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() tooCong Wang1-4/+10
2025-05-02net_sched: hfsc: Fix a UAF vulnerability in class handlingCong Wang1-2/+7
2025-04-20net_sched: sch_sfq: move the limit validationOctavian Purdila1-4/+6
2025-04-20net_sched: sch_sfq: use a temporary work area for validating configurationOctavian Purdila1-12/+44
2025-04-20tc: Ensure we have enough buffer space when sending filter netlink notificationsToke Høiland-Jørgensen1-21/+45
2025-04-20codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()Cong Wang2-8/+3
2025-04-10net: fix geneve_opt length integer overflowLin Ma2-2/+2
2025-04-10net_sched: skbprio: Remove overly strict queue assertionsCong Wang1-3/+0
2025-03-22net_sched: Prevent creation of classes with TC_H_ROOTCong Wang1-0/+6
2025-03-22sched: address a potential NULL pointer dereference in the GRED scheduler.Jun Yang1-1/+2
2025-02-27net/sched: cls_api: fix error handling causing NULL dereferencePierre Riteau1-1/+1