aboutsummaryrefslogtreecommitdiff
path: root/net/sched/act_api.c
AgeCommit message (Expand)Author
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
2016-02-25net_sched: add network namespace support for tc actionsWANG Cong
2016-02-25net_sched: prepare tcf_hashinfo_destroy() for netns supportWANG Cong
2015-08-26net_sched: make tcf_hash_destroy() staticAlexei Starovoitov
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-30net: sched: fix refcount imbalance in actionsDaniel Borkmann
2015-07-08net: sched: add percpu stats to actionsEric Dumazet
2015-05-02net: sched: remove TC_MUNGED bitsFlorian Westphal
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-02-12net_sched: act: clean up tca_action_flush()WANG Cong
2014-02-12net_sched: act: refuse to remove bound action outsideWANG Cong
2014-02-12net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong
2014-02-12net_sched: act: refactor cleanup opsWANG Cong
2014-02-12net_sched: act: hide struct tcf_common from APIWANG Cong
2014-01-21net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()WANG Cong
2014-01-21net_sched: act: fetch hinfo from a->ops->hinfoWANG Cong
2014-01-13net_sched: act: remove struct tcf_act_hdrWANG Cong
2014-01-13net_sched: act: clean up notification functionsWANG Cong