summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net: sched: do not offload flows with a helper in act_ctXin Long2023-11-161-0/+3
* net_sched: sch_fq: better validate TCA_FQ_WEIGHTS and TCA_FQ_PRIOMAPEric Dumazet2023-11-081-8/+2
* net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov2023-11-081-1/+14
* net, sched: Fix SKB_NOT_DROPPED_YET splat under debug configJamal Hadi Salim2023-11-062-2/+9
* net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira2023-11-0123-0/+23
* net: sched: Fill in missing MODULE_DESCRIPTION for classifiersVictor Nogueira2023-11-015-0/+5
* net: sched: Fill in MODULE_DESCRIPTION for act_gateVictor Nogueira2023-11-011-0/+1
* netlink: make range pointers in policies constJakub Kicinski2023-10-264-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-261-0/+9
|\
| * net/sched: act_ct: additional checks for outdated flowsVlad Buslov2023-10-251-0/+2
| * netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso2023-10-251-0/+7
* | sched: act_ct: switch to per-action label countingFlorian Westphal2023-10-251-23/+18
* | net: sched: sch_qfq: Use non-work-conserving warning handlerLiu Jian2023-10-241-1/+1
* | net_sched: sch_fq: fastpath needs to take care of sk->sk_pacing_statusEric Dumazet2023-10-231-0/+4
* | net_sched: sch_fq: fix off-by-one error in fq_dequeue()Eric Dumazet2023-10-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-4/+14
|\|
| * net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curvePedro Tammela2023-10-181-4/+14
* | net, sched: Add tcf_set_drop_reason for {__,}tcf_classifyDaniel Borkmann2023-10-161-6/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-121-1/+1
|\|
| * net: sched: cls_u32: Fix allocation size in u32_init()Gustavo A. R. Silva2023-10-061-1/+1
* | netem: Annotate struct disttable with __counted_byKees Cook2023-10-051-1/+1
* | net_sched: sch_fq: add TCA_FQ_WEIGHTS attributeEric Dumazet2023-10-051-0/+33
* | net_sched: sch_fq: add 3 bands and WRR schedulingEric Dumazet2023-10-051-42/+162
* | net_sched: export pfifo_fast prio2band[]Eric Dumazet2023-10-051-4/+5
* | net_sched: sch_fq: remove q->ktime_cacheEric Dumazet2023-10-051-13/+15
* | net: implement lockless SO_MAX_PACING_RATEEric Dumazet2023-10-011-1/+1
* | net: implement lockless SO_PRIORITYEric Dumazet2023-10-011-1/+1
* | net_sched: sch_fq: always garbage collectEric Dumazet2023-10-011-3/+1
* | net_sched: sch_fq: add fast path for mostly idle qdiscEric Dumazet2023-10-011-37/+91
* | net_sched: sch_fq: change how @inactive is trackedEric Dumazet2023-10-011-5/+7
* | net_sched: sch_fq: struct sched_data reorgEric Dumazet2023-10-011-4/+12
* | net/sched: cls_route: make netlink errors meaningfulPedro Tammela2023-09-131-16/+21
* | net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao2023-09-121-2/+2
|/
* net: sched: sch_qfq: Fix UAF in qfq_dequeue()valis2023-09-052-6/+18
* net/sched: fq_pie: avoid stalls in fq_pie_timer()Eric Dumazet2023-08-311-8/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-08-291-0/+4
|\
| * net/sched: sch_hfsc: Ensure inner classes have fsc curveBudimir Markovic2023-08-251-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-13/+40
|\|
| * net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim2023-08-231-13/+40
* | net: annotate data-races around sk->sk_lingertimeEric Dumazet2023-08-211-1/+1
* | netem: use seeded PRNG for correlated loss eventsFrançois Michel2023-08-171-10/+12
* | netem: use a seeded PRNG for generating random lossesFrançois Michel2023-08-171-5/+6
* | netem: add prng attribute to netem_sched_dataFrançois Michel2023-08-171-0/+16
* | net/sched: taprio: dump class stats for the actual q->qdiscs[]Vladimir Oltean2023-08-091-5/+3
* | net/sched: taprio: delete misleading comment about preallocating child qdiscsVladimir Oltean2023-08-091-4/+1
* | net/sched: taprio: try again to report q->qdiscs[] to qdisc_leaf()Vladimir Oltean2023-08-091-3/+5
* | net/sched: taprio: keep child Qdisc refcount elevated at 2 in offload modeVladimir Oltean2023-08-091-14/+25
* | net/sched: taprio: don't access q->qdiscs[] in unoffloaded mode during attach()Vladimir Oltean2023-08-091-3/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-036-15/+68
|\|
| * net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-...valis2023-07-311-1/+0