summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-204-138/+143
|\|
| * net: sched: cls_flower: Undo tcf_bind_filter in case of an errorVictor Nogueira2023-07-171-52/+47
| * net: sched: cls_bpf: Undo tcf_bind_filter in case of an errorVictor Nogueira2023-07-171-52/+47
| * net: sched: cls_u32: Undo refcount decrement in case update failedVictor Nogueira2023-07-171-0/+7
| * net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knodeVictor Nogueira2023-07-171-11/+30
| * net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after mall_...Victor Nogueira2023-07-171-23/+12
* | net: sched: set IPS_CONFIRMED in tmpl status only when commit is set in act_ctXin Long2023-07-201-1/+2
* | bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann2023-07-192-6/+59
|/
* net/sched: sch_qfq: account for stab overhead in qfq_enqueuePedro Tammela2023-07-131-1/+6
* net/sched: sch_qfq: reintroduce lmax bound check for MTUPedro Tammela2023-07-131-2/+9
* net/sched: flower: Ensure both minimum and maximum ports are specifiedIdo Schimmel2023-07-121-0/+10
* net: sched: Replace strlcpy with strscpyAzeem Shaikh2023-07-101-1/+1
* net/sched: cls_fw: Fix improper refcount update leads to use-after-freeM A Ramdhan2023-07-061-5/+5
* net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EXLin Ma2023-07-041-0/+1
* net/sched: act_ipt: zero skb->cb before calling targetFlorian Westphal2023-06-291-0/+10
* net/sched: act_ipt: add sanity checks on skb before calling targetFlorian Westphal2023-06-291-0/+33