summaryrefslogtreecommitdiff
path: root/net/sched/act_ife.c
Commit message (Expand)AuthorAge
* 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-10
|\
| * Revert "net_sched: hold netns refcnt for each action"Cong Wang2017-11-09
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-04
|\ \ | |/
| * net_sched: hold netns refcnt for each actionCong Wang2017-11-03
* | net_sched: fix a compile warning in act_ifeCong Wang2017-10-14
* | sched: act: ife: update parameters via rcu handlingAlexander Aring2017-10-12
* | sched: act: ife: migrate to use per-cpu countersAlexander Aring2017-10-12
* | sched: act: ife: move encode/decode check to initAlexander Aring2017-10-12
* | net sched actions: fix module auto-loadingRoman Mashak2017-10-12
* | net sched actions: change IFE modules alias namesRoman Mashak2017-10-12
|/
* net/sched: Change act_api and act_xxx modules to use IDRChris Mi2017-08-30
* act_ife: use registered ife_type as fallbackAlexander Aring2017-08-29
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-13
* net/sched: act_ife: Staticfy find_decode_metaid()Or Gerlitz2017-03-16
* net/sched: act_ife: Change to use ife moduleYotam Gigi2017-02-03
* net/sched: act_ife: Unexport ife_tlv_meta_encodeYotam Gigi2017-02-03
* net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn2017-01-08
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-02
|\
| * act_ife: Fix false encodingYotam Gigi2016-09-27
| * act_ife: Fix external mac header on encodeYotam Gigi2016-09-27
* | net sched ife action: add 16 bit helpersJamal Hadi Salim2016-09-19
|/
* net sched: fix encoding to use real lengthJamal Hadi Salim2016-08-22
* net_sched: move tc_action into tcf_commonWANG Cong2016-07-25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-30
|\
| * act_ife: acquire ife_mod_lock before reading ifeoplistWANG Cong2016-06-23
| * act_ife: only acquire tcf_lock for existing actionsWANG Cong2016-06-23
* | net_sched: make tcf_hash_check() booleanWANG Cong2016-06-15
* | net sched actions: aggregate dumping of actions timeinfoJamal Hadi Salim2016-06-07
* | net sched: actions use tcf_lastuse_update for consistencyJamal Hadi Salim2016-06-07
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-15
|\
| * net sched: ife action fix late bindingJamal Hadi Salim2016-05-10
* | sched: align nlattr properly when neededNicolas Dichtel2016-04-26
|/
* act_ife: fix a typo in kmemdup() parametersWANG Cong2016-03-06
* introduce IFE actionJamal Hadi Salim2016-03-01