summaryrefslogtreecommitdiffstats
path: root/net/sched/act_api.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: reorder pernet ops and act ops registrationsWANG Cong2016-10-131-8/+11
* net sched actions: fix GETing actionsJamal Hadi Salim2016-09-201-0/+20
* net sched: stylistic cleanupsJamal Hadi Salim2016-09-191-10/+6
* net_sched: convert tcf_exts from list to pointer arrayWANG Cong2016-08-171-5/+6
* net_sched: remove an unnecessary list_del()WANG Cong2016-08-171-1/+0
* net_sched: remove the leftover cleanup_a()WANG Cong2016-08-171-19/+3
* net_sched: get rid of struct tcf_commonWANG Cong2016-07-251-72/+67
* net_sched: move tc_action into tcf_commonWANG Cong2016-07-251-96/+53
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-1/+1
|\
| * net sched actions: bug fix dumping actions directly didnt produce NLMSG_DONEJamal Hadi Salim2016-06-151-1/+1
* | net_sched: make tcf_hash_check() booleanWANG Cong2016-06-151-4/+4
* | net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-071-2/+2
* | net sched: indentation and other OCD stylistic fixesJamal Hadi Salim2016-06-071-8/+11
* | net sched actions: introduce timestamp for firsttime useJamal Hadi Salim2016-06-071-0/+1
|/
* sched: align nlattr properly when neededNicolas Dichtel2016-04-261-2/+5
* net_sched: add network namespace support for tc actionsWANG Cong2016-02-251-55/+58
* net_sched: prepare tcf_hashinfo_destroy() for netns supportWANG Cong2016-02-251-3/+29
* net_sched: make tcf_hash_destroy() staticAlexei Starovoitov2015-08-261-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-311-5/+6
|\
| * net: sched: fix refcount imbalance in actionsDaniel Borkmann2015-07-301-5/+6
* | net: sched: add percpu stats to actionsEric Dumazet2015-07-081-10/+34
|/
* net: sched: remove TC_MUNGED bitsFlorian Westphal2015-05-021-5/+0
* net: sched: enable per cpu qstatsJohn Fastabend2014-09-301-1/+1
* net: sched: restrict use of qstats qlenJohn Fastabend2014-09-301-1/+3
* net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2014-09-301-2/+3
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-1/+1
* net_sched: act: clean up tca_action_flush()WANG Cong2014-02-121-30/+23
* net_sched: act: refuse to remove bound action outsideWANG Cong2014-02-121-6/+20
* net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong2014-02-121-1/+15
* net_sched: act: refactor cleanup opsWANG Cong2014-02-121-3/+5
* net_sched: act: hide struct tcf_common from APIWANG Cong2014-02-121-13/+30
* net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()WANG Cong2014-01-211-3/+3
* net_sched: act: fetch hinfo from a->ops->hinfoWANG Cong2014-01-211-12/+11
* net_sched: act: remove struct tcf_act_hdrWANG Cong2014-01-131-8/+8
* net_sched: act: clean up notification functionsWANG Cong2014-01-131-55/+40
* net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong2014-01-131-5/+5
* net_sched: act: action flushing missaccountingJamal Hadi Salim2014-01-061-2/+3
* net_sched: Remove unnecessary checks for act->opsJamal Hadi Salim2014-01-061-31/+15
* sched action: make local function staticstephen hemminger2014-01-021-5/+3
* net_sched: fix regression in tc_action_opsEric Dumazet2013-12-201-40/+13
* net_sched: convert tc_action_ops to use struct list_headWANG Cong2013-12-181-11/+9
* net_sched: convert tcf_hashinfo to hlist and use spinlockWANG Cong2013-12-181-39/+30
* net_sched: init struct tcf_hashinfo at register timeWANG Cong2013-12-181-8/+8
* net_sched: act: use standard struct list_headWANG Cong2013-12-181-60/+45
* net_sched: remove get_stats from tc_action_opsWANG Cong2013-12-181-4/+0
* net_sched: remove unnecessary parentheses while returnYang Yingliang2013-12-101-1/+2
* net_sched: Provide default walker function for actionsJamal Hadi Salim2013-12-051-6/+3
* net_sched: Default action lookup method for actionsJamal Hadi Salim2013-12-051-2/+3
* net_sched: Fail if missing mandatory action operation methodsJamal Hadi Salim2013-12-051-4/+8
* rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-221-1/+1
OpenPOWER on IntegriCloud