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-29net: don't dump stack on queue timeoutJakub Kicinski
2024-08-29net: sched: Print msecs when transmit queue time outYajun Deng
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-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-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: Retire dsmark qdiscJamal Hadi Salim
2024-03-01net/sched: Retire ATM qdiscJamal Hadi Salim
2024-03-01net/sched: Retire CBQ qdiscJamal Hadi Salim
2024-01-25net/sched: act_ct: fix skb leak and crash on ooo fragsTao Liu
2024-01-10net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov
2024-01-10net/sched: act_ct: additional checks for outdated flowsVlad Buslov
2024-01-10net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov
2024-01-10netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso
2024-01-10net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey
2024-01-10net/sched: act_ct: offload UDP NEW connectionsVlad Buslov
2024-01-10netfilter: flowtable: cache info of last offloadVlad Buslov
2024-01-10net: sched: call tcf_ct_params_free to free params in tcf_ct_initXin Long
2024-01-10net: sched: em_text: fix possible memory leak in em_text_destroy()Hangyu Hua
2023-11-08net: sched: cls_u32: Fix allocation size in u32_init()Gustavo A. R. Silva
2023-10-25net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curvePedro Tammela
2023-09-23net/sched: Retire rsvp classifierJamal Hadi Salim
2023-09-19net: sched: sch_qfq: Fix UAF in qfq_dequeue()valis
2023-09-19net/sched: fq_pie: avoid stalls in fq_pie_timer()Eric Dumazet
2023-09-13net/sched: sch_hfsc: Ensure inner classes have fsc curveBudimir Markovic
2023-09-13net: annotate data-races around sk->sk_lingertimeEric Dumazet
2023-09-13net: annotate data-races around sk->sk_{rcv|snd}timeoEric Dumazet
2023-08-30net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim
2023-08-16sch_netem: fix issues in netem_change() vs get_dist_table()Eric Dumazet
2023-08-11net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-...valis
2023-08-11net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after-freevalis
2023-08-11net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-freevalis
2023-08-11net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.Kuniyuki Iwashima
2023-08-11net: sched: cls_u32: Fix match key mis-addressingJamal Hadi Salim
2023-08-03net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64Lin Ma
2023-08-03net/sched: mqprio: add extack to mqprio_parse_nlattr()Vladimir Oltean
2023-08-03net/sched: mqprio: refactor nlattr parsing to a separate functionVladimir Oltean
2023-07-27net: sched: cls_bpf: Undo tcf_bind_filter in case of an errorVictor Nogueira
2023-07-27net: sched: cls_u32: Undo refcount decrement in case update failedVictor Nogueira