aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-22net: sched: don't disable bh when accessing action idrVlad Buslov1-10/+10
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-27net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh1-1/+3
2018-03-23net/sched: remove tcf_idr_cleanup()Davide Caratti1-8/+0
2018-03-09net sched actions: calculate add/delete event message sizeRoman Mashak1-0/+43
2018-03-09net sched actions: update Add/Delete action API with new argumentRoman Mashak1-8/+13
2018-03-05net sched actions: corrected extack messageRoman Mashak1-1/+1
2018-02-16net: sched: act: handle extack in tcf_generic_walkerAlexander Aring1-2/+4
2018-02-16net: sched: act: add extack for walk callbackAlexander Aring1-2/+2
2018-02-16net: sched: act: add extack for lookup callbackAlexander Aring1-1/+1
2018-02-16net: sched: act: add extack to init callbackAlexander Aring1-2/+3
2018-02-16net: sched: act: handle generic action errorsAlexander Aring1-32/+61
2018-02-16net: sched: act: add extack to initAlexander Aring1-6/+11
2018-02-16net: sched: act: fix code styleAlexander Aring1-6/+6
2018-02-16net: Revert sched action extack support series.David S. Miller1-17/+12
2018-02-16net: sched: act: add extack to initAlexander Aring1-6/+11
2018-02-16net: sched: act: fix code styleAlexander Aring1-6/+6
2018-02-16net: sched: fix unbalance in the error path of tca_action_flush()Davide Caratti1-1/+3
2018-02-13net: Convert subsys_initcall() registered pernet_operations from net/schedKirill Tkhai1-0/+1
2018-02-06idr: Rename idr_for_each_entry_extMatthew Wilcox1-3/+3
2018-02-06net sched actions: Convert to use idr_alloc_u32Matthew Wilcox1-35/+25
2018-02-06idr: Delete idr_find_ext functionMatthew Wilcox1-1/+1
2018-02-06idr: Delete idr_replace_ext functionMatthew Wilcox1-1/+1
2018-02-06idr: Delete idr_remove_ext functionMatthew Wilcox1-1/+1
2017-12-05net_sched: remove unused parameter from act cleanup opsCong Wang1-1/+1
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2017-11-09Revert "net_sched: hold netns refcnt for each action"Cong Wang1-2/+0
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2017-11-03net_sched: hold netns refcnt for each actionCong Wang1-0/+2
2017-11-03net_sched: acquire RTNL in tc_action_net_exit()Cong Wang1-0/+2
2017-10-20net/sched: Set the net-device for egress device instanceOr Gerlitz1-0/+1
2017-10-11net: sched: introduce per-egress action device callbacksJiri Pirko1-0/+220
2017-09-13net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walkerJiri Pirko1-2/+4
2017-09-12net_sched: get rid of tcfa_rcuCong Wang1-9/+8
2017-09-05net: sched: don't use GFP_KERNEL under spin lockJakub Kicinski1-2/+6
2017-08-30net/sched: Change act_api and act_xxx modules to use IDRChris Mi1-130/+121
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-3/+3
2017-08-04net: sched: remove check for number of actions in tcf_exts_execJiri Pirko1-1/+2
2017-07-30net sched actions: add time filter for action dumpingJamal Hadi Salim1-1/+20
2017-07-30net sched actions: dump more than TCA_ACT_MAX_PRIO actions per batchJamal Hadi Salim1-10/+40
2017-07-30net sched actions: Use proper root attribute table for actionsJamal Hadi Salim1-2/+2
2017-07-14net sched actions: rename act_get_notify() to tcf_get_notify()Roman Mashak1-2/+2
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