aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
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-08-23net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim
2023-07-31net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-...valis
2023-07-31net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after-freevalis
2023-07-31net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-freevalis
2023-07-31net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.Kuniyuki Iwashima
2023-07-29net: annotate data-races around sk->sk_{rcv|snd}timeoEric Dumazet
2023-07-28net: sched: cls_u32: Fix match key mis-addressingJamal Hadi Salim
2023-07-27net: flower: fix stack-out-of-bounds in fl_set_key_cfm()Eric Dumazet
2023-07-26net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64Lin Ma
2023-07-17net: sched: cls_flower: Undo tcf_bind_filter in case of an errorVictor Nogueira
2023-07-17net: sched: cls_bpf: Undo tcf_bind_filter in case of an errorVictor Nogueira
2023-07-17net: sched: cls_u32: Undo refcount decrement in case update failedVictor Nogueira
2023-07-17net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knodeVictor Nogueira
2023-07-17net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after mall_...Victor Nogueira
2023-07-13net/sched: sch_qfq: account for stab overhead in qfq_enqueuePedro Tammela
2023-07-13net/sched: sch_qfq: reintroduce lmax bound check for MTUPedro Tammela
2023-07-12net/sched: flower: Ensure both minimum and maximum ports are specifiedIdo Schimmel
2023-07-10net: sched: Replace strlcpy with strscpyAzeem Shaikh
2023-07-06net/sched: cls_fw: Fix improper refcount update leads to use-after-freeM A Ramdhan
2023-07-04net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EXLin Ma
2023-06-29net/sched: act_ipt: zero skb->cb before calling targetFlorian Westphal
2023-06-29net/sched: act_ipt: add sanity checks on skb before calling targetFlorian Westphal
2023-06-29net/sched: act_ipt: add sanity checks on table name and hook locationsFlorian Westphal
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-24sch_netem: fix issues in netem_change() vs get_dist_table()Eric Dumazet
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-22sch_netem: acquire qdisc lock in netem_change()Eric Dumazet
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-14net/sched: cls_api: Fix lockup on flushing explicitly created chainVlad Buslov
2023-06-14net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye
2023-06-14net/sched: Refactor qdisc_graft() for ingress and clsact QdiscsPeilin Ye
2023-06-14net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey
2023-06-12net: flower: add support for matching cfm fieldsZahari Doychev
2023-06-12net/sched: taprio: report class offload stats per TXQ, not per TCVladimir Oltean
2023-06-12net/sched: act_pedit: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-06-09net/sched: cls_u32: Fix reference counter leak leading to overflowLee Jones
2023-06-09net/sched: taprio: fix slab-out-of-bounds Read in taprio_dequeue_from_txqZhengchao Shao
2023-06-09net/sched: act_pedit: Parse L3 Header for L4 offsetMax Tottenham
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-07net: sched: fix possible refcount leak in tc_chain_tmplt_add()Hangyu Hua
2023-06-07net: sched: act_police: fix sparse errors in tcf_police_dump()Eric Dumazet
2023-06-07net: sched: move rtm_tca_policy declaration to include fileEric Dumazet
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet
2023-06-05net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM valuesEric Dumazet
2023-06-04net: sched: wrap tc_skip_wrapper with CONFIG_RETPOLINEMin-Hua Chen