aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-25net_sched: only create filter chains for new filters/actionsWANG Cong1-1/+1
2017-05-17net: sched: add termination action to allow goto chainJiri Pirko1-0/+40
2017-05-17net: sched: push tp down to action initJiri Pirko1-7/+8
2017-05-02net: sched: add helpers to handle extended actionsJiri Pirko1-1/+1
2017-04-25net sched actions: Complete the JUMPX opcodeJamal Hadi Salim1-0/+25
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-23/+32
2017-04-20net sched actions: allocate act cookie earlyWolfgang Bumiller1-23/+32
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern1-2/+3
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-9/+11
2017-02-26net sched actions: do not overwrite status of action creation.Roman Mashak1-2/+2
2017-02-26net sched actions: decrement module reference count after table flush.Roman Mashak1-4/+1
2017-02-14net_sched: nla_memdup_cookie() can be staticWei Yongjun1-1/+1
2017-01-25net sched actions: Add support for user cookiesJamal Hadi Salim1-0/+45
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2017-01-16net sched actions: fix refcnt when GETing of action after bindJamal Hadi Salim1-3/+2
2017-01-08net-tc: extract skip classify bit from tc_verdWillem de Bruijn1-7/+4
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet1-6/+3
2016-10-29net_sched actions: use nla_parse_nested()Johannes Berg1-2/+1
2016-10-13net_sched: reorder pernet ops and act ops registrationsWANG Cong1-8/+11
2016-09-20net sched actions: fix GETing actionsJamal Hadi Salim1-0/+20
2016-09-19net sched: stylistic cleanupsJamal Hadi Salim1-10/+6
2016-08-17net_sched: convert tcf_exts from list to pointer arrayWANG Cong1-5/+6
2016-08-17net_sched: remove an unnecessary list_del()WANG Cong1-1/+0
2016-08-17net_sched: remove the leftover cleanup_a()WANG Cong1-19/+3
2016-07-25net_sched: get rid of struct tcf_commonWANG Cong1-72/+67
2016-07-25net_sched: move tc_action into tcf_commonWANG Cong1-96/+53
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-06-15net sched actions: bug fix dumping actions directly didnt produce NLMSG_DONEJamal Hadi Salim1-1/+1
2016-06-15net_sched: make tcf_hash_check() booleanWANG Cong1-4/+4
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet1-2/+2
2016-06-07net sched: indentation and other OCD stylistic fixesJamal Hadi Salim1-8/+11
2016-06-07net sched actions: introduce timestamp for firsttime useJamal Hadi Salim1-0/+1
2016-04-26sched: align nlattr properly when neededNicolas Dichtel1-2/+5
2016-02-25net_sched: add network namespace support for tc actionsWANG Cong1-55/+58
2016-02-25net_sched: prepare tcf_hashinfo_destroy() for netns supportWANG Cong1-3/+29
2015-08-26net_sched: make tcf_hash_destroy() staticAlexei Starovoitov1-2/+1
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2015-07-30net: sched: fix refcount imbalance in actionsDaniel Borkmann1-5/+6
2015-07-08net: sched: add percpu stats to actionsEric Dumazet1-10/+34
2015-05-02net: sched: remove TC_MUNGED bitsFlorian Westphal1-5/+0
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend1-1/+1
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend1-1/+3
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend1-2/+3
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2014-02-12net_sched: act: clean up tca_action_flush()WANG Cong1-30/+23
2014-02-12net_sched: act: refuse to remove bound action outsideWANG Cong1-6/+20
2014-02-12net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong1-1/+15
2014-02-12net_sched: act: refactor cleanup opsWANG Cong1-3/+5
2014-02-12net_sched: act: hide struct tcf_common from APIWANG Cong1-13/+30
2014-01-21net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()WANG Cong1-3/+3