summaryrefslogtreecommitdiffstats
path: root/net/sched/act_ife.c
Commit message (Expand)AuthorAgeFilesLines
* 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