summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mscc/ocelot_flower.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-22net: mscc: ocelot: lift protocol restriction for flow_match_eth_addrs keysVladimir Oltean1-5/+0
2020-04-22net: mscc: ocelot: support matching on EtherTypeVladimir Oltean1-3/+19
2020-04-19net: mscc: ocelot: deal with problematic MAC_ETYPE VCAP IS2 rulesVladimir Oltean1-1/+1
2020-03-30net: mscc: ocelot: add action of police on vcap_is2Xiaoliang Yang1-0/+9
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko1-1/+2
2020-03-18net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski1-2/+2
2020-03-09flow_offload: check for basic action hw stats typeJiri Pirko1-0/+4
2020-03-09ocelot_flower: use flow_offload_has_one_action() helperJiri Pirko1-1/+1
2020-03-04net: mscc: ocelot: return directly in ocelot_cls_flower_{replace, destroy}Vladimir Oltean1-11/+2
2020-03-04net: mscc: ocelot: replace "rule" and "ocelot_rule" variable names with "ace"Vladimir Oltean1-51/+51
2020-03-04net: mscc: ocelot: simplify tc-flower offload structuresVladimir Oltean1-127/+28
2020-03-04net: mscc: ocelot: make ocelot_ace_rule support multiple portsYangbo Lu1-4/+4
2019-11-11net: mscc: ocelot: separate net_device related items out of ocelot_portVladimir Oltean1-16/+16
2019-08-19net: sched: use major priority number as hardware priorityPablo Neira Ayuso1-9/+3
2019-07-20net: flow_offload: add flow_block structure and use itPablo Neira Ayuso1-4/+4
2019-07-20net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso1-2/+1
2019-07-10net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-11/+11
2019-07-10drivers: net: use flow block APIPablo Neira Ayuso1-20/+26
2019-07-10net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso1-1/+1
2019-06-02net: mscc: ocelot: Hardware ofload for tc flower filterHoratiu Vultur1-0/+357