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