summaryrefslogtreecommitdiff
path: root/net/sched/act_api.c
AgeCommit message (Expand)Author
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-09Revert "net_sched: hold netns refcnt for each action"Cong Wang
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-03net_sched: hold netns refcnt for each actionCong Wang
2017-11-03net_sched: acquire RTNL in tc_action_net_exit()Cong Wang
2017-10-20net/sched: Set the net-device for egress device instanceOr Gerlitz
2017-10-11net: sched: introduce per-egress action device callbacksJiri Pirko
2017-09-13net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walkerJiri Pirko
2017-09-12net_sched: get rid of tcfa_rcuCong Wang
2017-09-05net: sched: don't use GFP_KERNEL under spin lockJakub Kicinski
2017-08-30net/sched: Change act_api and act_xxx modules to use IDRChris Mi
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-08-04net: sched: remove check for number of actions in tcf_exts_execJiri Pirko
2017-07-30net sched actions: add time filter for action dumpingJamal Hadi Salim
2017-07-30net sched actions: dump more than TCA_ACT_MAX_PRIO actions per batchJamal Hadi Salim
2017-07-30net sched actions: Use proper root attribute table for actionsJamal Hadi Salim
2017-07-14net sched actions: rename act_get_notify() to tcf_get_notify()Roman Mashak
2017-05-25net_sched: only create filter chains for new filters/actionsWANG Cong
2017-05-17net: sched: add termination action to allow goto chainJiri Pirko
2017-05-17net: sched: push tp down to action initJiri Pirko
2017-05-02net: sched: add helpers to handle extended actionsJiri Pirko
2017-04-25net sched actions: Complete the JUMPX opcodeJamal Hadi Salim
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-20net sched actions: allocate act cookie earlyWolfgang Bumiller
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-02-26net sched actions: do not overwrite status of action creation.Roman Mashak
2017-02-26net sched actions: decrement module reference count after table flush.Roman Mashak
2017-02-14net_sched: nla_memdup_cookie() can be staticWei Yongjun
2017-01-25net sched actions: Add support for user cookiesJamal Hadi Salim
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-16net sched actions: fix refcnt when GETing of action after bindJamal Hadi Salim
2017-01-08net-tc: extract skip classify bit from tc_verdWillem de Bruijn
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet
2016-10-29net_sched actions: use nla_parse_nested()Johannes Berg
2016-10-13net_sched: reorder pernet ops and act ops registrationsWANG Cong
2016-09-20net sched actions: fix GETing actionsJamal Hadi Salim
2016-09-19net sched: stylistic cleanupsJamal Hadi Salim
2016-08-17net_sched: convert tcf_exts from list to pointer arrayWANG Cong
2016-08-17net_sched: remove an unnecessary list_del()WANG Cong
2016-08-17net_sched: remove the leftover cleanup_a()WANG Cong
2016-07-25net_sched: get rid of struct tcf_commonWANG Cong
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-15net sched actions: bug fix dumping actions directly didnt produce NLMSG_DONEJamal Hadi Salim
2016-06-15net_sched: make tcf_hash_check() booleanWANG Cong
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet
2016-06-07net sched: indentation and other OCD stylistic fixesJamal Hadi Salim
2016-06-07net sched actions: introduce timestamp for firsttime useJamal Hadi Salim
2016-04-26sched: align nlattr properly when neededNicolas Dichtel