summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
35 hoursnet/sched: sch_pie: annotate more data-races in pie_dump_stats()Eric Dumazet1-8/+6
35 hoursnet/sched: sch_cake: annotate data-races in cake_dump_stats() (V)Eric Dumazet1-6/+7
35 hoursnet/sched: sch_fq_pie: annotate data-races in fq_pie_dump_stats()Eric Dumazet1-9/+10
35 hoursnet/sched: sch_choke: annotate data-races in choke_dump_stats()Eric Dumazet1-10/+16
35 hoursnet: sched: choke: remove unused variables in struct choke_sched_dataZhengchao Shao1-2/+0
35 hoursnet/sched: netem: validate slot configurationStephen Hemminger1-0/+29
35 hoursnet/sched: netem: fix queue limit check to include reordered packetsStephen Hemminger1-1/+1
35 hoursnet/sched: netem: fix probability gaps in 4-state loss modelStephen Hemminger1-4/+4
35 hoursnet: sched: sch_netem: Refactor code in 4-state loss generatorHarshit Mogalapalli1-9/+9
35 hoursnet/sched: sch_sfb: annotate data-races in sfb_dump_stats()Eric Dumazet1-22/+32
35 hoursnet/sched: sch_red: annotate data-races in red_dump_stats()Eric Dumazet1-10/+21
35 hoursnet: sched: gred/red: remove unused variables in struct red_statsZhengchao Shao2-4/+0
35 hoursnet/sched: sch_fq_codel: remove data-races from fq_codel_dump_stats()Eric Dumazet1-1/+2
35 hoursnet/sched: sch_pie: annotate data-races in pie_dump_stats()Eric Dumazet1-19/+19
35 hoursnet_sched: sch_hhf: annotate data-races in hhf_dump_stats()Eric Dumazet1-9/+10
35 hoursnet/sched: taprio: fix use-after-free in advance_sched() on schedule switchVinicius Costa Gomes1-4/+5
35 hoursnet/sched: taprio: rename close_time to end_timeVladimir Oltean1-26/+26
35 hoursnet/sched: taprio: refactor one skb dequeue from TXQ to separate functionVladimir Oltean1-58/+63
35 hoursnet/sched: taprio: continue with other TXQs if one dequeue() failedVladimir Oltean1-1/+1
35 hoursnet/sched: taprio: replace safety precautions with commentsVladimir Oltean1-15/+9
35 hoursnet/sched: taprio: stop going through private ops for dequeue and peekVladimir Oltean1-46/+12
35 hoursnet/sched: sch_cake: fix NAT destination port not being updated in cake_updat...Dudu Lu1-1/+1
35 hoursnet/sched: act_ct: Only release RCU read lock after ct_ftJamal Hadi Salim1-2/+6
35 hoursnet/sched: sch_red: Replace direct dequeue call with peek and qdisc_dequeue_p...Jamal Hadi Salim1-1/+1
35 hoursnet/sched: cls_u32: use skb_header_pointer_careful()Eric Dumazet1-7/+6
35 hoursnet: sched: act_csum: validate nested VLAN headersRuide Cao1-1/+5
2026-04-18net/sched: cls_flow: fix NULL pointer dereference on shared blocksXiang Mei1-1/+9
2026-04-18net/sched: cls_fw: fix NULL pointer dereference on shared blocksXiang Mei1-2/+12
2026-04-18net: sched: cls_api: fix tc_chain_fill_node to initialize tcm_info to zero to...Yochai Eisenrich1-0/+1
2026-04-18net/sched: sch_hfsc: fix divide-by-zero in rtsc_min()Xiang Mei1-2/+2
2026-04-18net/sched: teql: fix NULL pointer dereference in iptunnel_xmit on TEQL slave ...Weiming Shi1-0/+1
2026-04-18net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocksVictor Nogueira2-0/+13
2026-04-18net/sched: ets: fix divide by zero in the offload pathDavide Caratti1-4/+8
2026-02-06net/sched: act_ife: convert comma to semicolonChen Ni1-3/+3
2026-02-06net/sched: act_ife: avoid possible NULL derefEric Dumazet1-2/+4
2026-02-06net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_...Jamal Hadi Salim1-1/+1
2026-02-06net/sched: Enforce that teql can only be used as root qdiscJamal Hadi Salim1-0/+5
2026-02-06net/sched: sch_qfq: do not free existing class in qfq_change_class()Eric Dumazet1-2/+4
2026-01-19net/sched: sch_qfq: Fix NULL deref when deactivating inactive aggregate in qf...Xiang Mei1-1/+1
2026-01-19net/sched: ets: Remove drr class from the active list if it changes to strictVictor Nogueira1-0/+4
2026-01-19net/sched: ets: Always remove class from active list before deleting in ets_q...Jamal Hadi Salim1-1/+1
2026-01-19net/sched: sch_cake: Fix incorrect qlen reduction in cake_dropXiang Mei1-26/+32
2025-12-07net/sched: act_connmark: handle errno on tcf_idr_check_allocPedro Tammela1-0/+3
2025-12-07bpf: Add bpf_prog_run_data_pointers()Eric Dumazet2-8/+4
2025-12-07net_sched: limit try_bulk_dequeue_skb() batchesEric Dumazet1-7/+10
2025-12-07net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleakRanganath V N1-5/+7
2025-12-07net: sched: act_connmark: initialize struct tc_ife to fix kernel leakRanganath V N1-5/+7
2025-12-07net_sched: act_connmark: use RCU in tcf_connmark_dump()Eric Dumazet1-8/+10
2025-12-07net/sched: act_connmark: transition to percpu stats and rcuPedro Tammela1-39/+68
2025-12-07net: sched: act_connmark: get rid of tcf_connmark_walker and tcf_connmark_searchZhengchao Shao1-19/+0