summaryrefslogtreecommitdiffstats
path: root/net/sched/act_ife.c
Commit message (Expand)AuthorAgeFilesLines
* net: sched: use temporary variable for actions indexesDmytro Linkin2019-08-051-3/+5
* ife: error out when nla attributes are emptyCong Wang2019-07-251-0/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* 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-1/+1
* net/sched: act_ife: validate the control action inside init()Davide Caratti2019-03-211-13/+20
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-051-2/+16
|\
| * net: sched: action_ife: take reference to meta moduleVlad Buslov2018-09-041-1/+15
| * act_ife: fix a potential use-after-freeCong Wang2018-09-041-1/+1
* | Revert "net: sched: act: add extack for lookup callback"Cong Wang2018-09-011-2/+1Star
|/
* act_ife: fix a potential deadlockCong Wang2018-08-211-13/+21
* act_ife: move tcfa_lock down to where necessaryCong Wang2018-08-211-25/+13Star
* Revert "net: sched: act_ife: disable bh when taking ife_mod_lock"Cong Wang2018-08-211-10/+10
* net_sched: remove unnecessary ops->delete()Cong Wang2018-08-211-8/+0Star
* net: sched: act_ife: always release ife action on init errorVlad Buslov2018-08-161-6/+2Star
* net: sched: act_ife: disable bh when taking ife_mod_lockVlad Buslov2018-08-131-10/+10
* net: sched: act_ife: remove dependency on rtnl lockVlad Buslov2018-08-111-15/+25
* tc/act: remove unneeded RCU lock in action callbackPaolo Abeni2018-07-301-4/+1Star
* net: sched: act_ife: fix memory leak in ife initVlad Buslov2018-07-121-1/+3
* net: sched: atomically check-allocate actionVlad Buslov2018-07-081-1/+5
* net: sched: don't release reference on action overwriteVlad Buslov2018-07-081-5/+5
* net: sched: add 'delete' function to action opsVlad Buslov2018-07-081-0/+8
* net: sched: implement unlocked action init APIVlad Buslov2018-07-081-1/+2
* net: sched: change type of reference and bind countersVlad Buslov2018-07-081-2/+2
* net/sched: act_ife: preserve the action control in case of errorDavide Caratti2018-06-201-2/+1Star
* net/sched: act_ife: fix recursive lock and idr leakDavide Caratti2018-06-201-5/+4Star
* net: sched: ife: handle malformed tlv lengthAlexander Aring2018-04-231-1/+6
* net: sched: ife: signal not finding metaidAlexander Aring2018-04-231-1/+1
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0Star
* net: Convert tc_action_net_init() and tc_action_net_exit() based pernet_opera...Kirill Tkhai2018-02-271-0/+1
* net: sched: act: handle extack in tcf_generic_walkerAlexander Aring2018-02-161-1/+1
* net: sched: act: add extack for walk callbackAlexander Aring2018-02-161-1/+2
* net: sched: act: add extack for lookup callbackAlexander Aring2018-02-161-1/+2
* net: sched: act: add extack to init callbackAlexander Aring2018-02-161-1/+1
* net_sched: switch to exit_batch for action pernet opsCong Wang2017-12-131-5/+3Star
* net_sched: remove unused parameter from act cleanup opsCong Wang2017-12-061-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-1/+1
|\
| * Revert "net_sched: hold netns refcnt for each action"Cong Wang2017-11-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-1/+1
|\|
| * net_sched: hold netns refcnt for each actionCong Wang2017-11-031-1/+1
* | net_sched: fix a compile warning in act_ifeCong Wang2017-10-151-0/+2
* | sched: act: ife: update parameters via rcu handlingAlexander Aring2017-10-131-28/+59
* | sched: act: ife: migrate to use per-cpu countersAlexander Aring2017-10-131-18/+11Star
* | sched: act: ife: move encode/decode check to initAlexander Aring2017-10-131-11/+8Star
* | net sched actions: fix module auto-loadingRoman Mashak2017-10-131-1/+15
* | net sched actions: change IFE modules alias namesRoman Mashak2017-10-131-1/+1
|/
* net/sched: Change act_api and act_xxx modules to use IDRChris Mi2017-08-301-10/+8Star
* act_ife: use registered ife_type as fallbackAlexander Aring2017-08-301-14/+3Star