summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2025-08-20net/sched: ets: use old 'nbands' while purging unused classesDavide Caratti
2025-08-15net/sched: mqprio: fix stack out-of-bounds write in tc entry parsingMaher Azzouzi
2025-08-15net/sched: taprio: enforce minimum value for picos_per_byteTakamitsu Iwai
2025-08-15net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet
2025-08-15net/sched: Restrict conditions for adding duplicating netems to qdisc treeWilliam Liu
2025-08-01net/sched: sch_qfq: Avoid triggering might_sleep in atomic context in qfq_del...Xiang Mei
2025-07-24net/sched: Return NULL when htb_lookup_leaf encounters an empty rbtreeWilliam Liu
2025-07-24net/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-10net/sched: Always pass notifications when child class becomes emptyLion Ackermann
2025-06-27net_sched: sch_sfq: reject invalid perturb periodEric Dumazet
2025-06-27net/sched: fix use-after-free in taprio_dev_notifierHyunwoo Kim
2025-06-19net_sched: ets: fix a race in ets_qdisc_change()Eric Dumazet
2025-06-19net_sched: tbf: fix a race in tbf_change()Eric Dumazet
2025-06-19net_sched: red: fix a race in __red_change()Eric Dumazet
2025-06-19net_sched: prio: fix a race in prio_tune()Eric Dumazet
2025-06-19net_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-05-22sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue()Cong Wang
2025-05-09net_sched: Flush gso_skb list too during ->change()Cong Wang
2025-05-05sch_htb: make htb_deactivate() idempotentCong Wang
2025-04-28net_sched: qfq: Fix double list add in class with netem as child qdiscVictor Nogueira
2025-04-28net_sched: ets: Fix double list add in class with netem as child qdiscVictor Nogueira
2025-04-28net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdiscVictor Nogueira
2025-04-28net_sched: drr: Fix double list add in class with netem as child qdiscVictor Nogueira
2025-04-23net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() tooCong Wang
2025-04-23net_sched: hfsc: Fix a UAF vulnerability in class handlingCong Wang
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-04-09net_sched: sch_sfq: move the limit validationOctavian Purdila
2025-04-09net_sched: sch_sfq: use a temporary work area for validating configurationOctavian Purdila
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-04-08tc: Ensure we have enough buffer space when sending filter netlink notificationsToke Høiland-Jørgensen
2025-04-08codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()Cong Wang
2025-04-08sch_ets: make est_qlen_notify() idempotentCong Wang
2025-04-08sch_qfq: make qfq_qlen_notify() idempotentCong Wang
2025-04-08sch_hfsc: make hfsc_qlen_notify() idempotentCong Wang
2025-04-08sch_drr: make drr_qlen_notify() idempotentCong Wang
2025-04-08sch_htb: make htb_qlen_notify() idempotentCong Wang
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers
2025-04-03net: fix geneve_opt length integer overflowLin Ma
2025-04-02net_sched: skbprio: Remove overly strict queue assertionsCong Wang
2025-03-27net: move replay logic to tc_modify_qdiscStanislav Fomichev
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-12net_sched: Prevent creation of classes with TC_H_ROOTCong Wang
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski
2025-03-06sched: address a potential NULL pointer dereference in the GRED scheduler.Jun Yang
2025-03-06net: hold netdev instance lock during qdisc ndo_setup_tcStanislav Fomichev