summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2024-09-12sched: sch_cake: fix bulk flow accounting logic for host fairnessToke Høiland-Jørgensen1-4/+7
2024-09-12sch/netem: fix use after free in netem_dequeueStephen Hemminger1-5/+4
2024-08-29netem: fix return value if duplicate enqueue failsStephen Hemminger1-18/+29
2024-08-29net: don't dump stack on queue timeoutJakub Kicinski1-2/+3
2024-08-29net: sched: Print msecs when transmit queue time outYajun Deng1-5/+5
2024-08-11sched: act_ct: take care of padding in struct zones_ht_keyEric Dumazet1-1/+3
2024-07-18net/sched: Fix UAF when resolving a clashChengen Du1-0/+8
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-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: Retire dsmark qdiscJamal Hadi Salim3-530/+0
2024-03-01net/sched: Retire ATM qdiscJamal Hadi Salim3-721/+0
2024-03-01net/sched: Retire CBQ qdiscJamal Hadi Salim3-1745/+0
2024-01-26net/sched: act_ct: fix skb leak and crash on ooo fragsTao Liu1-6/+6
2024-01-10net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov1-1/+14
2024-01-10net/sched: act_ct: additional checks for outdated flowsVlad Buslov1-0/+2
2024-01-10net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov1-6/+28
2024-01-10netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso1-0/+7
2024-01-10net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey1-1/+8
2024-01-10net/sched: act_ct: offload UDP NEW connectionsVlad Buslov1-12/+39
2024-01-10netfilter: flowtable: cache info of last offloadVlad Buslov1-5/+7
2024-01-10net: sched: call tcf_ct_params_free to free params in tcf_ct_initXin Long1-17/+18
2024-01-10net: sched: em_text: fix possible memory leak in em_text_destroy()Hangyu Hua1-1/+3
2023-11-08net: sched: cls_u32: Fix allocation size in u32_init()Gustavo A. R. Silva1-1/+1
2023-10-25net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curvePedro Tammela1-4/+14
2023-09-23net/sched: Retire rsvp classifierJamal Hadi Salim5-842/+0
2023-09-19net: sched: sch_qfq: Fix UAF in qfq_dequeue()valis2-6/+18
2023-09-19net/sched: fq_pie: avoid stalls in fq_pie_timer()Eric Dumazet1-8/+19
2023-09-13net/sched: sch_hfsc: Ensure inner classes have fsc curveBudimir Markovic1-0/+4
2023-09-13net: annotate data-races around sk->sk_lingertimeEric Dumazet1-1/+1
2023-09-13net: annotate data-races around sk->sk_{rcv|snd}timeoEric Dumazet1-2/+2
2023-08-30net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim1-13/+40
2023-08-16sch_netem: fix issues in netem_change() vs get_dist_table()Eric Dumazet1-34/+25
2023-08-11net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-...valis1-1/+0
2023-08-11net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after-freevalis1-1/+0
2023-08-11net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-freevalis1-1/+0
2023-08-11net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.Kuniyuki Iwashima1-2/+13
2023-08-11net: sched: cls_u32: Fix match key mis-addressingJamal Hadi Salim1-6/+50
2023-08-03net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64Lin Ma1-0/+14
2023-08-03net/sched: mqprio: add extack to mqprio_parse_nlattr()Vladimir Oltean1-7/+23
2023-08-03net/sched: mqprio: refactor nlattr parsing to a separate functionVladimir Oltean1-51/+63
2023-07-27net: sched: cls_bpf: Undo tcf_bind_filter in case of an errorVictor Nogueira1-52/+47
2023-07-27net: sched: cls_u32: Undo refcount decrement in case update failedVictor Nogueira1-0/+7