summaryrefslogtreecommitdiffstats
path: root/net/sched/act_api.c
Commit message (Expand)AuthorAgeFilesLines
...
* idr: Delete idr_find_ext functionMatthew Wilcox2018-02-061-1/+1
* idr: Delete idr_replace_ext functionMatthew Wilcox2018-02-061-1/+1
* idr: Delete idr_remove_ext functionMatthew Wilcox2018-02-061-1/+1
* net_sched: remove unused parameter from act cleanup opsCong Wang2017-12-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-2/+0Star
|\
| * Revert "net_sched: hold netns refcnt for each action"Cong Wang2017-11-091-2/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+4
|\|
| * net_sched: hold netns refcnt for each actionCong Wang2017-11-031-0/+2
| * net_sched: acquire RTNL in tc_action_net_exit()Cong Wang2017-11-031-0/+2
* | net/sched: Set the net-device for egress device instanceOr Gerlitz2017-10-201-0/+1
* | net: sched: introduce per-egress action device callbacksJiri Pirko2017-10-121-0/+220
|/
* net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walkerJiri Pirko2017-09-131-2/+4
* net_sched: get rid of tcfa_rcuCong Wang2017-09-131-9/+8Star
* net: sched: don't use GFP_KERNEL under spin lockJakub Kicinski2017-09-051-2/+6
* net/sched: Change act_api and act_xxx modules to use IDRChris Mi2017-08-301-130/+121Star
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-101-3/+3
* net: sched: remove check for number of actions in tcf_exts_execJiri Pirko2017-08-041-1/+2
* net sched actions: add time filter for action dumpingJamal Hadi Salim2017-07-311-1/+20
* net sched actions: dump more than TCA_ACT_MAX_PRIO actions per batchJamal Hadi Salim2017-07-311-10/+40
* net sched actions: Use proper root attribute table for actionsJamal Hadi Salim2017-07-311-2/+2
* net sched actions: rename act_get_notify() to tcf_get_notify()Roman Mashak2017-07-141-2/+2
* net_sched: only create filter chains for new filters/actionsWANG Cong2017-05-251-1/+1
* net: sched: add termination action to allow goto chainJiri Pirko2017-05-171-0/+40
* net: sched: push tp down to action initJiri Pirko2017-05-171-7/+8
* net: sched: add helpers to handle extended actionsJiri Pirko2017-05-021-1/+1
* net sched actions: Complete the JUMPX opcodeJamal Hadi Salim2017-04-251-0/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-221-23/+32
|\
| * net sched actions: allocate act cookie earlyWolfgang Bumiller2017-04-201-23/+32
* | net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-171-2/+3
* | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-9/+11
|/
* net sched actions: do not overwrite status of action creation.Roman Mashak2017-02-271-2/+2
* net sched actions: decrement module reference count after table flush.Roman Mashak2017-02-271-4/+1Star
* net_sched: nla_memdup_cookie() can be staticWei Yongjun2017-02-141-1/+1
* net sched actions: Add support for user cookiesJamal Hadi Salim2017-01-251-0/+45
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-171-3/+2Star
|\
| * net sched actions: fix refcnt when GETing of action after bindJamal Hadi Salim2017-01-171-3/+2Star
* | net-tc: extract skip classify bit from tc_verdWillem de Bruijn2017-01-091-7/+4Star
|/
* net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet2016-12-051-6/+3Star
* net_sched actions: use nla_parse_nested()Johannes Berg2016-10-291-2/+1Star
* net_sched: reorder pernet ops and act ops registrationsWANG Cong2016-10-131-8/+11
* net sched actions: fix GETing actionsJamal Hadi Salim2016-09-211-0/+20
* net sched: stylistic cleanupsJamal Hadi Salim2016-09-201-10/+6Star
* net_sched: convert tcf_exts from list to pointer arrayWANG Cong2016-08-181-5/+6
* net_sched: remove an unnecessary list_del()WANG Cong2016-08-181-1/+0Star
* net_sched: remove the leftover cleanup_a()WANG Cong2016-08-181-19/+3Star
* net_sched: get rid of struct tcf_commonWANG Cong2016-07-261-72/+67Star
* net_sched: move tc_action into tcf_commonWANG Cong2016-07-261-96/+53Star
* 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