aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/pkt_cls.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-18net: sch_ets: Make the ETS qdisc offloadablePetr Machata1-0/+31
2019-12-18net: pkt_cls: Clarify a commentPetr Machata1-3/+2
2019-08-26net: sched: take reference to action dev before calling offloadsVlad Buslov1-0/+2
2019-08-26net: sched: take rtnl lock in tc_setup_flow_action()Vlad Buslov1-1/+1
2019-08-26net: sched: refactor block offloads counter usageVlad Buslov1-1/+16
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-08-18net: sched: use major priority number as hardware priorityPablo Neira Ayuso1-1/+1
2019-08-08flow_offload: move tc indirect block to flow offloadwenxu1-35/+0
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso1-3/+2
2019-07-12net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd()Vlad Buslov1-0/+10
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-35/+5
2019-07-09net: sched: remove tcf block APIPablo Neira Ayuso1-69/+0
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso1-2/+0
2019-07-09net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso1-2/+1
2019-07-09net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso1-1/+0
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso1-17/+3
2019-06-28net: sched: refactor reinsert actionJohn Hurley1-1/+1
2019-06-15net: sched: remove NET_CLS_IND config optionJiri Pirko1-4/+1
2019-05-07net/sched: remove block pointer from common offload structurePieter Jansen van Vuuren1-3/+0
2019-05-05net/sched: add block pointer to tc_cls_common_offload structurePieter Jansen van Vuuren1-0/+8
2019-05-05net/sched: extend matchall offload for hardware statisticsPieter Jansen van Vuuren1-0/+2
2019-05-05net/sched: remove unused functions for matchall offloadPieter Jansen van Vuuren1-25/+0
2019-05-05net/sched: use the hardware intermediate representation for matchallPieter Jansen van Vuuren1-0/+1
2019-02-25net: sched: set dedicated tcf_walker flag when tp is emptyVlad Buslov1-0/+1
2019-02-22net_sched: initialize net pointer inside tcf_exts_init()Cong Wang1-2/+3
2019-02-12net: sched: extend proto ops to support unlocked classifiersVlad Buslov1-1/+1
2019-02-12net: sched: track rtnl lock status when validating extensionsVlad Buslov1-1/+1
2019-02-12net: sched: traverse classifiers in chain with tcf_get_next_proto()Vlad Buslov1-0/+2
2019-02-12net: sched: traverse chains in block with tcf_get_next_chain()Vlad Buslov1-0/+2
2019-02-06cls_flower: don't expose TC actions to drivers anymorePablo Neira Ayuso1-1/+0
2019-02-06flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso1-0/+1
2019-02-06cls_api: add translator to flow_action representationPablo Neira Ayuso1-0/+2
2019-02-06flow_offload: add flow action infrastructurePablo Neira Ayuso1-0/+1
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso1-3/+8
2018-12-14net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang1-2/+2
2018-11-19net: sched: cls_u32: add res to offload informationJakub Kicinski1-0/+1
2018-11-19net: sched: gred: support reporting stats from offloadsJakub Kicinski1-0/+8
2018-11-19net: sched: gred: add basic Qdisc offloadJakub Kicinski1-0/+36
2018-11-14net: sched: red: notify drivers about RED's limit parameterJakub Kicinski1-0/+1
2018-11-14net: sched: mq: offload a graft notificationJakub Kicinski1-1/+10
2018-11-14net: sched: red: offload a graft notificationJakub Kicinski1-0/+2
2018-11-14net: sched: provide notification for graft on rootJakub Kicinski1-0/+10
2018-11-11net: sched: register callbacks for indirect tc block bindsJohn Hurley1-0/+34
2018-11-08net: sched: red: inform offloads about harddrop settingJakub Kicinski1-0/+1
2018-10-04net: sched: remove unused helpersJakub Kicinski1-10/+0
2018-09-24net/sched: Add hardware specific counters to TC actionsEelco Chaudron1-1/+1
2018-08-22net_sched: fix unused variable warning in stmmacArnd Bergmann1-1/+1
2018-08-21net_sched: remove list_head from tc_actionCong Wang1-11/+14
2018-08-01net: sched: make tcf_chain_{get,put}() staticJiri Pirko1-3/+0
2018-07-30net/tc: introduce TC_ACT_REINSERT.Paolo Abeni1-0/+3