summaryrefslogtreecommitdiff
path: root/net/sched/act_ife.c
AgeCommit message (Expand)Author
2019-09-10net_sched: fix a NULL pointer deref in ipt actionCong Wang
2019-08-09ife: error out when nla attributes are emptyCong Wang
2018-09-15net: sched: action_ife: take reference to meta moduleVlad Buslov
2018-09-15act_ife: fix a potential deadlockCong Wang
2018-09-15act_ife: move tcfa_lock down to where necessaryCong Wang
2018-09-15act_ife: fix a potential use-after-freeCong Wang
2018-04-29net: sched: ife: handle malformed tlv lengthAlexander Aring
2018-04-29net: sched: ife: signal not finding metaidAlexander Aring
2017-11-09Revert "net_sched: hold netns refcnt for each action"Cong Wang
2017-11-03net_sched: hold netns refcnt for each actionCong Wang
2017-08-30net/sched: Change act_api and act_xxx modules to use IDRChris Mi
2017-08-29act_ife: use registered ife_type as fallbackAlexander Aring
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-03-16net/sched: act_ife: Staticfy find_decode_metaid()Or Gerlitz
2017-02-03net/sched: act_ife: Change to use ife moduleYotam Gigi
2017-02-03net/sched: act_ife: Unexport ife_tlv_meta_encodeYotam Gigi
2017-01-08net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-27act_ife: Fix false encodingYotam Gigi
2016-09-27act_ife: Fix external mac header on encodeYotam Gigi
2016-09-19net sched ife action: add 16 bit helpersJamal Hadi Salim
2016-08-22net sched: fix encoding to use real lengthJamal Hadi Salim
2016-07-25net_sched: move tc_action into tcf_commonWANG Cong
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-23act_ife: acquire ife_mod_lock before reading ifeoplistWANG Cong
2016-06-23act_ife: only acquire tcf_lock for existing actionsWANG Cong
2016-06-15net_sched: make tcf_hash_check() booleanWANG Cong
2016-06-07net sched actions: aggregate dumping of actions timeinfoJamal Hadi Salim
2016-06-07net sched: actions use tcf_lastuse_update for consistencyJamal Hadi Salim
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-10net sched: ife action fix late bindingJamal Hadi Salim
2016-04-26sched: align nlattr properly when neededNicolas Dichtel
2016-03-06act_ife: fix a typo in kmemdup() parametersWANG Cong
2016-03-01introduce IFE actionJamal Hadi Salim