summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: Enable unified bridge modelAmit Cohen2022-07-041-21/+8
* mlxsw: spectrum: Initialize PGT tableAmit Cohen2022-06-281-0/+9
* mlxsw: Add an indication of SMPE index validity for PGT tableAmit Cohen2022-06-281-0/+4
* mlxsw: spectrum: Add a temporary variable to indicate bridge modelAmit Cohen2022-06-281-0/+1
* mlxsw: spectrum: Use different arrays of FID families per-ASIC typeAmit Cohen2022-06-241-0/+4
* mlxsw: Add enumerator for 'config_profile.flood_mode'Amit Cohen2022-06-221-2/+2
* mlxsw: Add a resource describing number of RIFsPetr Machata2022-06-171-0/+29
* mlxsw: Revert "Introduce initial XM router support"Petr Machata2022-06-151-5/+0
* mlxsw: spectrum: Update a commentPetr Machata2022-05-081-3/+2
* mlxsw: spectrum: Move handling of tunnel events to router codePetr Machata2022-05-081-6/+0
* mlxsw: spectrum: Move handling of router events to router codePetr Machata2022-05-081-14/+0
* mlxsw: spectrum: Move handling of HW stats events to router codePetr Machata2022-05-081-4/+0
* mlxsw: spectrum: Move handling of VRF events to router codePetr Machata2022-05-081-11/+0
* mlxsw: spectrum: Tolerate enslaving of various devices to VRFPetr Machata2022-05-081-10/+16
* mlxsw: spectrum: Add port to linecard mappingJiri Pirko2022-04-181-12/+32
* mlxsw: core: Extend driver ops by remove selected ports opJiri Pirko2022-04-181-0/+17
* mlxsw: core_linecards: Add line card objects and implement provisioningJiri Pirko2022-04-181-0/+6
* mlxsw: spectrum: Introduce port mapping change event processingJiri Pirko2022-04-181-9/+157
* mlxsw: Narrow the critical section of devl_lock during ports creation/removalJiri Pirko2022-04-181-7/+7
* mlxsw: spectrum: Allocate port mapping array of structs instead of pointersJiri Pirko2022-04-181-24/+8
* mlxsw: spectrum: Allow lane to start from non-zero indexJiri Pirko2022-04-181-1/+3
* mlxsw: core: Extend interfaces for cable info access with slot argumentVadim Pasternak2022-04-151-10/+11
* devlink: hold the instance lock in port_split / port_unsplit callbacksJakub Kicinski2022-03-161-7/+0
* eth: mlxsw: switch to explicit locking for port registrationJakub Kicinski2022-03-161-0/+14
* mlxsw: Add support for IFLA_OFFLOAD_XSTATS_L3_STATSPetr Machata2022-03-031-0/+4
* mlxsw: Extract classification of router-related events to a helperPetr Machata2022-03-031-3/+13
* mlxsw: Remove resource query checkIdo Schimmel2022-02-231-4/+0
* mlxsw: core: Unify method of trap support validationVadim Pasternak2022-02-231-8/+0
* mlxsw: spectrum: Remove SP{1,2,3} defines for FW minor and subminorJiri Pirko2022-02-231-18/+15
* mlxsw: spectrum: Guard against invalid local portsAmit Cohen2022-01-281-3/+1
* mlxsw: core: Move functions to register/unregister array of traps to core.cJiri Pirko2022-01-281-49/+13
* mlxsw: core: Move basic trap group initialization from spectrum.cJiri Pirko2022-01-281-29/+0
* mlxsw: spectrum: Set basic trap groups from an arrayJiri Pirko2022-01-281-29/+18
* mlxsw: spectrum: Extend to support Spectrum-4 ASICAmit Cohen2022-01-071-0/+95
* mlxsw: Add operations structure for bloom filter calculationAmit Cohen2022-01-071-0/+2
* mlxsw: spectrum: Add hash table for IPv6 address mappingAmit Cohen2021-12-151-0/+143
* mlxsw: Use u16 for local_port field instead of u8Amit Cohen2021-12-011-24/+24
* mlxsw: spectrum: Bump minimum FW version to xx.2010.1006Amit Cohen2021-12-011-6/+6
* devlink: Simplify devlink resources unregister callLeon Romanovsky2021-11-301-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-5/+5
|\
| * mlxsw: spectrum: Protect driver from buggy firmwareAmit Cohen2021-11-231-1/+1
| * mlxsw: spectrum: Allow driver to load with old firmware versionsDanielle Ratson2021-11-231-4/+4
* | mlxsw: constify address in mlxsw_sp_port_dev_addr_setJakub Kicinski2021-11-191-1/+1
|/
* mlxsw: spectrum_router: Expose RIF MAC profiles to devlink resourceDanielle Ratson2021-10-261-2/+38
* ethernet: mlxsw: use eth_hw_addr_gen()Jakub Kicinski2021-10-191-4/+4
* mlxsw: spectrum_qdisc: Introduce per-TC ECN countersPetr Machata2021-10-141-3/+7
* mlxsw: reg: Rename MLXSW_REG_PPCNT_TC_CONG_TC to _CNTPetr Machata2021-10-141-1/+1
* mlxsw: spectrum_qdisc: Offload RED qevent markPetr Machata2021-10-121-0/+2
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* mlxsw: Track per-module port statusIdo Schimmel2021-09-151-6/+31