aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-10net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEEli Cohen1-1/+1
2018-12-10net/sched: Remove egdev mechanismOz Shlomo1-221/+0
2018-10-08net: Add extack to nlmsg_parseDavid Ahern1-1/+1
2018-10-05net_sched: convert idrinfo->lock from spinlock to a mutexCong Wang1-22/+22
2018-09-24net/sched: Add hardware specific counters to TC actionsEelco Chaudron1-3/+11
2018-09-21net_sched: change tcf_del_walker() to take idrinfo->lockVlad Buslov1-1/+19
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+12
2018-09-03net: sched: null actions array pointer before releasing actionVlad Buslov1-1/+1
2018-08-31Revert "net: sched: act: add extack for lookup callback"Cong Wang1-2/+4
2018-08-29net_sched: reject unknown tcfa_action valuesPaolo Abeni1-5/+11
2018-08-21net_sched: remove list_head from tc_actionCong Wang1-1/+0
2018-08-21net_sched: remove unused tcf_idr_check()Cong Wang1-19/+3
2018-08-21net_sched: remove unused parameter for tcf_action_delete()Cong Wang1-3/+2
2018-08-21net_sched: remove unnecessary ops->delete()Cong Wang1-8/+7
2018-08-21net_sched: improve and refactor tcf_action_put_many()Cong Wang1-16/+15
2018-07-30net/sched: user-space can't set unknown tcfa_action valuesPaolo Abeni1-0/+14
2018-07-27net: sched: don't dump chains only held by actionsJiri Pirko1-2/+2
2018-07-11net: sched: fix unprotected access to rcu cookie pointerVlad Buslov1-2/+7
2018-07-08net: sched: Fix warnings from xchg() on RCU'd cookie pointer.David S. Miller1-1/+1
2018-07-08net: sched: change action API to use array of pointers to actionsVlad Buslov1-39/+50
2018-07-08net: sched: atomically check-allocate actionVlad Buslov1-20/+72
2018-07-08net: sched: use reference counting action initVlad Buslov1-18/+17
2018-07-08net: sched: don't release reference on action overwriteVlad Buslov1-2/+0
2018-07-08net: sched: implement reference counted action releaseVlad Buslov1-22/+62
2018-07-08net: sched: implement action API that deletes action by indexVlad Buslov1-0/+39
2018-07-08net: sched: always take reference to actionVlad Buslov1-26/+20
2018-07-08net: sched: implement unlocked action init APIVlad Buslov1-7/+11
2018-07-08net: sched: change type of reference and bind countersVlad Buslov1-10/+22
2018-07-08net: sched: use rcu for action cookie updateVlad Buslov1-14/+30
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