summaryrefslogtreecommitdiffstats
path: root/net/sched/act_api.c
Commit message (Expand)AuthorAgeFilesLines
* idr: fix overflow case for idr_for_each_entry_ul()Cong Wang2019-07-011-3/+6
* Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-311-7/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-7/+1
* | net: sched: don't use tc_action->order during action dumpVlad Buslov2019-05-241-2/+1
|/
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-12/+14
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-7/+7
* net/sched: let actions use RCU to access 'goto_chain'Davide Caratti2019-03-211-8/+10
* net/sched: prepare TC actions to properly validate the control actionDavide Caratti2019-03-211-41/+56
* net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEEli Cohen2019-02-101-1/+1
* net/sched: Remove egdev mechanismOz Shlomo2018-12-101-221/+0
* net: Add extack to nlmsg_parseDavid Ahern2018-10-081-1/+1
* net_sched: convert idrinfo->lock from spinlock to a mutexCong Wang2018-10-051-22/+22
* net/sched: Add hardware specific counters to TC actionsEelco Chaudron2018-09-241-3/+11
* net_sched: change tcf_del_walker() to take idrinfo->lockVlad Buslov2018-09-211-1/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-041-6/+12
|\
| * net: sched: null actions array pointer before releasing actionVlad Buslov2018-09-031-1/+1
| * net_sched: reject unknown tcfa_action valuesPaolo Abeni2018-08-291-5/+11
* | Revert "net: sched: act: add extack for lookup callback"Cong Wang2018-08-311-2/+4
|/
* net_sched: remove list_head from tc_actionCong Wang2018-08-211-1/+0
* net_sched: remove unused tcf_idr_check()Cong Wang2018-08-211-19/+3
* net_sched: remove unused parameter for tcf_action_delete()Cong Wang2018-08-211-3/+2
* net_sched: remove unnecessary ops->delete()Cong Wang2018-08-211-8/+7
* net_sched: improve and refactor tcf_action_put_many()Cong Wang2018-08-211-16/+15
* net/sched: user-space can't set unknown tcfa_action valuesPaolo Abeni2018-07-301-0/+14
* net: sched: don't dump chains only held by actionsJiri Pirko2018-07-271-2/+2
* net: sched: fix unprotected access to rcu cookie pointerVlad Buslov2018-07-111-2/+7
* net: sched: Fix warnings from xchg() on RCU'd cookie pointer.David S. Miller2018-07-081-1/+1
* net: sched: change action API to use array of pointers to actionsVlad Buslov2018-07-081-39/+50
* net: sched: atomically check-allocate actionVlad Buslov2018-07-081-20/+72
* net: sched: use reference counting action initVlad Buslov2018-07-081-18/+17
* net: sched: don't release reference on action overwriteVlad Buslov2018-07-081-2/+0
* net: sched: implement reference counted action releaseVlad Buslov2018-07-081-22/+62
* net: sched: implement action API that deletes action by indexVlad Buslov2018-07-081-0/+39
* net: sched: always take reference to actionVlad Buslov2018-07-081-26/+20
* net: sched: implement unlocked action init APIVlad Buslov2018-07-081-7/+11
* net: sched: change type of reference and bind countersVlad Buslov2018-07-081-10/+22
* net: sched: use rcu for action cookie updateVlad Buslov2018-07-081-14/+30
* 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