aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-17net/sched: fix use-after-free in taprio_dev_notifierHyunwoo Kim1-2/+4
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-7/+16
2025-06-12net_sched: ets: fix a race in ets_qdisc_change()Eric Dumazet1-1/+1
2025-06-12net_sched: tbf: fix a race in tbf_change()Eric Dumazet1-1/+1
2025-06-12net_sched: red: fix a race in __red_change()Eric Dumazet1-1/+1
2025-06-12net_sched: prio: fix a race in prio_tune()Eric Dumazet1-1/+1
2025-06-12net_sched: sch_sfq: reject invalid perturb periodEric Dumazet1-2/+8
2025-06-09net_sched: sch_sfq: fix a potential crash on gso_skb handlingEric Dumazet1-1/+4
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar6-6/+6
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+8
2025-05-28net_sched: hfsc: Address reentrant enqueue adding class to eltree twicePedro Tammela1-1/+8
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2025-05-22sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue()Cong Wang1-3/+3
2025-05-21sctp: use skb_crc32c() instead of __skb_checksum()Eric Biggers1-1/+1
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-6/+6
2025-05-15net/sched: Use nested-BH locking for sch_frag_data_storageSebastian Andrzej Siewior1-1/+9
2025-05-15net/sched: act_mirred: Move the recursion counter struct netdev_xmitSebastian Andrzej Siewior1-3/+25
2025-05-09net_sched: Flush gso_skb list too during ->change()Cong Wang6-6/+6
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+6
2025-05-05sch_htb: make htb_deactivate() idempotentCong Wang1-9/+6
2025-05-05Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-9/+23
2025-05-02bpf: net_sched: Make some Qdisc_ops ops mandatoryAmery Hung1-0/+12
2025-05-02bpf: net_sched: Fix bpf qdisc init prologue when set as default qdiscAmery Hung1-5/+7
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-11/+20
2025-04-29bpf: net_sched: Fix using bpf qdisc as default qdiscAmery Hung2-4/+4
2025-04-28net_sched: qfq: Fix double list add in class with netem as child qdiscVictor Nogueira1-4/+7
2025-04-28net_sched: ets: Fix double list add in class with netem as child qdiscVictor Nogueira1-3/+6
2025-04-28net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdiscVictor Nogueira1-1/+1
2025-04-28net_sched: drr: Fix double list add in class with netem as child qdiscVictor Nogueira1-3/+6
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+17
2025-04-23net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() tooCong Wang1-4/+10
2025-04-23net_sched: hfsc: Fix a UAF vulnerability in class handlingCong Wang1-2/+7
2025-04-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski5-4/+480
2025-04-17bpf: net_sched: Disable attaching bpf qdisc to non rootAmery Hung1-2/+23
2025-04-17bpf: net_sched: Support updating bstatsAmery Hung1-0/+11
2025-04-17bpf: net_sched: Add a qdisc watchdog timerAmery Hung1-1/+105
2025-04-17bpf: net_sched: Add basic bpf qdisc kfuncsAmery Hung1-1/+110
2025-04-17bpf: net_sched: Support implementation of Qdisc_ops in bpfAmery Hung5-4/+235
2025-04-15tc: Return an error if filters try to attach too many actionsToke Høiland-Jørgensen1-2/+14
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds9-56/+119
2025-04-09net_sched: sch_sfq: move the limit validationOctavian Purdila1-4/+6
2025-04-09net_sched: sch_sfq: use a temporary work area for validating configurationOctavian Purdila1-12/+44
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds1-1/+1
2025-04-08tc: Ensure we have enough buffer space when sending filter netlink notificationsToke Høiland-Jørgensen1-21/+45
2025-04-08codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()Cong Wang2-8/+3
2025-04-08sch_ets: make est_qlen_notify() idempotentCong Wang1-4/+4
2025-04-08sch_qfq: make qfq_qlen_notify() idempotentCong Wang1-2/+5
2025-04-08sch_hfsc: make hfsc_qlen_notify() idempotentCong Wang1-2/+6
2025-04-08sch_drr: make drr_qlen_notify() idempotentCong Wang1-3/+4
2025-04-08sch_htb: make htb_qlen_notify() idempotentCong Wang1-0/+2