summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2023-10-25net/sched: act_ct: additional checks for outdated flowsVlad Buslov
2023-10-25netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso
2023-10-18net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curvePedro Tammela
2023-10-06net: sched: cls_u32: Fix allocation size in u32_init()Gustavo A. R. Silva
2023-09-05net: sched: sch_qfq: Fix UAF in qfq_dequeue()valis
2023-08-31net/sched: fq_pie: avoid stalls in fq_pie_timer()Eric Dumazet
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-08-25net/sched: sch_hfsc: Ensure inner classes have fsc curveBudimir Markovic
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-23net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim
2023-08-21net: annotate data-races around sk->sk_lingertimeEric Dumazet
2023-08-17netem: use seeded PRNG for correlated loss eventsFrançois Michel
2023-08-17netem: use a seeded PRNG for generating random lossesFrançois Michel
2023-08-17netem: add prng attribute to netem_sched_dataFrançois Michel
2023-08-09net/sched: taprio: dump class stats for the actual q->qdiscs[]Vladimir Oltean
2023-08-09net/sched: taprio: delete misleading comment about preallocating child qdiscsVladimir Oltean
2023-08-09net/sched: taprio: try again to report q->qdiscs[] to qdisc_leaf()Vladimir Oltean
2023-08-09net/sched: taprio: keep child Qdisc refcount elevated at 2 in offload modeVladimir Oltean
2023-08-09net/sched: taprio: don't access q->qdiscs[] in unoffloaded mode during attach()Vladimir Oltean
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-02tc: flower: support for SPIRatheesh Kannoth
2023-08-01net/sched: sch_qfq: warn about class in use while deletingPedro Tammela
2023-08-01net/sched: sch_htb: warn about class in use while deletingPedro Tammela
2023-08-01net/sched: sch_hfsc: warn about class in use while deletingPedro Tammela
2023-08-01net/sched: sch_drr: warn about class in use while deletingPedro Tammela
2023-08-01net/sched: wrap open coded Qdics class filter counterPedro Tammela
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-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-26net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64Lin Ma
2023-07-24tcx: Fix splat in ingress_destroy upon tcx_entry_freeDaniel Borkmann
2023-07-21sch_htb: Allow HTB quantum parameter in offload modeNaveen Mamindlapalli
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-20net: sched: set IPS_CONFIRMED in tmpl status only when commit is set in act_ctXin Long
2023-07-19bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann
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