summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-252-12/+40
|\
| * mlxsw: pci: Only issue reset when system is readyIdo Schimmel2020-03-191-11/+39
| * mlxsw: reg: Increase register field length to 31 bitsIdo Schimmel2020-03-151-1/+1
* | devlink: Only pass packet trap group identifier in trap structureIdo Schimmel2020-03-231-4/+4
* | mlxsw: spectrum_trap: Explicitly register packet trap groupsIdo Schimmel2020-03-231-3/+27
* | mlxsw: spectrum_cnt: Fix 64-bit division in mlxsw_sp_counter_resources_registerNathan Chancellor2020-03-231-1/+1
* | net: sched: rename more stats_typesJakub Kicinski2020-03-231-3/+3
* | mlxsw: spectrum_flower: Offload FLOW_ACTION_PRIORITYPetr Machata2020-03-195-0/+45
* | mlxsw: core: Add QOS_ACTIONPetr Machata2020-03-191-0/+35
* | mlxsw: spectrum_cnt: Expose devlink resource occupancy for countersJiri Pirko2020-03-181-1/+62
* | mlxsw: spectrum_cnt: Consolidate subpools initializationJiri Pirko2020-03-181-22/+16
* | mlxsw: spectrum_cnt: Move config validation along with resource registerJiri Pirko2020-03-181-23/+8
* | mlxsw: spectrum_cnt: Expose subpool sizes over devlink resourcesJiri Pirko2020-03-184-17/+101
* | mlxsw: spectrum_cnt: Add entry_size_res_id for each subpool and use it to que...Jiri Pirko2020-03-181-12/+14
* | mlxsw: spectrum_cnt: Move sub_pools under per-instance pool structJiri Pirko2020-03-181-18/+27
* | mlxsw: spectrum_cnt: Query bank size from FW resourcesJiri Pirko2020-03-182-6/+11
* | net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski2020-03-171-4/+4
* | mlxsw: spectrum_qdisc: Offload RED ECN nodrop modePetr Machata2020-03-141-4/+5
* | flow_offload: introduce "disabled" HW stats type and allow it in mlxswJiri Pirko2020-03-081-1/+1
* | mlxsw: spectrum_acl: Ask device for rule stats only if counter was createdJiri Pirko2020-03-082-10/+19
* | 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: spectrum_qdisc: Support offloading of FIFO QdiscPetr Machata2020-03-053-1/+149
* | mlxsw: spectrum_qdisc: Add handle parameter to ..._ops.replacePetr Machata2020-03-051-9/+9
* | mlxsw: spectrum_qdisc: Introduce struct mlxsw_sp_qdisc_statePetr Machata2020-03-052-44/+45
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-271-1/+1
|\|
| * mlxsw: pci: Wait longer before accessing the device after resetAmit Cohen2020-02-271-1/+1
* | mlxsw: reg: Update module_type values in PMTM register and map them to widthJiri Pirko2020-02-272-8/+31
* | mlxsw: spectrum: Add mlxsw_sp_span_ops.buffsize_get for Spectrum-3Petr Machata2020-02-261-2/+21
* | mlxsw: spectrum: Initialize advertised speeds to supported speedsIdo Schimmel2020-02-262-84/+8
* | mlxsw: spectrum: Move the ECN-marked packet counter to ethtoolPetr Machata2020-02-262-7/+27
* | mlxsw: spectrum_switchdev: Optimize SFN records processingJiri Pirko2020-02-262-13/+24
* | mlxsw: spectrum_trap: Lookup and pass cookie down to devlink_trap_report()Jiri Pirko2020-02-254-3/+63
* | mlxsw: pci: Extract cookie index for ACL discard trap packetsJiri Pirko2020-02-253-1/+18
* | mlxsw: core_acl_flex_actions: Implement flow_offload action cookie offloadJiri Pirko2020-02-255-6/+257
* | mlxsw: core_acl_flex_actions: Add trap with userdef actionJiri Pirko2020-02-251-2/+28
* | devlink: extend devlink_trap_report() to accept cookie and passJiri Pirko2020-02-251-2/+2
* | mlxsw: spectrum_trap: Add ACL devlink-trap supportJiri Pirko2020-02-242-0/+18
* | mlxsw: spectrum_trap: Introduce dummy group with thin policerJiri Pirko2020-02-242-0/+25
* | mlxsw: core: Extend MLXSW_RXL_DIS to register disabled trap groupJiri Pirko2020-02-243-39/+47
* | mlxsw: core: Allow to enable/disable rx_listener for trapJiri Pirko2020-02-242-10/+40
* | mlxsw: acl_flex_actions: Trap all ACL dropped packets to DISCARD_*_ACL trapsJiri Pirko2020-02-242-2/+6
* | mlxsw: spectrum_acl: Pass the ingress indication down to flex actionJiri Pirko2020-02-245-6/+8
* | mlxsw: spectrum_flower: Disable mixed bound blocks to contain action dropJiri Pirko2020-02-243-1/+27
* | mlxsw: spectrum_acl: Track ingress and egress block bindingsJiri Pirko2020-02-242-6/+23
* | mlxsw: spectrum_trap: Prepare mlxsw_core_trap_action_set() to handle not only...Jiri Pirko2020-02-243-14/+13
* | mlxsw: spectrum_trap: Use listener->en/dis_action instead of hard-coded valuesJiri Pirko2020-02-241-2/+2
* | mlxsw: core: Allow to register disabled traps using MLXSW_RXL_DISJiri Pirko2020-02-243-12/+31
* | mlxsw: spectrum_trap: Set unreg_action to be SET_FW_DEFAULTJiri Pirko2020-02-241-2/+2