aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/pkt_cls.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-11net: sched: remove handle propagation down to the driversJiri Pirko1-2/+0
2017-08-11net: sched: propagate classid down to offload driversJiri Pirko1-0/+2
2017-08-07net_sched: use void pointer for filter handleWANG Cong1-1/+1
2017-08-07net: sched: move prio into cls_commonJiri Pirko1-1/+2
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-0/+19
2017-08-07net: sched: make egress_dev flag part of flower offload structJiri Pirko1-0/+1
2017-08-04net: sched: avoid atomic swap in tcf_exts_changeJiri Pirko1-2/+1
2017-08-04net: sched: remove check for number of actions in tcf_exts_execJiri Pirko1-3/+1
2017-08-04net: sched: fix return value of tcf_exts_execJiri Pirko1-2/+2
2017-08-04net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_availableJiri Pirko1-30/+0
2017-08-04net: sched: use tcf_exts_has_actions in tcf_exts_execJiri Pirko1-23/+23
2017-08-04net: sched: change names of action number helpers to be aligned with the restJiri Pirko1-9/+27
2017-08-04net: sched: remove unneeded tcf_em_tree_changeJiri Pirko1-21/+0
2017-05-31sched: add helper for updating statistics on all actionsJakub Kicinski1-0/+19
2017-05-25net_sched: only create filter chains for new filters/actionsWANG Cong1-1/+2
2017-05-17net: sched: introduce multichain support for filtersJiri Pirko1-0/+2
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko1-2/+11
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko1-0/+9
2017-02-17net/sched: Reflect HW offload statusOr Gerlitz1-0/+5
2017-02-15sched: have stub for tcf_destroy_chain in case NET_CLS is not configuredJiri Pirko1-0/+6
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko1-0/+2
2017-02-03sched: cls_flower: expose priority to offloading netdeviceJiri Pirko1-0/+1
2017-01-25net sched actions: Add support for user cookiesJamal Hadi Salim1-0/+8
2016-12-02net/sched: cls_flower: Add offload support using egress Hardware deviceHadar Hen Zion1-0/+2
2016-12-02net/sched: Add separate check for skip_hw flagHadar Hen Zion1-4/+15
2016-09-28net/sched: pkt_cls: change tc actions order to be as the user setsHadar Hen Zion1-1/+1
2016-09-21net: cls_bpf: allow offloaded filters to update statsJakub Kicinski1-0/+1
2016-09-21net: cls_bpf: limit hardware offload by software-only flagJakub Kicinski1-0/+1
2016-09-21net: cls_bpf: add hardware offloadJakub Kicinski1-0/+14
2016-08-22net_sched: properly handle failure case of tcf_exts_init()WANG Cong1-2/+4
2016-08-17net_sched: convert tcf_exts from list to pointer arrayWANG Cong1-14/+26
2016-08-17net_sched: move tc offload macros to pkt_cls.hWANG Cong1-0/+19
2016-07-24net/sched: Add match-all classifier hw offloading.Yotam Gigi1-0/+11
2016-06-07net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann1-3/+7
2016-05-16net/sched: cls_flower: Hardware offloaded filters statistics supportAmir Vadai1-0/+1
2016-05-16net: cls_u32: Add support for skip-sw flag to tc u32 classifier.Samudrala, Sridhar1-0/+17
2016-05-16net: sched: Move TCA_CLS_FLAGS_SKIP_HW to uapi header file.Samudrala, Sridhar1-3/+0
2016-03-11net/flower: Fix pointer castAmir Vadai1-1/+1
2016-03-10net/flower: Introduce hardware offload supportAmir Vadai1-0/+14
2016-03-01net: sched: cls_u32 add bit to specify software only rulesJohn Fastabend1-2/+11
2016-03-01net: cls_u32: move TC offload feature bit into cls_u32 offload logicJohn Fastabend1-0/+3
2016-03-01net: sched: consolidate offload decision in cls_u32John Fastabend1-0/+5
2016-02-17net: pack tc_cls_u32_knode struct slighter betterJohn Fastabend1-2/+2
2016-02-17net: sched: add cls_u32 offload hooks for netdevsJohn Fastabend1-0/+34
2014-10-06net: sched: remove tcf_proto from ematch callsJohn Fastabend1-5/+5
2014-10-01net_sched: avoid calling tcf_unbind_filter() in call_rcu callbackWANG Cong1-5/+1
2014-09-28net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong1-1/+1
2014-04-27sched, cls: check if we could overwrite actions when changing a filterCong Wang1-1/+1
2014-01-13net_sched: optimize tcf_match_indev()WANG Cong1-15/+15
2013-12-18net_sched: cls: refactor out struct tcf_ext_mapWANG Cong1-13/+10