summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc/ocelot_flower.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: mscc: ocelot: lift protocol restriction for flow_match_eth_addrs keysVladimir Oltean2020-04-221-5/+0
* net: mscc: ocelot: support matching on EtherTypeVladimir Oltean2020-04-221-3/+19
* net: mscc: ocelot: deal with problematic MAC_ETYPE VCAP IS2 rulesVladimir Oltean2020-04-191-1/+1
* net: mscc: ocelot: add action of police on vcap_is2Xiaoliang Yang2020-03-301-0/+9
* net: sched: expose HW stats types per action used by driversJiri Pirko2020-03-301-1/+2
* net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski2020-03-181-2/+2
* flow_offload: check for basic action hw stats typeJiri Pirko2020-03-091-0/+4
* ocelot_flower: use flow_offload_has_one_action() helperJiri Pirko2020-03-091-1/+1
* net: mscc: ocelot: return directly in ocelot_cls_flower_{replace, destroy}Vladimir Oltean2020-03-041-11/+2
* net: mscc: ocelot: replace "rule" and "ocelot_rule" variable names with "ace"Vladimir Oltean2020-03-041-51/+51
* net: mscc: ocelot: simplify tc-flower offload structuresVladimir Oltean2020-03-041-127/+28
* net: mscc: ocelot: make ocelot_ace_rule support multiple portsYangbo Lu2020-03-041-4/+4
* net: mscc: ocelot: separate net_device related items out of ocelot_portVladimir Oltean2019-11-111-16/+16
* net: sched: use major priority number as hardware priorityPablo Neira Ayuso2019-08-181-9/+3
* net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-201-4/+4
* net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2019-07-201-2/+1
* net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-091-11/+11
* drivers: net: use flow block APIPablo Neira Ayuso2019-07-091-20/+26
* net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso2019-07-091-1/+1
* net: mscc: ocelot: Hardware ofload for tc flower filterHoratiu Vultur2019-06-021-0/+357