summaryrefslogtreecommitdiffstats
path: root/net/sched/act_ife.c
Commit message (Expand)AuthorAgeFilesLines
* net/sched: act_ife: initalize ife->metalist earlierEric Dumazet2020-01-171-4/+3
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-1/+1
|\
| * net/sched: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-10-301-1/+1
* | 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-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/+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-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-041-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-08-311-2/+1
|/
* act_ife: fix a potential deadlockCong Wang2018-08-211-13/+21
* act_ife: move tcfa_lock down to where necessaryCong Wang2018-08-211-25/+13
* 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/+0
* net: sched: act_ife: always release ife action on init errorVlad Buslov2018-08-161-6/+2
* 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/+1
* net: sched: act_ife: fix memory leak in ife initVlad Buslov2018-07-111-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/+1
* net/sched: act_ife: fix recursive lock and idr leakDavide Caratti2018-06-201-5/+4
* net: sched: ife: handle malformed tlv lengthAlexander Aring2018-04-221-1/+6
* net: sched: ife: signal not finding metaidAlexander Aring2018-04-221-1/+1
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* 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/+3
* net_sched: remove unused parameter from act cleanup opsCong Wang2017-12-051-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-141-0/+2
* | sched: act: ife: update parameters via rcu handlingAlexander Aring2017-10-121-28/+59
OpenPOWER on IntegriCloud