summaryrefslogtreecommitdiffstats
path: root/net/sched/act_pedit.c
Commit message (Expand)AuthorAgeFilesLines
* net: sched: Annotate struct tc_pedit with __counted_byKees Cook2024-02-191-1/+1
* net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný2024-02-021-0/+1
* net/sched: introduce ACT_P_BOUND return codePedro Tammela2024-01-031-1/+1
* net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EXLin Ma2023-07-041-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-151-5/+43
|\
| * net/sched: act_pedit: Parse L3 Header for L4 offsetMax Tottenham2023-06-091-5/+43
* | net/sched: act_pedit: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong2023-06-121-3/+1
|/
* net/sched: act_pedit: free pedit keys on bail from offset checkPedro Tammela2023-04-271-1/+3
* 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: act_pedit: fix action bind logicPedro Tammela2023-02-261-27/+31
* net/sched: act_pedit: use percpu overlimit counter when availablePedro Tammela2023-02-161-3/+1
* net/sched: act_pedit, setup offload action for action stats queryOz Shlomo2023-02-141-1/+22
* net/sched: simplify tcf_pedit_actPedro Tammela2023-02-021-70/+67
* net/sched: transition act_pedit to rcu and percpu statsPedro Tammela2023-02-021-61/+87
* net/sched: avoid indirect act functions on retpoline kernelsPedro Tammela2022-12-091-2/+4
* net: sched: act_pedit: get rid of tcf_pedit_walker and tcf_pedit_searchZhengchao Shao2022-09-091-19/+0
* net: sched: act: move global static variable net_id to tc_action_opsZhengchao Shao2022-09-091-7/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-0/+4
|\
| * net/sched: act_pedit: sanitize shift argument before usagePaolo Abeni2022-05-161-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-4/+22
|\|
| * net/sched: act_pedit: really ensure the skb is writablePaolo Abeni2022-05-111-4/+22
* | net/sched: act_pedit: Add extack message for offload failureIdo Schimmel2022-04-081-0/+1
* | net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel2022-04-081-1/+2
|/
* flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng2021-12-191-0/+34
* flow_offload: fill flags to action structureBaowen Zheng2021-12-191-1/+1
* net_sched: refactor TC action init APICong Wang2021-08-021-2/+2
* net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang2020-09-241-2/+0
* net/sched: act_pedit: Use flex_array_size() helper in memcpy()Gustavo A. R. Silva2020-07-301-2/+1
* net: qos offload add flow status with dropped countPo Liu2020-06-191-3/+3
* sched: act_pedit: Implement stats_update callbackPetr Machata2020-03-261-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-221-7/+5
|\
| * net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti2019-11-191-7/+5
* | net: sched: update action implementations to support flagsVlad Buslov2019-10-301-1/+1
* | net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov2019-10-301-1/+2
|/
* net_sched: fix a NULL pointer deref in ipt actionCong Wang2019-08-271-1/+1
* net: sched: use temporary variable for actions indexesDmytro Linkin2019-08-051-4/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-3/+5
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-2/+3
* net/sched: act_pedit: validate the control action inside init()Davide Caratti2019-03-211-2/+14
* net/sched: prepare TC actions to properly validate the control actionDavide Caratti2019-03-211-1/+1
* net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEEli Cohen2019-02-101-1/+1
* net/sched: use struct_size() helperGustavo A. R. Silva2019-02-081-1/+1
* net/sched: act_pedit: fix memory leak when IDR allocation failsDavide Caratti2018-11-161-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-041-5/+13
|\
| * net/sched: act_pedit: fix dump of extended layered opDavide Caratti2018-08-291-5/+13