summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet2024-04-101-1/+1
* net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet2024-04-101-5/+5
* net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX checkEric Dumazet2024-03-261-1/+2
* net/sched: flower: Add lock protection when remove filter handleJianbo Liu2024-03-011-1/+4
* net/sched: act_mirred: don't override retval if we already lost the skbJakub Kicinski2024-03-011-12/+10
* net/sched: act_mirred: use the backlog for mirred ingressJakub Kicinski2024-03-011-9/+5
* net/sched: act_mirred: Create function tcf_mirred_to_dev and improve readabilityVictor Nogueira2024-03-011-57/+72
* net/sched: flower: Fix chain template offloadIdo Schimmel2024-01-312-1/+31
* net/sched: act_ct: fix skb leak and crash on ooo fragsTao Liu2024-01-251-6/+6
* net: sched: em_text: fix possible memory leak in em_text_destroy()Hangyu Hua2024-01-101-1/+3
* net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov2023-12-201-6/+28
* net: sched: do not offload flows with a helper in act_ctXin Long2023-11-281-0/+3
* net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov2023-11-201-1/+14
* 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
* net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curvePedro Tammela2023-10-181-4/+14
* net: sched: cls_u32: Fix allocation size in u32_init()Gustavo A. R. Silva2023-10-061-1/+1
* 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
| * net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after-freevalis2023-07-311-1/+0
| * net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-freevalis2023-07-311-1/+0
| * net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.Kuniyuki Iwashima2023-07-311-2/+13
| * net: annotate data-races around sk->sk_{rcv|snd}timeoEric Dumazet2023-07-291-2/+2
| * net: sched: cls_u32: Fix match key mis-addressingJamal Hadi Salim2023-07-281-6/+50
| * net: flower: fix stack-out-of-bounds in fl_set_key_cfm()Eric Dumazet2023-07-271-2/+3
* | tc: flower: support for SPIRatheesh Kannoth2023-08-021-0/+35
* | net/sched: sch_qfq: warn about class in use while deletingPedro Tammela2023-08-011-1/+3
* | net/sched: sch_htb: warn about class in use while deletingPedro Tammela2023-08-011-1/+3
* | net/sched: sch_hfsc: warn about class in use while deletingPedro Tammela2023-08-011-1/+3
* | net/sched: sch_drr: warn about class in use while deletingPedro Tammela2023-08-011-1/+3
* | net/sched: wrap open coded Qdics class filter counterPedro Tammela2023-08-014-20/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-271-0/+14
|\|
| * net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64Lin Ma2023-07-261-0/+14
* | tcx: Fix splat in ingress_destroy upon tcx_entry_freeDaniel Borkmann2023-07-241-1/+1
* | sch_htb: Allow HTB quantum parameter in offload modeNaveen Mamindlapalli2023-07-211-4/+3