summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
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-28net/sched: ets: use old 'nbands' while purging unused classesDavide Caratti1-5/+6
2025-08-28net_sched: sch_ets: implement lockless ets_dump()Eric Dumazet1-11/+14
2025-08-28net/sched: sch_ets: properly init all active DRR list handlesDavide Caratti1-3/+9
2025-08-28sch_htb: make htb_deactivate() idempotentCong Wang1-9/+6
2025-08-28codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()Cong Wang2-8/+3
2025-08-28sch_qfq: make qfq_qlen_notify() idempotentCong Wang1-2/+5
2025-08-28sch_hfsc: make hfsc_qlen_notify() idempotentCong Wang1-2/+6
2025-08-28sch_drr: make drr_qlen_notify() idempotentCong Wang1-3/+4
2025-08-28sch_htb: make htb_qlen_notify() idempotentCong Wang1-0/+2
2025-08-28net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet1-8/+11
2025-08-28net/sched: Restrict conditions for adding duplicating netems to qdisc treeWilliam Liu1-0/+40
2025-08-28net/sched: sch_qfq: Avoid triggering might_sleep in atomic context in qfq_del...Xiang Mei1-4/+3
2025-08-28net/sched: Return NULL when htb_lookup_leaf encounters an empty rbtreeWilliam Liu1-1/+3
2025-08-28net/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-17net/sched: Always pass notifications when child class becomes emptyLion Ackermann1-14/+5
2025-07-17net_sched: sch_sfq: reject invalid perturb periodEric Dumazet1-2/+8
2025-06-27net_sched: sch_sfq: move the limit validationOctavian Purdila1-4/+6
2025-06-27net_sched: sch_sfq: use a temporary work area for validating configurationOctavian Purdila1-12/+44
2025-06-27net_sched: sch_sfq: don't allow 1 packet limitOctavian Purdila1-0/+4
2025-06-27net_sched: sch_sfq: handle bigger packetsEric Dumazet1-26/+13
2025-06-27net_sched: sch_sfq: annotate data-races around q->perturb_periodEric Dumazet1-4/+9
2025-06-27net_sched: ets: fix a race in ets_qdisc_change()Eric Dumazet1-1/+1
2025-06-27sch_ets: make est_qlen_notify() idempotentCong Wang1-4/+4
2025-06-27net_sched: tbf: fix a race in tbf_change()Eric Dumazet1-1/+1
2025-06-27net_sched: red: fix a race in __red_change()Eric Dumazet1-1/+1
2025-06-27net_sched: prio: fix a race in prio_tune()Eric Dumazet1-1/+1
2025-06-27net_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-06-04sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue()Cong Wang1-3/+3
2025-06-04net_sched: Flush gso_skb list too during ->change()Cong Wang6-6/+6
2025-06-04net_sched: qfq: Fix double list add in class with netem as child qdiscVictor Nogueira1-4/+7
2025-06-04net_sched: ets: Fix double list add in class with netem as child qdiscVictor Nogueira1-3/+6
2025-06-04net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdiscVictor Nogueira1-1/+1
2025-06-04net_sched: drr: Fix double list add in class with netem as child qdiscVictor Nogueira1-3/+6
2025-06-04net/sched: act_mirred: don't override retval if we already lost the skbJakub Kicinski1-9/+13
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-10net: fix geneve_opt length integer overflowLin Ma2-2/+2
2025-04-10net_sched: skbprio: Remove overly strict queue assertionsCong Wang1-3/+0
2025-04-10net_sched: Prevent creation of classes with TC_H_ROOTCong Wang1-0/+6
2025-04-10netfilter: conntrack: convert to refcount_t apiFlorian Westphal1-1/+0
2025-03-13sched: sch_cake: add bounds checks to host bulk flow fairness countsToke Høiland-Jørgensen1-65/+75
2025-03-13pfifo_tail_enqueue: Drop new packet when sch->limit == 0Quang Le1-0/+3
2025-03-13net: extract port range fields from fl_flow_keyMaksym Glubokiy1-7/+1
2025-03-13netem: Update sch->q.qlen before qdisc_tree_reduce_backlog()Cong Wang1-1/+1
2025-03-13net: sched: Disallow replacing of child qdisc from one parent to anotherJamal Hadi Salim1-0/+4
2025-02-01net: sched: fix ets qdisc OOB IndexingJamal Hadi Salim1-0/+2