aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc/ocelot_flower.c
AgeCommit message (Expand)Author
2023-02-15net: mscc: ocelot: fix VCAP filters not matching on MAC with "protocol 802.1Q"Vladimir Oltean
2022-05-18net: mscc: ocelot: restrict tc-trap actions to VCAP IS2 lookup 0Vladimir Oltean
2022-03-23net: mscc: ocelot: fix backwards compatibility with single-chain tc-flower of...Vladimir Oltean
2022-01-27net: mscc: ocelot: fix using match before it is setTom Rix
2021-03-17net: mscc: ocelot: properly reject destination IP keys in VCAP IS1Vladimir Oltean
2020-10-11net: mscc: ocelot: offload VLAN mangle action to VCAP IS1Vladimir Oltean
2020-10-02net: mscc: ocelot: offload redirect action to VCAP IS2Vladimir Oltean
2020-10-02net: mscc: ocelot: only install TCAM entries into a specific lookup and PAGVladimir Oltean
2020-10-02net: mscc: ocelot: offload egress VLAN rewriting to VCAP ES0Xiaoliang Yang
2020-10-02net: mscc: ocelot: offload ingress skbedit and vlan actions to VCAP IS1Xiaoliang Yang
2020-10-02net: mscc: ocelot: create TCAM skeleton from tc filter chainsVladimir Oltean
2020-10-02net: mscc: ocelot: offload multiple tc-flower actions in same ruleVladimir Oltean
2020-09-29net: mscc: ocelot: look up the filters in flower_stats() and flower_destroy()Vladimir Oltean
2020-09-29net: mscc: ocelot: parse flower action before keyVladimir Oltean
2020-06-29net:qos: police action offloading parameter 'burst' change to the original valuePo Liu
2020-06-20net: mscc: ocelot: generalize the "ACE/ACL" namesVladimir Oltean
2020-06-20net: mscc: ocelot: rename ocelot_ace.{c, h} to ocelot_vcap.{c,h}Vladimir Oltean
2020-06-20net: mscc: ocelot: move net_device related functions to ocelot_net.cVladimir Oltean
2020-06-20net: mscc: ocelot: access EtherType using __be16Vladimir Oltean
2020-06-19net: qos offload add flow status with dropped countPo Liu
2020-04-22net: mscc: ocelot: lift protocol restriction for flow_match_eth_addrs keysVladimir Oltean
2020-04-22net: mscc: ocelot: support matching on EtherTypeVladimir Oltean
2020-04-18net: mscc: ocelot: deal with problematic MAC_ETYPE VCAP IS2 rulesVladimir Oltean
2020-03-30net: mscc: ocelot: add action of police on vcap_is2Xiaoliang Yang
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski
2020-03-08flow_offload: check for basic action hw stats typeJiri Pirko
2020-03-08ocelot_flower: use flow_offload_has_one_action() helperJiri Pirko
2020-03-03net: mscc: ocelot: return directly in ocelot_cls_flower_{replace, destroy}Vladimir Oltean
2020-03-03net: mscc: ocelot: replace "rule" and "ocelot_rule" variable names with "ace"Vladimir Oltean
2020-03-03net: mscc: ocelot: simplify tc-flower offload structuresVladimir Oltean
2020-03-03net: mscc: ocelot: make ocelot_ace_rule support multiple portsYangbo Lu
2019-11-11net: mscc: ocelot: separate net_device related items out of ocelot_portVladimir Oltean
2019-08-18net: sched: use major priority number as hardware priorityPablo Neira Ayuso
2019-07-19net: flow_offload: add flow_block structure and use itPablo Neira Ayuso
2019-07-19net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso
2019-07-09net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso
2019-06-02net: mscc: ocelot: Hardware ofload for tc flower filterHoratiu Vultur