aboutsummaryrefslogtreecommitdiff
path: root/net/sched/act_ife.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19flow_offload: fill flags to action structureGravatar Baowen Zheng 1-1/+1
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesGravatar Ahmed S. Darwish 1-2/+2
2021-08-02net_sched: refactor TC action init APIGravatar Cong Wang 1-4/+5
2020-09-24net_sched: defer tcf_idr_insert() in tcf_action_init_1()Gravatar Cong Wang 1-3/+0
2020-09-04act_ife: load meta modules before tcf_idr_check_alloc()Gravatar Cong Wang 1-10/+34
2020-01-17net/sched: act_ife: initalize ife->metalist earlierGravatar Eric Dumazet 1-4/+3
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2019-10-30net: sched: update action implementations to support flagsGravatar Vlad Buslov 1-1/+1
2019-10-30net: sched: extend TCA_ACT space with TCA_ACT_FLAGSGravatar Vlad Buslov 1-1/+2
2019-10-30net/sched: Replace rcu_swap_protected() with rcu_replace_pointer()Gravatar Paul E. McKenney 1-1/+1
2019-08-27net_sched: fix a NULL pointer deref in ipt actionGravatar Cong Wang 1-1/+1
2019-08-05net: sched: use temporary variable for actions indexesGravatar Dmytro Linkin 1-3/+5
2019-07-25ife: error out when nla attributes are emptyGravatar Cong Wang 1-0/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-3/+5
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagGravatar Michal Kubecek 1-1/+1
2019-03-21net/sched: act_ife: validate the control action inside init()Gravatar Davide Caratti 1-13/+20
2019-03-21net/sched: prepare TC actions to properly validate the control actionGravatar Davide Caratti 1-1/+1
2019-02-10net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEGravatar Eli Cohen 1-1/+1
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+16
2018-09-04net: sched: action_ife: take reference to meta moduleGravatar Vlad Buslov 1-1/+15
2018-09-04act_ife: fix a potential use-after-freeGravatar Cong Wang 1-1/+1
2018-08-31Revert "net: sched: act: add extack for lookup callback"Gravatar Cong Wang 1-2/+1
2018-08-21act_ife: fix a potential deadlockGravatar Cong Wang 1-13/+21
2018-08-21act_ife: move tcfa_lock down to where necessaryGravatar Cong Wang 1-25/+13
2018-08-21Revert "net: sched: act_ife: disable bh when taking ife_mod_lock"Gravatar Cong Wang 1-10/+10
2018-08-21net_sched: remove unnecessary ops->delete()Gravatar Cong Wang 1-8/+0
2018-08-16net: sched: act_ife: always release ife action on init errorGravatar Vlad Buslov 1-6/+2
2018-08-13net: sched: act_ife: disable bh when taking ife_mod_lockGravatar Vlad Buslov 1-10/+10
2018-08-11net: sched: act_ife: remove dependency on rtnl lockGravatar Vlad Buslov 1-15/+25
2018-07-30tc/act: remove unneeded RCU lock in action callbackGravatar Paolo Abeni 1-4/+1
2018-07-11net: sched: act_ife: fix memory leak in ife initGravatar Vlad Buslov 1-1/+3
2018-07-08net: sched: atomically check-allocate actionGravatar Vlad Buslov 1-1/+5
2018-07-08net: sched: don't release reference on action overwriteGravatar Vlad Buslov 1-5/+5
2018-07-08net: sched: add 'delete' function to action opsGravatar Vlad Buslov 1-0/+8
2018-07-08net: sched: implement unlocked action init APIGravatar Vlad Buslov 1-1/+2
2018-07-08net: sched: change type of reference and bind countersGravatar Vlad Buslov 1-2/+2
2018-06-20net/sched: act_ife: preserve the action control in case of errorGravatar Davide Caratti 1-2/+1
2018-06-20net/sched: act_ife: fix recursive lock and idr leakGravatar Davide Caratti 1-5/+4
2018-04-22net: sched: ife: handle malformed tlv lengthGravatar Alexander Aring 1-1/+6
2018-04-22net: sched: ife: signal not finding metaidGravatar Alexander Aring 1-1/+1
2018-03-27net: Drop pernet_operations::asyncGravatar Kirill Tkhai 1-1/+0
2018-02-27net: Convert tc_action_net_init() and tc_action_net_exit() based pernet_opera...Gravatar Kirill Tkhai 1-0/+1
2018-02-16net: sched: act: handle extack in tcf_generic_walkerGravatar Alexander Aring 1-1/+1
2018-02-16net: sched: act: add extack for walk callbackGravatar Alexander Aring 1-1/+2
2018-02-16net: sched: act: add extack for lookup callbackGravatar Alexander Aring 1-1/+2
2018-02-16net: sched: act: add extack to init callbackGravatar Alexander Aring 1-1/+1
2017-12-13net_sched: switch to exit_batch for action pernet opsGravatar Cong Wang 1-5/+3
2017-12-05net_sched: remove unused parameter from act cleanup opsGravatar Cong Wang 1-5/+5
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1