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