summaryrefslogtreecommitdiffstats
path: root/include/net/pkt_cls.h
Commit message (Expand)AuthorAgeFilesLines
* net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()Cong Wang2017-11-091-0/+24
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang2017-10-291-0/+3
|/
* net: sched: remove cops->tcf_cl_offloadJiri Pirko2017-08-111-11/+3
* net: sched: remove handle propagation down to the driversJiri Pirko2017-08-111-2/+0
* net: sched: propagate classid down to offload driversJiri Pirko2017-08-111-0/+2
* net_sched: use void pointer for filter handleWANG Cong2017-08-071-1/+1
* net: sched: move prio into cls_commonJiri Pirko2017-08-071-1/+2
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-0/+19
* net: sched: make egress_dev flag part of flower offload structJiri Pirko2017-08-071-0/+1
* net: sched: avoid atomic swap in tcf_exts_changeJiri Pirko2017-08-041-2/+1
* net: sched: remove check for number of actions in tcf_exts_execJiri Pirko2017-08-041-3/+1
* net: sched: fix return value of tcf_exts_execJiri Pirko2017-08-041-2/+2
* net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_...Jiri Pirko2017-08-041-30/+0
* net: sched: use tcf_exts_has_actions in tcf_exts_execJiri Pirko2017-08-041-23/+23
* net: sched: change names of action number helpers to be aligned with the restJiri Pirko2017-08-041-9/+27
* net: sched: remove unneeded tcf_em_tree_changeJiri Pirko2017-08-041-21/+0
* sched: add helper for updating statistics on all actionsJakub Kicinski2017-05-311-0/+19
* net_sched: only create filter chains for new filters/actionsWANG Cong2017-05-251-1/+2
* net: sched: introduce multichain support for filtersJiri Pirko2017-05-171-0/+2
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-171-2/+11
* net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-171-0/+9
* net/sched: Reflect HW offload statusOr Gerlitz2017-02-171-0/+5
* sched: have stub for tcf_destroy_chain in case NET_CLS is not configuredJiri Pirko2017-02-151-0/+6
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-101-0/+2
* sched: cls_flower: expose priority to offloading netdeviceJiri Pirko2017-02-031-0/+1
* net sched actions: Add support for user cookiesJamal Hadi Salim2017-01-251-0/+8
* net/sched: cls_flower: Add offload support using egress Hardware deviceHadar Hen Zion2016-12-021-0/+2
* net/sched: Add separate check for skip_hw flagHadar Hen Zion2016-12-021-4/+15
* net/sched: pkt_cls: change tc actions order to be as the user setsHadar Hen Zion2016-09-281-1/+1
* net: cls_bpf: allow offloaded filters to update statsJakub Kicinski2016-09-211-0/+1
* net: cls_bpf: limit hardware offload by software-only flagJakub Kicinski2016-09-211-0/+1
* net: cls_bpf: add hardware offloadJakub Kicinski2016-09-211-0/+14
* net_sched: properly handle failure case of tcf_exts_init()WANG Cong2016-08-221-2/+4
* net_sched: convert tcf_exts from list to pointer arrayWANG Cong2016-08-171-14/+26
* net_sched: move tc offload macros to pkt_cls.hWANG Cong2016-08-171-0/+19
* net/sched: Add match-all classifier hw offloading.Yotam Gigi2016-07-241-0/+11
* net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann2016-06-071-3/+7
* net/sched: cls_flower: Hardware offloaded filters statistics supportAmir Vadai2016-05-161-0/+1
* net: cls_u32: Add support for skip-sw flag to tc u32 classifier.Samudrala, Sridhar2016-05-161-0/+17
* net: sched: Move TCA_CLS_FLAGS_SKIP_HW to uapi header file.Samudrala, Sridhar2016-05-161-3/+0
* net/flower: Fix pointer castAmir Vadai2016-03-111-1/+1
* net/flower: Introduce hardware offload supportAmir Vadai2016-03-101-0/+14
* net: sched: cls_u32 add bit to specify software only rulesJohn Fastabend2016-03-011-2/+11
* net: cls_u32: move TC offload feature bit into cls_u32 offload logicJohn Fastabend2016-03-011-0/+3
* net: sched: consolidate offload decision in cls_u32John Fastabend2016-03-011-0/+5
* net: pack tc_cls_u32_knode struct slighter betterJohn Fastabend2016-02-171-2/+2
* net: sched: add cls_u32 offload hooks for netdevsJohn Fastabend2016-02-171-0/+34
* net: sched: remove tcf_proto from ematch callsJohn Fastabend2014-10-061-5/+5