summaryrefslogtreecommitdiff
path: root/net/sched/act_pedit.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-19net: sched: Annotate struct tc_pedit with __counted_byKees Cook1-1/+1
2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný1-0/+1
2024-01-04net/sched: introduce ACT_P_BOUND return codePedro Tammela1-1/+1
2023-07-04net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EXLin Ma1-0/+1
2023-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+43
2023-06-12net/sched: act_pedit: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong1-3/+1
2023-06-09net/sched: act_pedit: Parse L3 Header for L4 offsetMax Tottenham1-5/+43
2023-04-27net/sched: act_pedit: free pedit keys on bail from offset checkPedro Tammela1-1/+3
2023-04-23net/sched: act_pedit: rate limit datapath messagesPedro Tammela1-7/+5
2023-04-23net/sched: act_pedit: remove extra check for key typePedro Tammela1-22/+7
2023-04-23net/sched: act_pedit: check static offsets a prioriPedro Tammela1-6/+14
2023-04-23net/sched: act_pedit: use extack in 'ex' parsing errorsPedro Tammela1-4/+13
2023-04-23net/sched: act_pedit: use NLA_POLICY for parsing 'ex' keysPedro Tammela1-8/+3
2023-02-26net/sched: act_pedit: fix action bind logicPedro Tammela1-27/+31
2023-02-16net/sched: act_pedit: use percpu overlimit counter when availablePedro Tammela1-3/+1
2023-02-14net/sched: act_pedit, setup offload action for action stats queryOz Shlomo1-1/+22
2023-02-02net/sched: simplify tcf_pedit_actPedro Tammela1-70/+67
2023-02-02net/sched: transition act_pedit to rcu and percpu statsPedro Tammela1-61/+87
2022-12-09net/sched: avoid indirect act functions on retpoline kernelsPedro Tammela1-2/+4
2022-09-09net: sched: act_pedit: get rid of tcf_pedit_walker and tcf_pedit_searchZhengchao Shao1-19/+0
2022-09-09net: sched: act: move global static variable net_id to tc_action_opsZhengchao Shao1-7/+6
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2022-05-16net/sched: act_pedit: sanitize shift argument before usagePaolo Abeni1-0/+4
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+22
2022-05-12net/sched: act_pedit: really ensure the skb is writablePaolo Abeni1-4/+22
2022-04-08net/sched: act_pedit: Add extack message for offload failureIdo Schimmel1-0/+1
2022-04-08net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel1-1/+2
2021-12-19flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng1-0/+34
2021-12-19flow_offload: fill flags to action structureBaowen Zheng1-1/+1
2021-08-02net_sched: refactor TC action init APICong Wang1-2/+2
2020-09-25net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang1-2/+0
2020-07-31net/sched: act_pedit: Use flex_array_size() helper in memcpy()Gustavo A. R. Silva1-2/+1
2020-06-19net: qos offload add flow status with dropped countPo Liu1-3/+3
2020-03-27sched: act_pedit: Implement stats_update callbackPetr Machata1-0/+11
2019-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+5
2019-11-20net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti1-7/+5
2019-10-31net: sched: update action implementations to support flagsVlad Buslov1-1/+1
2019-10-31net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov1-1/+2
2019-08-28net_sched: fix a NULL pointer deref in ipt actionCong Wang1-1/+1
2019-08-05net: sched: use temporary variable for actions indexesDmytro Linkin1-4/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg1-3/+5
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-2/+3
2019-03-21net/sched: act_pedit: validate the control action inside init()Davide Caratti1-2/+14
2019-03-21net/sched: prepare TC actions to properly validate the control actionDavide Caratti1-1/+1
2019-02-10net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEEli Cohen1-1/+1
2019-02-09net/sched: use struct_size() helperGustavo A. R. Silva1-1/+1
2018-11-17net/sched: act_pedit: fix memory leak when IDR allocation failsDavide Caratti1-1/+2
2018-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+13
2018-09-01Revert "net: sched: act: add extack for lookup callback"Cong Wang1-2/+1