aboutsummaryrefslogtreecommitdiff
path: root/include/net/pkt_cls.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+24
2017-11-09net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()Gravatar Cong Wang 1-0/+24
2017-11-08net_sch: red: Add offload ability to RED qdiscGravatar Nogah Frankel 1-0/+30
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2017-11-03net: sched: introduce chain_head_change callbackGravatar Jiri Pirko 1-8/+6
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-11-02net: sched: remove ndo_setup_tc check from tc_can_offloadGravatar Jiri Pirko 1-5/+1
2017-11-02net: sched: remove unused tc_should_offload helperGravatar Jiri Pirko 1-7/+0
2017-10-31net: sched: Identify hardware traffic classes using classidGravatar Amritha Nambiar 1-0/+1
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+2
2017-10-29net_sched: introduce a workqueue for RCU callbacks of tc filterGravatar Cong Wang 1-0/+3
2017-10-21net: sched: remove unused classid field from tc_cls_common_offloadGravatar Jiri Pirko 1-2/+0
2017-10-21net: sched: use tc_setup_cb_call to call per-block callbacksGravatar Jiri Pirko 1-2/+2
2017-10-21net: sched: introduce per-block callbacksGravatar Jiri Pirko 1-0/+81
2017-10-21net: sched: use extended variants of block_get/put in ingress and clsact qdiscsGravatar Jiri Pirko 1-0/+2
2017-10-21net: sched: add block bind/unbind notif. and extended block_get/putGravatar Jiri Pirko 1-0/+40
2017-10-16net: sched: teach tcf_bind/unbind_filter to use block->qGravatar Jiri Pirko 1-10/+17
2017-10-16net: sched: introduce tcf_block_q and tcf_block_dev helpersGravatar Jiri Pirko 1-0/+21
2017-10-16net: sched: store Qdisc pointer in struct blockGravatar Jiri Pirko 1-2/+2
2017-10-13mqprio: Introduce new hardware offload mode and shaper in mqprioGravatar Amritha Nambiar 1-0/+9
2017-10-11net: sched: remove unused tcf_exts_get_dev helper and cls_flower->egress_devGravatar Jiri Pirko 1-3/+0
2017-10-11net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infraGravatar Jiri Pirko 1-2/+3
2017-10-11net: sched: introduce per-egress action device callbacksGravatar Jiri Pirko 1-0/+2
2017-08-11net: sched: remove cops->tcf_cl_offloadGravatar Jiri Pirko 1-11/+3
2017-08-11net: sched: remove handle propagation down to the driversGravatar Jiri Pirko 1-2/+0
2017-08-11net: sched: propagate classid down to offload driversGravatar Jiri Pirko 1-0/+2
2017-08-07net_sched: use void pointer for filter handleGravatar WANG Cong 1-1/+1
2017-08-07net: sched: move prio into cls_commonGravatar Jiri Pirko 1-1/+2
2017-08-07net: sched: push cls related args into cls_common structureGravatar Jiri Pirko 1-0/+19
2017-08-07net: sched: make egress_dev flag part of flower offload structGravatar Jiri Pirko 1-0/+1
2017-08-04net: sched: avoid atomic swap in tcf_exts_changeGravatar Jiri Pirko 1-2/+1
2017-08-04net: sched: remove check for number of actions in tcf_exts_execGravatar Jiri Pirko 1-3/+1
2017-08-04net: sched: fix return value of tcf_exts_execGravatar Jiri Pirko 1-2/+2
2017-08-04net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_...Gravatar Jiri Pirko 1-30/+0
2017-08-04net: sched: use tcf_exts_has_actions in tcf_exts_execGravatar Jiri Pirko 1-23/+23
2017-08-04net: sched: change names of action number helpers to be aligned with the restGravatar Jiri Pirko 1-9/+27
2017-08-04net: sched: remove unneeded tcf_em_tree_changeGravatar Jiri Pirko 1-21/+0
2017-05-31sched: add helper for updating statistics on all actionsGravatar Jakub Kicinski 1-0/+19
2017-05-25net_sched: only create filter chains for new filters/actionsGravatar WANG Cong 1-1/+2
2017-05-17net: sched: introduce multichain support for filtersGravatar Jiri Pirko 1-0/+2
2017-05-17net: sched: introduce tcf block infractructureGravatar Jiri Pirko 1-2/+11
2017-05-17net: sched: move tc_classify function to cls_api.cGravatar Jiri Pirko 1-0/+9
2017-02-17net/sched: Reflect HW offload statusGravatar Or Gerlitz 1-0/+5
2017-02-15sched: have stub for tcf_destroy_chain in case NET_CLS is not configuredGravatar Jiri Pirko 1-0/+6
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiGravatar Jiri Pirko 1-0/+2
2017-02-03sched: cls_flower: expose priority to offloading netdeviceGravatar Jiri Pirko 1-0/+1
2017-01-25net sched actions: Add support for user cookiesGravatar Jamal Hadi Salim 1-0/+8
2016-12-02net/sched: cls_flower: Add offload support using egress Hardware deviceGravatar Hadar Hen Zion 1-0/+2
2016-12-02net/sched: Add separate check for skip_hw flagGravatar Hadar Hen Zion 1-4/+15