summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
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: Fix backlog accounting in qdisc_dequeue_internalWilliam Liu
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-07-22net/sched: sch_qfq: Avoid triggering might_sleep in atomic context in qfq_del...Xiang Mei
2025-07-17net/sched: Return NULL when htb_lookup_leaf encounters an empty rbtreeWilliam Liu
2025-07-13net/sched: sch_qfq: Fix race condition on qfq_aggregateXiang Mei
2025-07-10net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei
2025-07-09net/sched: Abort __tc_modify_qdisc if parent class does not existVictor Nogueira
2025-07-02net/sched: Always pass notifications when child class becomes emptyLion Ackermann
2025-06-17net/sched: fix use-after-free in taprio_dev_notifierHyunwoo Kim
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-06-12net_sched: ets: fix a race in ets_qdisc_change()Eric Dumazet
2025-06-12net_sched: tbf: fix a race in tbf_change()Eric Dumazet
2025-06-12net_sched: red: fix a race in __red_change()Eric Dumazet
2025-06-12net_sched: prio: fix a race in prio_tune()Eric Dumazet
2025-06-12net_sched: sch_sfq: reject invalid perturb periodEric Dumazet
2025-06-09net_sched: sch_sfq: fix a potential crash on gso_skb handlingEric Dumazet
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-05-28net_sched: hfsc: Address reentrant enqueue adding class to eltree twicePedro Tammela
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-22sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue()Cong Wang
2025-05-21sctp: use skb_crc32c() instead of __skb_checksum()Eric Biggers
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-15net/sched: Use nested-BH locking for sch_frag_data_storageSebastian Andrzej Siewior
2025-05-15net/sched: act_mirred: Move the recursion counter struct netdev_xmitSebastian Andrzej Siewior
2025-05-09net_sched: Flush gso_skb list too during ->change()Cong Wang
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-05sch_htb: make htb_deactivate() idempotentCong Wang
2025-05-05Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-05-02bpf: net_sched: Make some Qdisc_ops ops mandatoryAmery Hung
2025-05-02bpf: net_sched: Fix bpf qdisc init prologue when set as default qdiscAmery Hung
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-29bpf: net_sched: Fix using bpf qdisc as default qdiscAmery Hung
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-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-04-17bpf: net_sched: Disable attaching bpf qdisc to non rootAmery Hung
2025-04-17bpf: net_sched: Support updating bstatsAmery Hung
2025-04-17bpf: net_sched: Add a qdisc watchdog timerAmery Hung