summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2024-09-12sched: sch_cake: fix bulk flow accounting logic for host fairnessToke Høiland-Jørgensen
2024-09-12sch/netem: fix use after free in netem_dequeueStephen Hemminger
2024-08-29netem: fix return value if duplicate enqueue failsStephen Hemminger
2024-08-19net: don't dump stack on queue timeoutJakub Kicinski
2024-08-11sched: act_ct: take care of padding in struct zones_ht_keyEric Dumazet
2024-07-18net/sched: Fix UAF when resolving a clashChengen Du
2024-07-18bpf: Fix too early release of tcx_entryDaniel Borkmann
2024-06-27net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error pathDavide Caratti
2024-06-27sched: act_ct: add netns into the key of tcf_ct_flow_tableXin Long
2024-06-27net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc()David Ruth
2024-06-27net/sched: act_api: rely on rcu in tcf_idr_check_allocPedro Tammela
2024-06-27net/sched: fix false lockdep warning on qdisc root lockDavide Caratti
2024-06-21net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAPEric Dumazet
2024-06-21net: sched: sch_multiq: fix possible OOB write in multiq_tune()Hangyu Hua
2024-06-12net/sched: taprio: extend minimum interval restriction to entire cycle tooVladimir Oltean
2024-06-12net/sched: taprio: make q->picos_per_byte available to fill_sched_entry()Vladimir Oltean
2024-04-10net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet
2024-04-10net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet
2024-03-26net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX checkEric Dumazet
2024-03-01net/sched: flower: Add lock protection when remove filter handleJianbo Liu
2024-03-01net/sched: act_mirred: don't override retval if we already lost the skbJakub Kicinski
2024-03-01net/sched: act_mirred: use the backlog for mirred ingressJakub Kicinski
2024-03-01net/sched: act_mirred: Create function tcf_mirred_to_dev and improve readabilityVictor Nogueira
2024-01-31net/sched: flower: Fix chain template offloadIdo Schimmel
2024-01-25net/sched: act_ct: fix skb leak and crash on ooo fragsTao Liu
2024-01-10net: sched: em_text: fix possible memory leak in em_text_destroy()Hangyu Hua
2023-12-20net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov
2023-11-28net: sched: do not offload flows with a helper in act_ctXin Long
2023-11-20net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov
2023-10-25net/sched: act_ct: additional checks for outdated flowsVlad Buslov
2023-10-25netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso
2023-10-18net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curvePedro Tammela
2023-10-06net: sched: cls_u32: Fix allocation size in u32_init()Gustavo A. R. Silva
2023-09-05net: sched: sch_qfq: Fix UAF in qfq_dequeue()valis
2023-08-31net/sched: fq_pie: avoid stalls in fq_pie_timer()Eric Dumazet
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-08-25net/sched: sch_hfsc: Ensure inner classes have fsc curveBudimir Markovic
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-23net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim
2023-08-21net: annotate data-races around sk->sk_lingertimeEric Dumazet
2023-08-17netem: use seeded PRNG for correlated loss eventsFrançois Michel
2023-08-17netem: use a seeded PRNG for generating random lossesFrançois Michel
2023-08-17netem: add prng attribute to netem_sched_dataFrançois Michel
2023-08-09net/sched: taprio: dump class stats for the actual q->qdiscs[]Vladimir Oltean
2023-08-09net/sched: taprio: delete misleading comment about preallocating child qdiscsVladimir Oltean
2023-08-09net/sched: taprio: try again to report q->qdiscs[] to qdisc_leaf()Vladimir Oltean
2023-08-09net/sched: taprio: keep child Qdisc refcount elevated at 2 in offload modeVladimir Oltean
2023-08-09net/sched: taprio: don't access q->qdiscs[] in unoffloaded mode during attach()Vladimir Oltean
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-02tc: flower: support for SPIRatheesh Kannoth