aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-14mlxsw: spectrum_flower: Disable learning and security lookup when redirectingIdo Schimmel1-0/+10
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-11/+11
2023-07-12mlxsw: spectrum_flower: Add ability to match on port rangesIdo Schimmel1-0/+68
2023-05-30mlxsw: spectrum_flower: Add ability to match on layer 2 missIdo Schimmel1-4/+2
2023-05-30mlxsw: spectrum_flower: Do not force matching on iifIdo Schimmel1-0/+3
2023-05-30mlxsw: spectrum_flower: Split iif parsing to a separate functionIdo Schimmel1-21/+33
2023-05-30flow_offload: Reject matching on layer 2 missIdo Schimmel1-0/+6
2023-02-20net/sched: Rename user cookie and act cookiePaul Blakey1-1/+1
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu1-4/+43
2022-02-07mlxsw: Support FLOW_ACTION_MANGLE for SIP and DIP IPv6 addressesDanielle Ratson1-0/+6
2021-12-22mlxsw: spectrum_flower: Make vlan_id limitation more specificAmit Cohen1-1/+2
2021-12-19flow_offload: add index to flow_action_entry structureBaowen Zheng1-1/+1
2021-03-16mlxsw: spectrum_acl: Offload FLOW_ACTION_SAMPLEIdo Schimmel1-0/+18
2021-03-13flow_offload: reject configuration of packet-per-second policing in offload driversBaowen Zheng1-0/+5
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 matchall rulesJiri 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