summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: spectrum_flower: Disable learning and security lookup when redirectingIdo Schimmel2023-08-141-0/+10
* net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-11/+11
* mlxsw: spectrum_flower: Add ability to match on port rangesIdo Schimmel2023-07-121-0/+68
* mlxsw: spectrum_flower: Add ability to match on layer 2 missIdo Schimmel2023-05-301-4/+2
* mlxsw: spectrum_flower: Do not force matching on iifIdo Schimmel2023-05-301-0/+3
* mlxsw: spectrum_flower: Split iif parsing to a separate functionIdo Schimmel2023-05-301-21/+33
* flow_offload: Reject matching on layer 2 missIdo Schimmel2023-05-301-0/+6
* net/sched: Rename user cookie and act cookiePaul Blakey2023-02-201-1/+1
* flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu2022-02-281-4/+43
* mlxsw: Support FLOW_ACTION_MANGLE for SIP and DIP IPv6 addressesDanielle Ratson2022-02-071-0/+6
* mlxsw: spectrum_flower: Make vlan_id limitation more specificAmit Cohen2021-12-221-1/+2
* flow_offload: add index to flow_action_entry structureBaowen Zheng2021-12-191-1/+1
* mlxsw: spectrum_acl: Offload FLOW_ACTION_SAMPLEIdo Schimmel2021-03-161-0/+18
* flow_offload: reject configuration of packet-per-second policing in offload d...Baowen Zheng2021-03-131-0/+5
* mlxsw: spectrum_acl: Offload FLOW_ACTION_POLICEIdo Schimmel2020-07-151-2/+28
* net: qos offload add flow status with dropped countPo Liu2020-06-191-1/+1
* net: flow_offload: simplify hw stats check handlingEdward Cree2020-05-221-4/+4
* mlxsw: spectrum_flower: Forbid to insert flower rules in collision with match...Jiri Pirko2020-05-091-0/+32
* mlxsw: spectrum_flower: Expose a function to get min and max rule priorityJiri Pirko2020-05-091-0/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-1/+2
|\
| * net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso2020-05-061-1/+2
* | mlxsw: spectrum: Rename acl_block to flow_blockJiri Pirko2020-04-271-12/+12
|/
* mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLEPetr Machata2020-04-061-3/+6
* mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_PRIORITYPetr Machata2020-04-061-3/+6
* net: sched: expose HW stats types per action used by driversJiri Pirko2020-03-301-2/+3
* mlxsw: spectrum_flower: Offload FLOW_ACTION_MANGLEPetr Machata2020-03-261-0/+15
* net: sched: rename more stats_typesJakub Kicinski2020-03-231-3/+3
* mlxsw: spectrum_flower: Offload FLOW_ACTION_PRIORITYPetr Machata2020-03-191-0/+4
* net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski2020-03-171-4/+4
* flow_offload: introduce "disabled" HW stats type and allow it in mlxswJiri Pirko2020-03-081-1/+1
* flow_offload: introduce "immediate" HW stats type and allow it in mlxswJiri Pirko2020-03-081-1/+2
* mlxsw: restrict supported HW stats type to "any"Jiri Pirko2020-03-081-4/+10
* mlxsw: spectrum_flower: Do not allow mixing HW stats types for actionsJiri Pirko2020-03-081-0/+2
* mlxsw: core_acl_flex_actions: Implement flow_offload action cookie offloadJiri Pirko2020-02-251-1/+2
* mlxsw: spectrum_acl: Pass the ingress indication down to flex actionJiri Pirko2020-02-241-1/+1
* mlxsw: spectrum_flower: Disable mixed bound blocks to contain action dropJiri Pirko2020-02-241-1/+18
* mlxsw: spectrum_flower: Fail in case user specifies multiple mirror actionsDanielle Ratson2019-09-271-0/+6
* mlxsw: spectrum_flower: Forbid to offload match on reserved TCP flags bitsJiri Pirko2019-07-271-0/+6
* mlxsw: spectrum_acl: Track rules that forbid egress block bindJiri Pirko2019-07-271-0/+11
* mlxsw: spectrum_flower: Forbid to offload mirred redirect on egressJiri Pirko2019-07-271-0/+5
* net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-091-17/+17
* mlxsw: spectrum_flower: Implement support for ingress device matchingJiri Pirko2019-06-191-1/+49
* mlxsw: spectrum_flower: Fix TOS matchingJiri Pirko2019-06-121-2/+2
* mlxsw: spectrum_flower: Fix VLAN modify action supportIdo Schimmel2019-02-121-2/+1
* drivers: net: use flow action infrastructurePablo Neira Ayuso2019-02-061-21/+33
* flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso2019-02-061-1/+1
* flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso2019-02-061-114/+88
* mlxsw: spectrum_acl: Support rule creation without action creationNir Dotan2018-12-111-1/+1
* net_sched: remove list_head from tc_actionCong Wang2018-08-211-4/+2
* mlxsw: spectrum_flower: use PTR_ERR_OR_ZERO()YueHaibing2018-08-091-3/+2