summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
* net/sched: act_ipt: add sanity checks on table name and hook locationsFlorian Westphal2023-06-291-7/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-271-34/+25
|\
| * sch_netem: fix issues in netem_change() vs get_dist_table()Eric Dumazet2023-06-241-34/+25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-221-2/+6
|\|
| * sch_netem: acquire qdisc lock in netem_change()Eric Dumazet2023-06-221-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-157-35/+113
|\|
| * net/sched: cls_api: Fix lockup on flushing explicitly created chainVlad Buslov2023-06-141-5/+7
| * net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye2023-06-142-8/+34
| * net/sched: Refactor qdisc_graft() for ingress and clsact QdiscsPeilin Ye2023-06-141-10/+10
| * net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey2023-06-141-1/+8
| * net/sched: cls_u32: Fix reference counter leak leading to overflowLee Jones2023-06-091-8/+10
| * net/sched: taprio: fix slab-out-of-bounds Read in taprio_dequeue_from_txqZhengchao Shao2023-06-091-0/+3
| * net/sched: act_pedit: Parse L3 Header for L4 offsetMax Tottenham2023-06-091-5/+43
* | net: flower: add support for matching cfm fieldsZahari Doychev2023-06-121-0/+102
* | net/sched: taprio: report class offload stats per TXQ, not per TCVladimir Oltean2023-06-121-4/+4
* | net/sched: act_pedit: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong2023-06-121-3/+1
* | net: move gso declarations and functions to their own filesEric Dumazet2023-06-105-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-0812-48/+73
|\|
| * net: sched: fix possible refcount leak in tc_chain_tmplt_add()Hangyu Hua2023-06-071-0/+1
| * net: sched: act_police: fix sparse errors in tcf_police_dump()Eric Dumazet2023-06-071-5/+5
| * net: sched: move rtm_tca_policy declaration to include fileEric Dumazet2023-06-071-2/+0
| * net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet2023-06-0710-40/+57
| * net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM valuesEric Dumazet2023-06-051-1/+7
| * net: sched: wrap tc_skip_wrapper with CONFIG_RETPOLINEMin-Hua Chen2023-06-041-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-013-3/+32
|\|
| * net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua2023-06-011-0/+3
| * net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao2023-05-301-0/+4
| * net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye2023-05-301-0/+5
| * net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye2023-05-302-3/+8
| * net/sched: sch_clsact: Only create under TC_H_CLSACTPeilin Ye2023-05-301-0/+6
| * net/sched: sch_ingress: Only create under TC_H_INGRESSPeilin Ye2023-05-301-0/+6
* | net/sched: taprio: add netlink reporting for offload statistics countersVladimir Oltean2023-05-311-1/+77
* | net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumVladimir Oltean2023-05-311-2/+2
* | net/sched: taprio: don't overwrite "sch" variable in taprio_dump_class_stats()Vladimir Oltean2023-05-311-3/+3
* | net/sched: flower: Allow matching on layer 2 missIdo Schimmel2023-05-301-2/+28
* | sch_htb: Allow HTB priority parameter in offload modeNaveen Mamindlapalli2023-05-151-4/+3
|/
* net/sched: flower: fix error handler on replaceVlad Buslov2023-05-051-1/+2
* Revert "net/sched: flower: Fix wrong handle assignment during filter change"Vlad Buslov2023-05-051-1/+1
* net/sched: flower: fix filter idr initializationVlad Buslov2023-05-051-3/+3
* net/sched: act_mirred: Add carrier checkVictor Nogueira2023-05-011-1/+1
* net/sched: cls_api: remove block_cb from driver_list before freeingVlad Buslov2023-04-281-0/+1
* net/sched: act_pedit: free pedit keys on bail from offset checkPedro Tammela2023-04-271-1/+3