summaryrefslogtreecommitdiffstats
path: root/net/sched/act_api.c
Commit message (Expand)AuthorAgeFilesLines
* net: sched: don't disable bh when accessing action idrVlad Buslov2018-05-221-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-011-1/+3
|\
| * net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh2018-03-271-1/+3
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* | net/sched: remove tcf_idr_cleanup()Davide Caratti2018-03-231-8/+0
* | net sched actions: calculate add/delete event message sizeRoman Mashak2018-03-091-0/+43
* | net sched actions: update Add/Delete action API with new argumentRoman Mashak2018-03-091-8/+13
* | net sched actions: corrected extack messageRoman Mashak2018-03-051-1/+1
* | net: sched: act: handle extack in tcf_generic_walkerAlexander Aring2018-02-161-2/+4
* | net: sched: act: add extack for walk callbackAlexander Aring2018-02-161-2/+2
* | net: sched: act: add extack for lookup callbackAlexander Aring2018-02-161-1/+1
* | net: sched: act: add extack to init callbackAlexander Aring2018-02-161-2/+3
* | net: sched: act: handle generic action errorsAlexander Aring2018-02-161-32/+61
* | net: sched: act: add extack to initAlexander Aring2018-02-161-6/+11
* | net: sched: act: fix code styleAlexander Aring2018-02-161-6/+6
* | net: Revert sched action extack support series.David S. Miller2018-02-161-17/+12
* | net: sched: act: add extack to initAlexander Aring2018-02-161-6/+11
* | net: sched: act: fix code styleAlexander Aring2018-02-161-6/+6
* | net: sched: fix unbalance in the error path of tca_action_flush()Davide Caratti2018-02-161-1/+3
* | net: Convert subsys_initcall() registered pernet_operations from net/schedKirill Tkhai2018-02-131-0/+1
|/
* idr: Rename idr_for_each_entry_extMatthew Wilcox2018-02-061-3/+3
* net sched actions: Convert to use idr_alloc_u32Matthew Wilcox2018-02-061-35/+25
* 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-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-2/+0
|\
| * Revert "net_sched: hold netns refcnt for each action"Cong Wang2017-11-091-2/+0
* | 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-111-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-121-9/+8
* 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/+121
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-091-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-301-1/+20
* net sched actions: dump more than TCA_ACT_MAX_PRIO actions per batchJamal Hadi Salim2017-07-301-10/+40
* net sched actions: Use proper root attribute table for actionsJamal Hadi Salim2017-07-301-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-211-23/+32
|\
| * net sched actions: allocate act cookie earlyWolfgang Bumiller2017-04-201-23/+32
OpenPOWER on IntegriCloud