summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxsw
AgeCommit message (Expand)AuthorFilesLines
2020-03-09flow_offload: introduce "disabled" HW stats type and allow it in mlxswJiri Pirko1-1/+1
2020-03-09mlxsw: spectrum_acl: Ask device for rule stats only if counter was createdJiri Pirko2-10/+19
2020-03-09flow_offload: introduce "immediate" HW stats type and allow it in mlxswJiri Pirko1-1/+2
2020-03-09mlxsw: restrict supported HW stats type to "any"Jiri Pirko1-4/+10
2020-03-09mlxsw: spectrum_flower: Do not allow mixing HW stats types for actionsJiri Pirko1-0/+2
2020-03-06mlxsw: spectrum_qdisc: Support offloading of FIFO QdiscPetr Machata3-1/+149
2020-03-06mlxsw: spectrum_qdisc: Add handle parameter to ..._ops.replacePetr Machata1-9/+9
2020-03-06mlxsw: spectrum_qdisc: Introduce struct mlxsw_sp_qdisc_statePetr Machata2-44/+45
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-02-27mlxsw: pci: Wait longer before accessing the device after resetAmit Cohen1-1/+1
2020-02-27mlxsw: reg: Update module_type values in PMTM register and map them to widthJiri Pirko2-8/+31
2020-02-27mlxsw: spectrum: Add mlxsw_sp_span_ops.buffsize_get for Spectrum-3Petr Machata1-2/+21
2020-02-27mlxsw: spectrum: Initialize advertised speeds to supported speedsIdo Schimmel2-84/+8
2020-02-27mlxsw: spectrum: Move the ECN-marked packet counter to ethtoolPetr Machata2-7/+27
2020-02-27mlxsw: spectrum_switchdev: Optimize SFN records processingJiri Pirko2-13/+24
2020-02-25mlxsw: spectrum_trap: Lookup and pass cookie down to devlink_trap_report()Jiri Pirko4-3/+63
2020-02-25mlxsw: pci: Extract cookie index for ACL discard trap packetsJiri Pirko3-1/+18
2020-02-25mlxsw: core_acl_flex_actions: Implement flow_offload action cookie offloadJiri Pirko5-6/+257
2020-02-25mlxsw: core_acl_flex_actions: Add trap with userdef actionJiri Pirko1-2/+28
2020-02-25devlink: extend devlink_trap_report() to accept cookie and passJiri Pirko1-2/+2
2020-02-24mlxsw: spectrum_trap: Add ACL devlink-trap supportJiri Pirko2-0/+18
2020-02-24mlxsw: spectrum_trap: Introduce dummy group with thin policerJiri Pirko2-0/+25
2020-02-24mlxsw: core: Extend MLXSW_RXL_DIS to register disabled trap groupJiri Pirko3-39/+47
2020-02-24mlxsw: core: Allow to enable/disable rx_listener for trapJiri Pirko2-10/+40
2020-02-24mlxsw: acl_flex_actions: Trap all ACL dropped packets to DISCARD_*_ACL trapsJiri Pirko2-2/+6
2020-02-24mlxsw: spectrum_acl: Pass the ingress indication down to flex actionJiri Pirko5-6/+8
2020-02-24mlxsw: spectrum_flower: Disable mixed bound blocks to contain action dropJiri Pirko3-1/+27
2020-02-24mlxsw: spectrum_acl: Track ingress and egress block bindingsJiri Pirko2-6/+23
2020-02-24mlxsw: spectrum_trap: Prepare mlxsw_core_trap_action_set() to handle not only...Jiri Pirko3-14/+13
2020-02-24mlxsw: spectrum_trap: Use listener->en/dis_action instead of hard-coded valuesJiri Pirko1-2/+2
2020-02-24mlxsw: core: Allow to register disabled traps using MLXSW_RXL_DISJiri Pirko3-12/+31
2020-02-24mlxsw: spectrum_trap: Set unreg_action to be SET_FW_DEFAULTJiri Pirko1-2/+2
2020-02-24mlxsw: pci: Remove unused valuesIdo Schimmel1-2/+0
2020-02-24mlxsw: core: Remove priv from listener equality comparisonJiri Pirko2-25/+15
2020-02-24mlxsw: spectrum_acl: Make block arg const where appropriateJiri Pirko2-7/+10
2020-02-24mlxsw: spectrum_trap: Make global arrays const as they should beJiri Pirko1-6/+6
2020-02-24mlxsw: core: Remove initialization to false of mlxsw_listener structJiri Pirko1-2/+0
2020-02-24mlxsw: core: Convert is_event and is_ctrl bools to be single bitsJiri Pirko1-2/+2
2020-02-24mlxsw: core: Remove dummy union name from struct mlxsw_listenerJiri Pirko2-7/+7
2020-02-24mlxsw: core: Remove unused action field from mlxsw_rx_listener structJiri Pirko1-1/+0
2020-02-24mlxsw: spectrum_trap: Move policer initialization to mlxsw_sp_trap_init()Jiri Pirko1-53/+19
2020-02-24mlxsw: core_acl_flex_actions: Rename Trap / Discard Action to Trap ActionJiri Pirko1-54/+49
2020-02-24mlxsw: spectrum_trap: Move functions to avoid their forward declarationsJiri Pirko1-78/+73
2020-02-24mlxsw: spectrum_trap: Use err variable instead of directly checking func retu...Jiri Pirko1-2/+6
2020-02-23mlxsw: spectrum: Remove RTNL where possibleIdo Schimmel2-29/+0
2020-02-23mlxsw: spectrum_router: Take router lock from exported helpersIdo Schimmel1-22/+58
2020-02-23mlxsw: spectrum_router: Take router lock from inetaddr listenersIdo Schimmel1-3/+9
2020-02-23mlxsw: spectrum_router: Take router lock from netdev listenerIdo Schimmel2-23/+45
2020-02-23mlxsw: spectrum_dpipe: Take router lock from dpipe codeIdo Schimmel1-0/+18
2020-02-23mlxsw: spectrum_router: Take router lock from inside routing codeIdo Schimmel1-7/+17