summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: return correct value for *notify* functionsZhike Wang2019-03-131-9/+23
* net: sched: fix potential use-after-free in __tcf_chain_put()Vlad Buslov2019-03-091-10/+7Star
* net: sched: fix typo in walker_check_empty()Vlad Buslov2019-02-261-2/+2
* net: sched: don't release block->lock when dumping chainsVlad Buslov2019-02-251-9/+7Star
* net: sched: set dedicated tcf_walker flag when tp is emptyVlad Buslov2019-02-251-4/+9
* net_sched: initialize net pointer inside tcf_exts_init()Cong Wang2019-02-231-1/+0Star
* net: sched: potential NULL dereference in tcf_block_find()Dan Carpenter2019-02-211-1/+3
* net: sched: remove duplicated include from cls_api.cYueHaibing2019-02-141-1/+0Star
* net: sched: unlock rules update APIVlad Buslov2019-02-121-17/+114
* net: sched: refactor tcf_block_find() into standalone functionsVlad Buslov2019-02-121-92/+149
* net: sched: extend proto ops to support unlocked classifiersVlad Buslov2019-02-121-75/+93
* net: sched: extend proto ops with 'put' callbackVlad Buslov2019-02-121-1/+11
* net: sched: track rtnl lock status when validating extensionsVlad Buslov2019-02-121-4/+5
* net: sched: prevent insertion of new classifiers during chain flushVlad Buslov2019-02-121-6/+29
* net: sched: refactor tp insert/delete for concurrent executionVlad Buslov2019-02-121-25/+152
* net: sched: traverse classifiers in chain with tcf_get_next_proto()Vlad Buslov2019-02-121-10/+60
* net: sched: introduce reference counting for tcf_protoVlad Buslov2019-02-121-10/+43
* net: sched: protect filter_chain list with filter_chain_lock mutexVlad Buslov2019-02-121-32/+79
* net: sched: protect chain template accesses with block lockVlad Buslov2019-02-121-16/+57
* net: sched: traverse chains in block with tcf_get_next_chain()Vlad Buslov2019-02-121-25/+71
* net: sched: protect block->chain0 with block->lockVlad Buslov2019-02-121-3/+14
* net: sched: refactor tc_ctl_chain() to use block->lockVlad Buslov2019-02-121-11/+25
* net: sched: protect chain->explicitly_created with block->lockVlad Buslov2019-02-121-6/+13
* net: sched: protect block state with mutexVlad Buslov2019-02-121-13/+71
* cls_api: add translator to flow_action representationPablo Neira Ayuso2019-02-061-0/+99
* flow_offload: add flow action infrastructurePablo Neira Ayuso2019-02-061-0/+17
* net_sched: refetch skb protocol for each filterCong Wang2019-01-161-2/+1Star
* net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang2018-12-151-26/+20Star
* net/sched: Remove egdev mechanismOz Shlomo2018-12-111-46/+1Star
* net: sched: register callbacks for indirect tc block bindsJohn Hurley2018-11-111-1/+255
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-5/+7
|\
| * net/sched: cls_api: add missing validation of netlink attributesDavide Caratti2018-10-161-5/+8
* | net: Add extack to nlmsg_parseDavid Ahern2018-10-081-2/+4
* | net_sched: fix a crash in tc_new_tfilter()Cong Wang2018-10-021-1/+3
* | net: sched: use reference counting for tcf blocks on rules updateVlad Buslov2018-09-261-17/+21
* | net: sched: implement tcf_block_refcnt_{get|put}()Vlad Buslov2018-09-261-24/+50
* | net: sched: protect block idr with spinlockVlad Buslov2018-09-261-2/+13
* | net: sched: implement functions to put and flush all chainsVlad Buslov2018-09-261-25/+30
* | net: sched: change tcf block reference counter type to refcount_tVlad Buslov2018-09-261-24/+35
* | net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov2018-09-261-15/+64
|/
* net_sched: notify filter deletion when deleting a chainCong Wang2018-09-131-0/+2
* net: sched: return -ENOENT when trying to remove filter from non-existent chainJiri Pirko2018-08-281-1/+1
* net: sched: fix extack error message when chain is failed to be createdJiri Pirko2018-08-281-1/+1
* net: sched: extend action ops with put_dev callbackVlad Buslov2018-08-111-0/+1
* net: sched: fix block->refcnt decrementJiri Pirko2018-08-091-0/+2
* net: sched: fix flush on non-existing chainJiri Pirko2018-08-031-0/+7
* net: sched: make tcf_chain_{get,put}() staticJiri Pirko2018-08-011-18/+16Star
* net: sched: fix notifications for action-held chainsJiri Pirko2018-08-011-28/+43
* net: sched: change name of zombie chain to "held_by_acts_only"Jiri Pirko2018-08-011-8/+6Star
* net: sched: don't dump chains only held by actionsJiri Pirko2018-07-271-12/+58