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