summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c
AgeCommit message (Expand)Author
2023-08-14mlxsw: spectrum_flower: Disable learning and security lookup when redirectingIdo Schimmel
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth
2023-07-12mlxsw: spectrum_flower: Add ability to match on port rangesIdo Schimmel
2023-05-30mlxsw: spectrum_flower: Add ability to match on layer 2 missIdo Schimmel
2023-05-30mlxsw: spectrum_flower: Do not force matching on iifIdo Schimmel
2023-05-30mlxsw: spectrum_flower: Split iif parsing to a separate functionIdo Schimmel
2023-05-30flow_offload: Reject matching on layer 2 missIdo Schimmel
2023-02-20net/sched: Rename user cookie and act cookiePaul Blakey
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu
2022-02-07mlxsw: Support FLOW_ACTION_MANGLE for SIP and DIP IPv6 addressesDanielle Ratson
2021-12-22mlxsw: spectrum_flower: Make vlan_id limitation more specificAmit Cohen
2021-12-19flow_offload: add index to flow_action_entry structureBaowen Zheng
2021-03-16mlxsw: spectrum_acl: Offload FLOW_ACTION_SAMPLEIdo Schimmel
2021-03-13flow_offload: reject configuration of packet-per-second policing in offload d...Baowen Zheng
2020-07-15mlxsw: spectrum_acl: Offload FLOW_ACTION_POLICEIdo Schimmel
2020-06-19net: qos offload add flow status with dropped countPo Liu
2020-05-22net: flow_offload: simplify hw stats check handlingEdward Cree
2020-05-09mlxsw: spectrum_flower: Forbid to insert flower rules in collision with match...Jiri Pirko
2020-05-09mlxsw: spectrum_flower: Expose a function to get min and max rule priorityJiri Pirko
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-06net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso
2020-04-27mlxsw: spectrum: Rename acl_block to flow_blockJiri Pirko
2020-04-06mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLEPetr Machata
2020-04-06mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_PRIORITYPetr Machata
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko
2020-03-26mlxsw: spectrum_flower: Offload FLOW_ACTION_MANGLEPetr Machata
2020-03-23net: sched: rename more stats_typesJakub Kicinski
2020-03-19mlxsw: spectrum_flower: Offload FLOW_ACTION_PRIORITYPetr Machata
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski
2020-03-08flow_offload: introduce "disabled" HW stats type and allow it in mlxswJiri Pirko
2020-03-08flow_offload: introduce "immediate" HW stats type and allow it in mlxswJiri Pirko
2020-03-08mlxsw: restrict supported HW stats type to "any"Jiri Pirko
2020-03-08mlxsw: spectrum_flower: Do not allow mixing HW stats types for actionsJiri Pirko
2020-02-25mlxsw: core_acl_flex_actions: Implement flow_offload action cookie offloadJiri Pirko
2020-02-24mlxsw: spectrum_acl: Pass the ingress indication down to flex actionJiri Pirko
2020-02-24mlxsw: spectrum_flower: Disable mixed bound blocks to contain action dropJiri Pirko
2019-09-27mlxsw: spectrum_flower: Fail in case user specifies multiple mirror actionsDanielle Ratson
2019-07-27mlxsw: spectrum_flower: Forbid to offload match on reserved TCP flags bitsJiri Pirko
2019-07-27mlxsw: spectrum_acl: Track rules that forbid egress block bindJiri Pirko
2019-07-27mlxsw: spectrum_flower: Forbid to offload mirred redirect on egressJiri Pirko
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso
2019-06-19mlxsw: spectrum_flower: Implement support for ingress device matchingJiri Pirko
2019-06-12mlxsw: spectrum_flower: Fix TOS matchingJiri Pirko
2019-02-12mlxsw: spectrum_flower: Fix VLAN modify action supportIdo Schimmel
2019-02-06drivers: net: use flow action infrastructurePablo Neira Ayuso
2019-02-06flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso
2018-12-11mlxsw: spectrum_acl: Support rule creation without action creationNir Dotan
2018-08-21net_sched: remove list_head from tc_actionCong Wang
2018-08-09mlxsw: spectrum_flower: use PTR_ERR_OR_ZERO()YueHaibing