summaryrefslogtreecommitdiff
path: root/net/sched/act_api.c
AgeCommit message (Expand)Author
2018-07-30net/sched: user-space can't set unknown tcfa_action valuesPaolo Abeni
2018-07-27net: sched: don't dump chains only held by actionsJiri Pirko
2018-07-11net: sched: fix unprotected access to rcu cookie pointerVlad Buslov
2018-07-08net: sched: Fix warnings from xchg() on RCU'd cookie pointer.David S. Miller
2018-07-08net: sched: change action API to use array of pointers to actionsVlad Buslov
2018-07-08net: sched: atomically check-allocate actionVlad Buslov
2018-07-08net: sched: use reference counting action initVlad Buslov
2018-07-08net: sched: don't release reference on action overwriteVlad Buslov
2018-07-08net: sched: implement reference counted action releaseVlad Buslov
2018-07-08net: sched: implement action API that deletes action by indexVlad Buslov
2018-07-08net: sched: always take reference to actionVlad Buslov
2018-07-08net: sched: implement unlocked action init APIVlad Buslov
2018-07-08net: sched: change type of reference and bind countersVlad Buslov
2018-07-08net: sched: use rcu for action cookie updateVlad Buslov
2018-05-22net: sched: don't disable bh when accessing action idrVlad Buslov
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-27net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh
2018-03-23net/sched: remove tcf_idr_cleanup()Davide Caratti
2018-03-09net sched actions: calculate add/delete event message sizeRoman Mashak
2018-03-09net sched actions: update Add/Delete action API with new argumentRoman Mashak
2018-03-05net sched actions: corrected extack messageRoman Mashak
2018-02-16net: sched: act: handle extack in tcf_generic_walkerAlexander Aring
2018-02-16net: sched: act: add extack for walk callbackAlexander Aring
2018-02-16net: sched: act: add extack for lookup callbackAlexander Aring
2018-02-16net: sched: act: add extack to init callbackAlexander Aring
2018-02-16net: sched: act: handle generic action errorsAlexander Aring
2018-02-16net: sched: act: add extack to initAlexander Aring
2018-02-16net: sched: act: fix code styleAlexander Aring
2018-02-16net: Revert sched action extack support series.David S. Miller
2018-02-16net: sched: act: add extack to initAlexander Aring
2018-02-16net: sched: act: fix code styleAlexander Aring
2018-02-16net: sched: fix unbalance in the error path of tca_action_flush()Davide Caratti
2018-02-13net: Convert subsys_initcall() registered pernet_operations from net/schedKirill Tkhai
2018-02-06idr: Rename idr_for_each_entry_extMatthew Wilcox
2018-02-06net sched actions: Convert to use idr_alloc_u32Matthew Wilcox
2018-02-06idr: Delete idr_find_ext functionMatthew Wilcox
2018-02-06idr: Delete idr_replace_ext functionMatthew Wilcox
2018-02-06idr: Delete idr_remove_ext functionMatthew Wilcox
2017-12-05net_sched: remove unused parameter from act cleanup opsCong Wang
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-09Revert "net_sched: hold netns refcnt for each action"Cong Wang
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-03net_sched: hold netns refcnt for each actionCong Wang
2017-11-03net_sched: acquire RTNL in tc_action_net_exit()Cong Wang
2017-10-20net/sched: Set the net-device for egress device instanceOr Gerlitz
2017-10-11net: sched: introduce per-egress action device callbacksJiri Pirko
2017-09-13net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walkerJiri Pirko
2017-09-12net_sched: get rid of tcfa_rcuCong Wang
2017-09-05net: sched: don't use GFP_KERNEL under spin lockJakub Kicinski