summaryrefslogtreecommitdiffstats
path: root/include/net/pkt_cls.h
Commit message (Expand)AuthorAgeFilesLines
* sch_htb: Hierarchical QoS hardware offloadMaxim Mikityanskiy2021-01-221-0/+36
* net: sched: remove redundant 'rtnl_held' argumentVlad Buslov2020-12-011-1/+1
* treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-1/+1
* Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel2020-11-161-1/+1
* net: sched: Do not drop root lock in tcf_qevent_handle()Petr Machata2020-07-161-2/+2
* net: sched: Introduce helpers for qevent blocksPetr Machata2020-06-291-0/+49
* net: qos offload add flow status with dropped countPo Liu2020-06-191-2/+3
* net: sched: implement terse dump support in actVlad Buslov2020-05-151-0/+1
* net: sched: expose HW stats types per action used by driversJiri Pirko2020-03-301-1/+4
* net: sched: refine extack messages in tcf_change_indevGuillaume Nault2020-03-261-2/+6
* net: sched: RED: Introduce an ECN nodrop modePetr Machata2020-03-141-0/+1
* Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller2020-03-121-0/+13
|\
| * net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey2020-02-191-2/+5
| * net: sched: Introduce ingress classification functionPaul Blakey2020-02-191-0/+10
* | net: sched: Make FIFO Qdisc offloadablePetr Machata2020-03-051-0/+15
|/
* net: sched: don't take rtnl lock during flow_action setupVlad Buslov2020-02-171-1/+1
* net_sched: fix ops->bind_class() implementationsCong Wang2020-01-271-14/+19
* net: sched: Make TBF Qdisc offloadablePetr Machata2020-01-251-0/+22
* net: sch_ets: Make the ETS qdisc offloadablePetr Machata2019-12-181-0/+31
* net: pkt_cls: Clarify a commentPetr Machata2019-12-181-3/+2
* net: sched: take reference to action dev before calling offloadsVlad Buslov2019-08-261-0/+2
* net: sched: take rtnl lock in tc_setup_flow_action()Vlad Buslov2019-08-261-1/+1
* net: sched: refactor block offloads counter usageVlad Buslov2019-08-261-1/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-1/+1
|\
| * net: sched: use major priority number as hardware priorityPablo Neira Ayuso2019-08-181-1/+1
* | flow_offload: move tc indirect block to flow offloadwenxu2019-08-081-35/+0
|/
* net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-191-3/+2
* net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd()Vlad Buslov2019-07-121-0/+10
* net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-091-35/+5
* net: sched: remove tcf block APIPablo Neira Ayuso2019-07-091-69/+0
* drivers: net: use flow block APIPablo Neira Ayuso2019-07-091-2/+0
* net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso2019-07-091-2/+1
* net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso2019-07-091-1/+0
* net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-091-17/+3
* net: sched: refactor reinsert actionJohn Hurley2019-06-281-1/+1
* net: sched: remove NET_CLS_IND config optionJiri Pirko2019-06-151-4/+1
* net/sched: remove block pointer from common offload structurePieter Jansen van Vuuren2019-05-071-3/+0
* net/sched: add block pointer to tc_cls_common_offload structurePieter Jansen van Vuuren2019-05-051-0/+8
* net/sched: extend matchall offload for hardware statisticsPieter Jansen van Vuuren2019-05-051-0/+2
* net/sched: remove unused functions for matchall offloadPieter Jansen van Vuuren2019-05-051-25/+0
* net/sched: use the hardware intermediate representation for matchallPieter Jansen van Vuuren2019-05-051-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-221-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/+0
* 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