summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c
Commit message (Expand)AuthorAgeFilesLines
* net: sched: verify that q!=NULL before setting q->flagsVlad Buslov2019-07-211-1/+3
* net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-201-3/+7
* net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-201-1/+1
* net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang2019-07-171-0/+1
* net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd()Vlad Buslov2019-07-131-1/+1
* net: sched: remove tcf block APIPablo Neira Ayuso2019-07-091-98/+0Star
* drivers: net: use flow block APIPablo Neira Ayuso2019-07-091-7/+7
* net: sched: use flow block APIPablo Neira Ayuso2019-07-091-1/+87
* net: flow_offload: add list handling functionsPablo Neira Ayuso2019-07-091-0/+3
* net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso2019-07-091-7/+7
* net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso2019-07-091-11/+11
* net/sched: Introduce action ctPaul Blakey2019-07-091-0/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* net/sched: add police action to the hardware intermediate representationPieter Jansen van Vuuren2019-05-061-0/+6
* net/sched: add sample action to the hardware intermediate representationPieter Jansen van Vuuren2019-05-061-0/+8
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-8/+12
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-2/+2
* net: sched: don't set tunnel for decap actionVlad Buslov2019-04-021-1/+0Star
* net/sched: let actions use RCU to access 'goto_chain'Davide Caratti2019-03-211-1/+1
* 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
|\