summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* sch_netem: acquire qdisc lock in netem_change()Eric Dumazet2023-06-221-2/+6
* 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: 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
* 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: 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
* net/sched: flower: Fix wrong handle assignment during filter changeIvan Vecera2023-04-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-264-27/+31
|\
| * net/sched: sch_qfq: refactor parsing of netlink parametersPedro Tammela2023-04-231-14/+11
| * net/sched: sch_qfq: use extack on errors messagesPedro Tammela2023-04-231-4/+5
| * net/sched: sch_htb: use extack on errors messagesPedro Tammela2023-04-231-8/+9
| * net/sched: cls_api: Initialize miss_cookie_node when action miss is not usedIvan Vecera2023-04-211-0/+1
| * net/sched: sch_fq: fix integer overflow of "credit"Davide Caratti2023-04-211-1/+5
* | net/sched: act_pedit: rate limit datapath messagesPedro Tammela2023-04-231-7/+5
* | net/sched: act_pedit: remove extra check for key typePedro Tammela2023-04-231-22/+7
* | net/sched: act_pedit: check static offsets a prioriPedro Tammela2023-04-231-6/+14
* | net/sched: act_pedit: use extack in 'ex' parsing errorsPedro Tammela2023-04-231-4/+13
* | net/sched: act_pedit: use NLA_POLICY for parsing 'ex' keysPedro Tammela2023-04-231-8/+3
* | net: sched: Print msecs when transmit queue time outYajun Deng2023-04-231-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-202-6/+10
|\|
| * net/sched: clear actions pointer in miss cookie init failPedro Tammela2023-04-171-0/+3
| * net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung2023-04-141-6/+7
* | net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not setJakub Kicinski2023-04-191-2/+1
* | net/sched: taprio: allow per-TC user input of FP adminStatusVladimir Oltean2023-04-131-13/+52
* | net/sched: mqprio: allow per-TC user input of FP adminStatusVladimir Oltean2023-04-133-1/+143
* | net/sched: pass netlink extack to mqprio and taprio offloadVladimir Oltean2023-04-132-3/+14
* | net/sched: mqprio: add an extack message to mqprio_parse_opt()Vladimir Oltean2023-04-131-1/+4
* | net/sched: mqprio: add extack to mqprio_parse_nlattr()Vladimir Oltean2023-04-131-7/+23
* | net/sched: mqprio: simplify handling of nlattr portion of TCA_OPTIONSVladimir Oltean2023-04-131-19/+13
* | net/sched: sch_mqprio: use netlink payload helpersPedro Tammela2023-04-051-4/+4