summaryrefslogtreecommitdiffstats
path: root/include/net/pkt_cls.h
Commit message (Expand)AuthorAgeFilesLines
* net: sched: use major priority number as hardware priorityPablo Neira Ayuso2019-08-181-1/+1
* net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-201-3/+2Star
* net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd()Vlad Buslov2019-07-131-0/+10
* net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-091-35/+5Star
* net: sched: remove tcf block APIPablo Neira Ayuso2019-07-091-69/+0Star
* drivers: net: use flow block APIPablo Neira Ayuso2019-07-091-2/+0Star
* net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso2019-07-091-2/+1Star
* net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso2019-07-091-1/+0Star
* net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-091-17/+3Star
* net: sched: refactor reinsert actionJohn Hurley2019-06-281-1/+1
* net: sched: remove NET_CLS_IND config optionJiri Pirko2019-06-151-4/+1Star
* net/sched: remove block pointer from common offload structurePieter Jansen van Vuuren2019-05-071-3/+0Star
* net/sched: add block pointer to tc_cls_common_offload structurePieter Jansen van Vuuren2019-05-061-0/+8
* net/sched: extend matchall offload for hardware statisticsPieter Jansen van Vuuren2019-05-061-0/+2
* net/sched: remove unused functions for matchall offloadPieter Jansen van Vuuren2019-05-061-25/+0Star
* net/sched: use the hardware intermediate representation for matchallPieter Jansen van Vuuren2019-05-061-0/+1
* net: sched: set dedicated tcf_walker flag when tp is emptyVlad Buslov2019-02-251-0/+1
* net_sched: initialize net pointer inside tcf_exts_init()Cong Wang2019-02-231-2/+3
* net: sched: extend proto ops to support unlocked classifiersVlad Buslov2019-02-121-1/+1
* net: sched: track rtnl lock status when validating extensionsVlad Buslov2019-02-121-1/+1
* net: sched: traverse classifiers in chain with tcf_get_next_proto()Vlad Buslov2019-02-121-0/+2
* net: sched: traverse chains in block with tcf_get_next_chain()Vlad Buslov2019-02-121-0/+2
* cls_flower: don't expose TC actions to drivers anymorePablo Neira Ayuso2019-02-061-1/+0Star
* flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso2019-02-061-0/+1
* cls_api: add translator to flow_action representationPablo Neira Ayuso2019-02-061-0/+2
* flow_offload: add flow action infrastructurePablo Neira Ayuso2019-02-061-0/+1
* flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso2019-02-061-3/+8
* net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang2018-12-151-2/+2
* net: sched: cls_u32: add res to offload informationJakub Kicinski2018-11-201-0/+1
* net: sched: gred: support reporting stats from offloadsJakub Kicinski2018-11-201-0/+8
* net: sched: gred: add basic Qdisc offloadJakub Kicinski2018-11-201-0/+36
* net: sched: red: notify drivers about RED's limit parameterJakub Kicinski2018-11-141-0/+1
* net: sched: mq: offload a graft notificationJakub Kicinski2018-11-141-1/+10
* net: sched: red: offload a graft notificationJakub Kicinski2018-11-141-0/+2
* net: sched: provide notification for graft on rootJakub Kicinski2018-11-141-0/+10
* net: sched: register callbacks for indirect tc block bindsJohn Hurley2018-11-111-0/+34
* net: sched: red: inform offloads about harddrop settingJakub Kicinski2018-11-091-0/+1
* net: sched: remove unused helpersJakub Kicinski2018-10-051-10/+0Star
* net/sched: Add hardware specific counters to TC actionsEelco Chaudron2018-09-241-1/+1
* net_sched: fix unused variable warning in stmmacArnd Bergmann2018-08-231-1/+1
* net_sched: remove list_head from tc_actionCong Wang2018-08-211-11/+14
* net: sched: make tcf_chain_{get,put}() staticJiri Pirko2018-08-011-3/+0Star
* net/tc: introduce TC_ACT_REINSERT.Paolo Abeni2018-07-301-0/+3
* net: sched: don't dump chains only held by actionsJiri Pirko2018-07-271-0/+3
* net: sched: cls_flower: propagate chain teplate creation and destruction to d...Jiri Pirko2018-07-241-0/+2
* nfp: bring back support for offloading shared blocksJakub Kicinski2018-07-221-5/+0Star
* net: sched: refactor flower walk to iterate over idrVlad Buslov2018-07-141-0/+1
* net: sched: use rcu for action cookie updateVlad Buslov2018-07-081-0/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-0/+5
|\
| * nfp: reject binding to shared blocksJohn Hurley2018-06-271-0/+5