summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-15mlxsw: spectrum_acl: Offload FLOW_ACTION_POLICEIdo Schimmel1-2/+28
2020-06-19net: qos offload add flow status with dropped countPo Liu1-1/+1
2020-05-22net: flow_offload: simplify hw stats check handlingEdward Cree1-4/+4
2020-05-09mlxsw: spectrum_flower: Forbid to insert flower rules in collision with match...Jiri Pirko1-0/+32
2020-05-09mlxsw: spectrum_flower: Expose a function to get min and max rule priorityJiri Pirko1-0/+20
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-05-06net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso1-1/+2
2020-04-27mlxsw: spectrum: Rename acl_block to flow_blockJiri Pirko1-12/+12
2020-04-06mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLEPetr Machata1-3/+6
2020-04-06mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_PRIORITYPetr Machata1-3/+6
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko1-2/+3
2020-03-26mlxsw: spectrum_flower: Offload FLOW_ACTION_MANGLEPetr Machata1-0/+15
2020-03-23net: sched: rename more stats_typesJakub Kicinski1-3/+3
2020-03-19mlxsw: spectrum_flower: Offload FLOW_ACTION_PRIORITYPetr Machata1-0/+4
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski1-4/+4
2020-03-08flow_offload: introduce "disabled" HW stats type and allow it in mlxswJiri Pirko1-1/+1
2020-03-08flow_offload: introduce "immediate" HW stats type and allow it in mlxswJiri Pirko1-1/+2
2020-03-08mlxsw: restrict supported HW stats type to "any"Jiri Pirko1-4/+10
2020-03-08mlxsw: spectrum_flower: Do not allow mixing HW stats types for actionsJiri Pirko1-0/+2
2020-02-25mlxsw: core_acl_flex_actions: Implement flow_offload action cookie offloadJiri Pirko1-1/+2
2020-02-24mlxsw: spectrum_acl: Pass the ingress indication down to flex actionJiri Pirko1-1/+1
2020-02-24mlxsw: spectrum_flower: Disable mixed bound blocks to contain action dropJiri Pirko1-1/+18
2019-09-27mlxsw: spectrum_flower: Fail in case user specifies multiple mirror actionsDanielle Ratson1-0/+6
2019-07-27mlxsw: spectrum_flower: Forbid to offload match on reserved TCP flags bitsJiri Pirko1-0/+6
2019-07-27mlxsw: spectrum_acl: Track rules that forbid egress block bindJiri Pirko1-0/+11
2019-07-27mlxsw: spectrum_flower: Forbid to offload mirred redirect on egressJiri Pirko1-0/+5
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-17/+17
2019-06-19mlxsw: spectrum_flower: Implement support for ingress device matchingJiri Pirko1-1/+49
2019-06-12mlxsw: spectrum_flower: Fix TOS matchingJiri Pirko1-2/+2
2019-02-12mlxsw: spectrum_flower: Fix VLAN modify action supportIdo Schimmel1-2/+1
2019-02-06drivers: net: use flow action infrastructurePablo Neira Ayuso1-21/+33
2019-02-06flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso1-1/+1
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso1-114/+88
2018-12-11mlxsw: spectrum_acl: Support rule creation without action creationNir Dotan1-1/+1
2018-08-21net_sched: remove list_head from tc_actionCong Wang1-4/+2
2018-08-09mlxsw: spectrum_flower: use PTR_ERR_OR_ZERO()YueHaibing1-3/+2
2018-08-09mlxsw: Replace license text with SPDX identifiers and adjust copyrightsJiri Pirko1-33/+2
2018-08-09mlxsw: spectrum_flower: Disallow usage of vlan_id key on egressNir Dotan1-0/+5
2018-07-24mlxsw: spectrum_flower: Add extack messagesNir Dotan1-4/+17
2018-07-24mlxsw: spectrum_acl: Propagate extack pointerNir Dotan1-8/+12
2018-07-23mlxsw: spectrum: Implement chain template hintingJiri Pirko1-3/+41
2018-07-08mlxsw: core_acl_flex_keys: Split MAC and IP address flex key elementsJiri Pirko1-28/+41
2018-03-09mlxsw: spectrum: Fix gact_ok offloadingJiri Pirko1-1/+1
2018-01-21mlxsw: spectrum_acl: Add support for mirror actionArkadi Sharshevsky1-0/+7
2018-01-17mlxsw: spectrum_acl: Implement TC block sharingJiri Pirko1-24/+17
2017-12-06mlxsw: spectrum: handle NETIF_F_HW_TC changes correctlyJiri Pirko1-0/+2
2017-12-06act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang1-2/+1
2017-09-26mlxsw: spectrum_flower: Offload "ok" termination actionJiri Pirko1-1/+5
2017-09-26mlxsw: spectrum_acl: Propagate errors from mlxsw_afa_block_jump/continueJiri Pirko1-1/+3
2017-08-23mlxsw: spectrum_flower: Offload goto_chain termination actionJiri Pirko1-4/+19