| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | net: sched: use reference counting action init | Vlad Buslov | 2018-07-08 | 1 | -18/+17 |
* | net: sched: don't release reference on action overwrite | Vlad Buslov | 2018-07-08 | 1 | -2/+0 |
* | net: sched: implement reference counted action release | Vlad Buslov | 2018-07-08 | 1 | -22/+62 |
* | net: sched: implement action API that deletes action by index | Vlad Buslov | 2018-07-08 | 1 | -0/+39 |
* | net: sched: always take reference to action | Vlad Buslov | 2018-07-08 | 1 | -26/+20 |
* | net: sched: implement unlocked action init API | Vlad Buslov | 2018-07-08 | 1 | -7/+11 |
* | net: sched: change type of reference and bind counters | Vlad Buslov | 2018-07-08 | 1 | -10/+22 |
* | net: sched: use rcu for action cookie update | Vlad Buslov | 2018-07-08 | 1 | -14/+30 |
* | net: sched: don't disable bh when accessing action idr | Vlad Buslov | 2018-05-22 | 1 | -10/+10 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-04-01 | 1 | -1/+3 |
|\ |
|
| * | net sched actions: fix dumping which requires several messages to user space | Craig Dillabaugh | 2018-03-27 | 1 | -1/+3 |
* | | net: Drop pernet_operations::async | Kirill Tkhai | 2018-03-27 | 1 | -1/+0 |
* | | net/sched: remove tcf_idr_cleanup() | Davide Caratti | 2018-03-23 | 1 | -8/+0 |
* | | net sched actions: calculate add/delete event message size | Roman Mashak | 2018-03-09 | 1 | -0/+43 |
* | | net sched actions: update Add/Delete action API with new argument | Roman Mashak | 2018-03-09 | 1 | -8/+13 |
* | | net sched actions: corrected extack message | Roman Mashak | 2018-03-05 | 1 | -1/+1 |
* | | net: sched: act: handle extack in tcf_generic_walker | Alexander Aring | 2018-02-16 | 1 | -2/+4 |
* | | net: sched: act: add extack for walk callback | Alexander Aring | 2018-02-16 | 1 | -2/+2 |
* | | net: sched: act: add extack for lookup callback | Alexander Aring | 2018-02-16 | 1 | -1/+1 |
* | | net: sched: act: add extack to init callback | Alexander Aring | 2018-02-16 | 1 | -2/+3 |
* | | net: sched: act: handle generic action errors | Alexander Aring | 2018-02-16 | 1 | -32/+61 |
* | | net: sched: act: add extack to init | Alexander Aring | 2018-02-16 | 1 | -6/+11 |
* | | net: sched: act: fix code style | Alexander Aring | 2018-02-16 | 1 | -6/+6 |
* | | net: Revert sched action extack support series. | David S. Miller | 2018-02-16 | 1 | -17/+12 |
* | | net: sched: act: add extack to init | Alexander Aring | 2018-02-16 | 1 | -6/+11 |
* | | net: sched: act: fix code style | Alexander Aring | 2018-02-16 | 1 | -6/+6 |
* | | net: sched: fix unbalance in the error path of tca_action_flush() | Davide Caratti | 2018-02-16 | 1 | -1/+3 |
* | | net: Convert subsys_initcall() registered pernet_operations from net/sched | Kirill Tkhai | 2018-02-13 | 1 | -0/+1 |
|/ |
|
* | idr: Rename idr_for_each_entry_ext | Matthew Wilcox | 2018-02-06 | 1 | -3/+3 |
* | net sched actions: Convert to use idr_alloc_u32 | Matthew Wilcox | 2018-02-06 | 1 | -35/+25 |
* | idr: Delete idr_find_ext function | Matthew Wilcox | 2018-02-06 | 1 | -1/+1 |
* | idr: Delete idr_replace_ext function | Matthew Wilcox | 2018-02-06 | 1 | -1/+1 |
* | idr: Delete idr_remove_ext function | Matthew Wilcox | 2018-02-06 | 1 | -1/+1 |
* | net_sched: remove unused parameter from act cleanup ops | Cong Wang | 2017-12-05 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-10 | 1 | -2/+0 |
|\ |
|
| * | Revert "net_sched: hold netns refcnt for each action" | Cong Wang | 2017-11-09 | 1 | -2/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-04 | 1 | -0/+4 |
|\| |
|
| * | net_sched: hold netns refcnt for each action | Cong Wang | 2017-11-03 | 1 | -0/+2 |
| * | net_sched: acquire RTNL in tc_action_net_exit() | Cong Wang | 2017-11-03 | 1 | -0/+2 |
* | | net/sched: Set the net-device for egress device instance | Or Gerlitz | 2017-10-20 | 1 | -0/+1 |
* | | net: sched: introduce per-egress action device callbacks | Jiri Pirko | 2017-10-11 | 1 | -0/+220 |
|/ |
|
* | net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walker | Jiri Pirko | 2017-09-13 | 1 | -2/+4 |
* | net_sched: get rid of tcfa_rcu | Cong Wang | 2017-09-12 | 1 | -9/+8 |
* | net: sched: don't use GFP_KERNEL under spin lock | Jakub Kicinski | 2017-09-05 | 1 | -2/+6 |
* | net/sched: Change act_api and act_xxx modules to use IDR | Chris Mi | 2017-08-30 | 1 | -130/+121 |
* | rtnetlink: make rtnl_register accept a flags parameter | Florian Westphal | 2017-08-09 | 1 | -3/+3 |
* | net: sched: remove check for number of actions in tcf_exts_exec | Jiri Pirko | 2017-08-04 | 1 | -1/+2 |
* | net sched actions: add time filter for action dumping | Jamal Hadi Salim | 2017-07-30 | 1 | -1/+20 |
* | net sched actions: dump more than TCA_ACT_MAX_PRIO actions per batch | Jamal Hadi Salim | 2017-07-30 | 1 | -10/+40 |
* | net sched actions: Use proper root attribute table for actions | Jamal Hadi Salim | 2017-07-30 | 1 | -2/+2 |