aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_ife.c
Commit message (Expand)AuthorAge
* net_sched: fix a NULL pointer deref in ipt actionCong Wang2019-08-27
* net: sched: use temporary variable for actions indexesDmytro Linkin2019-08-05
* ife: error out when nla attributes are emptyCong Wang2019-07-25
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-27
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-27
* net/sched: act_ife: validate the control action inside init()Davide Caratti2019-03-21
* net/sched: prepare TC actions to properly validate the control actionDavide Caratti2019-03-21
* net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEEli Cohen2019-02-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-05
|\
| * net: sched: action_ife: take reference to meta moduleVlad Buslov2018-09-04
| * act_ife: fix a potential use-after-freeCong Wang2018-09-04
* | Revert "net: sched: act: add extack for lookup callback"Cong Wang2018-09-01
|/
* act_ife: fix a potential deadlockCong Wang2018-08-21
* act_ife: move tcfa_lock down to where necessaryCong Wang2018-08-21
* Revert "net: sched: act_ife: disable bh when taking ife_mod_lock"Cong Wang2018-08-21
* net_sched: remove unnecessary ops->delete()Cong Wang2018-08-21
* net: sched: act_ife: always release ife action on init errorVlad Buslov2018-08-16
* net: sched: act_ife: disable bh when taking ife_mod_lockVlad Buslov2018-08-13
* net: sched: act_ife: remove dependency on rtnl lockVlad Buslov2018-08-11
* tc/act: remove unneeded RCU lock in action callbackPaolo Abeni2018-07-30
* net: sched: act_ife: fix memory leak in ife initVlad Buslov2018-07-12
* net: sched: atomically check-allocate actionVlad Buslov2018-07-07
* net: sched: don't release reference on action overwriteVlad Buslov2018-07-07
* net: sched: add 'delete' function to action opsVlad Buslov2018-07-07
* net: sched: implement unlocked action init APIVlad Buslov2018-07-07
* net: sched: change type of reference and bind countersVlad Buslov2018-07-07
* net/sched: act_ife: preserve the action control in case of errorDavide Caratti2018-06-19
* net/sched: act_ife: fix recursive lock and idr leakDavide Caratti2018-06-19
* net: sched: ife: handle malformed tlv lengthAlexander Aring2018-04-22
* net: sched: ife: signal not finding metaidAlexander Aring2018-04-22
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
* net: Convert tc_action_net_init() and tc_action_net_exit() based pernet_opera...Kirill Tkhai2018-02-27
* net: sched: act: handle extack in tcf_generic_walkerAlexander Aring2018-02-16
* net: sched: act: add extack for walk callbackAlexander Aring2018-02-16
* net: sched: act: add extack for lookup callbackAlexander Aring2018-02-16
* net: sched: act: add extack to init callbackAlexander Aring2018-02-16
* net_sched: switch to exit_batch for action pernet opsCong Wang2017-12-13
* net_sched: remove unused parameter from act cleanup opsCong Wang2017-12-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-09
|\
| * Revert "net_sched: hold netns refcnt for each action"Cong Wang2017-11-08
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-03
|\|
| * net_sched: hold netns refcnt for each actionCong Wang2017-11-02
* | net_sched: fix a compile warning in act_ifeCong Wang2017-10-14
* | sched: act: ife: update parameters via rcu handlingAlexander Aring2017-10-13
* | sched: act: ife: migrate to use per-cpu countersAlexander Aring2017-10-13
* | sched: act: ife: move encode/decode check to initAlexander Aring2017-10-13
* | net sched actions: fix module auto-loadingRoman Mashak2017-10-13
* | net sched actions: change IFE modules alias namesRoman Mashak2017-10-13
|/
* net/sched: Change act_api and act_xxx modules to use IDRChris Mi2017-08-30