summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2023-11-16net: sched: do not offload flows with a helper in act_ctXin Long
2023-11-08net_sched: sch_fq: better validate TCA_FQ_WEIGHTS and TCA_FQ_PRIOMAPEric Dumazet
2023-11-08net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov
2023-11-06net, sched: Fix SKB_NOT_DROPPED_YET splat under debug configJamal Hadi Salim
2023-11-01net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira
2023-11-01net: sched: Fill in missing MODULE_DESCRIPTION for classifiersVictor Nogueira
2023-11-01net: sched: Fill in MODULE_DESCRIPTION for act_gateVictor Nogueira
2023-10-26netlink: make range pointers in policies constJakub Kicinski
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-25sched: act_ct: switch to per-action label countingFlorian Westphal
2023-10-24net: sched: sch_qfq: Use non-work-conserving warning handlerLiu Jian
2023-10-23net_sched: sch_fq: fastpath needs to take care of sk->sk_pacing_statusEric Dumazet
2023-10-23net_sched: sch_fq: fix off-by-one error in fq_dequeue()Eric Dumazet
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-18net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curvePedro Tammela
2023-10-16net, sched: Add tcf_set_drop_reason for {__,}tcf_classifyDaniel Borkmann
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-06net: sched: cls_u32: Fix allocation size in u32_init()Gustavo A. R. Silva
2023-10-05netem: Annotate struct disttable with __counted_byKees Cook
2023-10-05net_sched: sch_fq: add TCA_FQ_WEIGHTS attributeEric Dumazet
2023-10-05net_sched: sch_fq: add 3 bands and WRR schedulingEric Dumazet
2023-10-05net_sched: export pfifo_fast prio2band[]Eric Dumazet
2023-10-05net_sched: sch_fq: remove q->ktime_cacheEric Dumazet
2023-10-01net: implement lockless SO_MAX_PACING_RATEEric Dumazet
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet
2023-10-01net_sched: sch_fq: always garbage collectEric Dumazet
2023-10-01net_sched: sch_fq: add fast path for mostly idle qdiscEric Dumazet
2023-10-01net_sched: sch_fq: change how @inactive is trackedEric Dumazet
2023-10-01net_sched: sch_fq: struct sched_data reorgEric Dumazet
2023-09-13net/sched: cls_route: make netlink errors meaningfulPedro Tammela
2023-09-12net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao
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