summaryrefslogtreecommitdiffstats
path: root/net/sched/act_ife.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sched: act: ife: migrate to use per-cpu countersAlexander Aring2017-10-121-18/+11
* | sched: act: ife: move encode/decode check to initAlexander Aring2017-10-121-11/+8
* | net sched actions: fix module auto-loadingRoman Mashak2017-10-121-1/+15
* | net sched actions: change IFE modules alias namesRoman Mashak2017-10-121-1/+1
|/
* net/sched: Change act_api and act_xxx modules to use IDRChris Mi2017-08-301-10/+8
* act_ife: use registered ife_type as fallbackAlexander Aring2017-08-291-14/+3
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-2/+2
* net/sched: act_ife: Staticfy find_decode_metaid()Or Gerlitz2017-03-161-2/+2
* net/sched: act_ife: Change to use ife moduleYotam Gigi2017-02-031-78/+32
* net/sched: act_ife: Unexport ife_tlv_meta_encodeYotam Gigi2017-02-031-2/+2
* net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn2017-01-081-4/+3
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-021-4/+3
|\
| * act_ife: Fix false encodingYotam Gigi2016-09-271-2/+2
| * act_ife: Fix external mac header on encodeYotam Gigi2016-09-271-2/+1
* | net sched ife action: add 16 bit helpersJamal Hadi Salim2016-09-191-0/+26
|/
* net sched: fix encoding to use real lengthJamal Hadi Salim2016-08-221-8/+10
* net_sched: move tc_action into tcf_commonWANG Cong2016-07-251-18/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-22/+31
|\
| * act_ife: acquire ife_mod_lock before reading ifeoplistWANG Cong2016-06-231-6/+8
| * act_ife: only acquire tcf_lock for existing actionsWANG Cong2016-06-231-24/+31
* | net_sched: make tcf_hash_check() booleanWANG Cong2016-06-151-1/+2
* | net sched actions: aggregate dumping of actions timeinfoJamal Hadi Salim2016-06-071-3/+1
* | net sched: actions use tcf_lastuse_update for consistencyJamal Hadi Salim2016-06-071-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-151-4/+10
|\
| * net sched: ife action fix late bindingJamal Hadi Salim2016-05-101-4/+10
* | sched: align nlattr properly when neededNicolas Dichtel2016-04-261-1/+1
|/
* act_ife: fix a typo in kmemdup() parametersWANG Cong2016-03-061-2/+2
* introduce IFE actionJamal Hadi Salim2016-03-011-0/+870
OpenPOWER on IntegriCloud