aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_api.c
Commit message (Expand)AuthorAge
* net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet2019-10-15
* net_sched: fix backward compatibility for TCA_ACT_KINDCong Wang2019-10-08
* net_sched: add policy validation for action attributesCong Wang2019-09-21
* idr: fix overflow case for idr_for_each_entry_ul()Cong Wang2019-07-01
* Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-31
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
* | net: sched: don't use tc_action->order during action dumpVlad Buslov2019-05-24
|/
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-27
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-27
* net/sched: let actions use RCU to access 'goto_chain'Davide Caratti2019-03-21
* net/sched: prepare TC actions to properly validate the control actionDavide Caratti2019-03-21
* net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEEli Cohen2019-02-10
* net/sched: Remove egdev mechanismOz Shlomo2018-12-10
* net: Add extack to nlmsg_parseDavid Ahern2018-10-08
* net_sched: convert idrinfo->lock from spinlock to a mutexCong Wang2018-10-05
* net/sched: Add hardware specific counters to TC actionsEelco Chaudron2018-09-24
* net_sched: change tcf_del_walker() to take idrinfo->lockVlad Buslov2018-09-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-05
|\
| * net: sched: null actions array pointer before releasing actionVlad Buslov2018-09-04
| * net_sched: reject unknown tcfa_action valuesPaolo Abeni2018-08-30
* | Revert "net: sched: act: add extack for lookup callback"Cong Wang2018-09-01
|/
* net_sched: remove list_head from tc_actionCong Wang2018-08-21
* net_sched: remove unused tcf_idr_check()Cong Wang2018-08-21
* net_sched: remove unused parameter for tcf_action_delete()Cong Wang2018-08-21
* net_sched: remove unnecessary ops->delete()Cong Wang2018-08-21
* net_sched: improve and refactor tcf_action_put_many()Cong Wang2018-08-21
* net/sched: user-space can't set unknown tcfa_action valuesPaolo Abeni2018-07-30
* net: sched: don't dump chains only held by actionsJiri Pirko2018-07-27
* net: sched: fix unprotected access to rcu cookie pointerVlad Buslov2018-07-12
* net: sched: Fix warnings from xchg() on RCU'd cookie pointer.David S. Miller2018-07-08
* net: sched: change action API to use array of pointers to actionsVlad Buslov2018-07-07
* net: sched: atomically check-allocate actionVlad Buslov2018-07-07
* net: sched: use reference counting action initVlad Buslov2018-07-07
* net: sched: don't release reference on action overwriteVlad Buslov2018-07-07
* net: sched: implement reference counted action releaseVlad Buslov2018-07-07
* net: sched: implement action API that deletes action by indexVlad Buslov2018-07-07
* net: sched: always take reference to actionVlad Buslov2018-07-07
* net: sched: implement unlocked action init APIVlad Buslov2018-07-07
* net: sched: change type of reference and bind countersVlad Buslov2018-07-07
* net: sched: use rcu for action cookie updateVlad Buslov2018-07-07
* net: sched: don't disable bh when accessing action idrVlad Buslov2018-05-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-01
|\
| * net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh2018-03-27
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
* | net/sched: remove tcf_idr_cleanup()Davide Caratti2018-03-23
* | net sched actions: calculate add/delete event message sizeRoman Mashak2018-03-09
* | net sched actions: update Add/Delete action API with new argumentRoman Mashak2018-03-09
* | net sched actions: corrected extack messageRoman Mashak2018-03-05
* | net: sched: act: handle extack in tcf_generic_walkerAlexander Aring2018-02-16
* | net: sched: act: add extack for walk callbackAlexander Aring2018-02-16