summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
5 daysnet/sched: Fix UAF when resolving a clashChengen Du1-0/+8
5 daysbpf: Fix too early release of tcx_entryDaniel Borkmann1-6/+6
2024-06-27net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error pathDavide Caratti2-0/+2
2024-06-27sched: act_ct: add netns into the key of tcf_ct_flow_tableXin Long1-5/+11
2024-06-27net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc()David Ruth1-2/+1
2024-06-27net/sched: act_api: rely on rcu in tcf_idr_check_allocPedro Tammela1-22/+43
2024-06-27net/sched: fix false lockdep warning on qdisc root lockDavide Caratti2-19/+6
2024-06-21net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAPEric Dumazet1-9/+6
2024-06-21net: sched: sch_multiq: fix possible OOB write in multiq_tune()Hangyu Hua1-1/+1
2024-06-12net/sched: taprio: extend minimum interval restriction to entire cycle tooVladimir Oltean1-5/+5
2024-06-12net/sched: taprio: make q->picos_per_byte available to fill_sched_entry()Vladimir Oltean1-1/+3
2024-04-10net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet1-1/+1
2024-04-10net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet1-5/+5
2024-03-27net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX checkEric Dumazet1-1/+2
2024-03-01net/sched: flower: Add lock protection when remove filter handleJianbo Liu1-1/+4
2024-03-01net/sched: act_mirred: don't override retval if we already lost the skbJakub Kicinski1-12/+10
2024-03-01net/sched: act_mirred: use the backlog for mirred ingressJakub Kicinski1-9/+5
2024-03-01net/sched: act_mirred: Create function tcf_mirred_to_dev and improve readabilityVictor Nogueira1-57/+72
2024-02-01net/sched: flower: Fix chain template offloadIdo Schimmel2-1/+31
2024-01-26net/sched: act_ct: fix skb leak and crash on ooo fragsTao Liu1-6/+6
2024-01-10net: sched: em_text: fix possible memory leak in em_text_destroy()Hangyu Hua1-1/+3
2023-12-20net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov1-6/+28
2023-11-28net: sched: do not offload flows with a helper in act_ctXin Long1-0/+3
2023-11-20net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov1-1/+14
2023-10-25net/sched: act_ct: additional checks for outdated flowsVlad Buslov1-0/+2
2023-10-25netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso1-0/+7
2023-10-19net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curvePedro Tammela1-4/+14
2023-10-06net: sched: cls_u32: Fix allocation size in u32_init()Gustavo A. R. Silva1-1/+1
2023-09-05net: sched: sch_qfq: Fix UAF in qfq_dequeue()valis2-6/+18
2023-08-31net/sched: fq_pie: avoid stalls in fq_pie_timer()Eric Dumazet1-8/+19
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+4
2023-08-26net/sched: sch_hfsc: Ensure inner classes have fsc curveBudimir Markovic1-0/+4
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+40
2023-08-23net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim1-13/+40
2023-08-21net: annotate data-races around sk->sk_lingertimeEric Dumazet1-1/+1
2023-08-18netem: use seeded PRNG for correlated loss eventsFrançois Michel1-10/+12
2023-08-18netem: use a seeded PRNG for generating random lossesFrançois Michel1-5/+6
2023-08-18netem: add prng attribute to netem_sched_dataFrançois Michel1-0/+16
2023-08-10net/sched: taprio: dump class stats for the actual q->qdiscs[]Vladimir Oltean1-5/+3
2023-08-10net/sched: taprio: delete misleading comment about preallocating child qdiscsVladimir Oltean1-4/+1
2023-08-10net/sched: taprio: try again to report q->qdiscs[] to qdisc_leaf()Vladimir Oltean1-3/+5
2023-08-10net/sched: taprio: keep child Qdisc refcount elevated at 2 in offload modeVladimir Oltean1-14/+25
2023-08-10net/sched: taprio: don't access q->qdiscs[] in unoffloaded mode during attach()Vladimir Oltean1-3/+9
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-15/+68
2023-08-02tc: flower: support for SPIRatheesh Kannoth1-0/+35
2023-08-01net/sched: sch_qfq: warn about class in use while deletingPedro Tammela1-1/+3
2023-08-01net/sched: sch_htb: warn about class in use while deletingPedro Tammela1-1/+3
2023-08-01net/sched: sch_hfsc: warn about class in use while deletingPedro Tammela1-1/+3
2023-08-01net/sched: sch_drr: warn about class in use while deletingPedro Tammela1-1/+3
2023-08-01net/sched: wrap open coded Qdics class filter counterPedro Tammela4-20/+15