aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/core.c
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
* mlxsw: Add a helper function for getting maximum LAG IDAmit Cohen2022-08-301-4/+21
* mlxsw: Remove unused mlxsw_core_port_type_get()Jiri Pirko2022-08-251-12/+0
* mlxsw: Remove unused port_type_set devlink opJiri Pirko2022-08-251-16/+0
* mlxsw: Remove unused IB stuffJiri Pirko2022-08-251-12/+0
* mlxsw: core: Add registration APIs for system event handlerVadim Pasternak2022-08-231-0/+68
* net: devlink: convert reload command to take implicit devlink->lockJiri Pirko2022-08-011-4/+0
* mlxsw: Query UTC sec and nsec PCI offsets and valuesDanielle Ratson2022-07-291-0/+12
* mlxsw: Support CQEv2 for SDQ in Spectrum-2 and newer ASICsDanielle Ratson2022-07-291-0/+6
* mlxsw: core_linecards: Implement line card device flashingJiri Pirko2022-07-261-10/+21
* mlxsw: core_linecards: Introduce per line card auxiliary deviceJiri Pirko2022-07-261-2/+11
* mlxsw: core: Fix use-after-free calling devl_unlock() in mlxsw_core_bus_devic...Jiri Pirko2022-07-221-2/+2
* mlxsw: convert driver to use unlocked devlink API during init/finiJiri Pirko2022-07-181-19/+34
* mlxsw: Revert "Introduce initial XM router support"Petr Machata2022-06-141-12/+0
* mlxsw: core: Add bus argument to environment init APIVadim Pasternak2022-04-201-1/+1
* mlxsw: spectrum: Add port to linecard mappingJiri Pirko2022-04-181-4/+24
* mlxsw: core: Extend driver ops by remove selected ports opJiri Pirko2022-04-181-0/+9
* mlxsw: core_linecards: Add line card objects and implement provisioningJiri Pirko2022-04-181-0/+19
* devlink: pass devlink_port to port_split / port_unsplit callbacksJakub Kicinski2022-03-161-18/+14
* eth: mlxsw: switch to explicit locking for port registrationJakub Kicinski2022-03-161-2/+2
* mlxsw: Remove resource query checkIdo Schimmel2022-02-231-6/+2
* mlxsw: core: Unify method of trap support validationVadim Pasternak2022-02-231-7/+2
* mlxsw: core_thermal: Remove obsolete API for query resourceVadim Pasternak2022-02-231-6/+0
* mlxsw: core: Prevent trap group setting if driver does not support EMADVadim Pasternak2022-02-231-0/+9
* mlxsw: core: Consolidate trap groups to a single event groupJiri Pirko2022-01-271-4/+2
* mlxsw: core: Move functions to register/unregister array of traps to core.cJiri Pirko2022-01-271-0/+39
* mlxsw: core: Move basic trap group initialization from spectrum.cJiri Pirko2022-01-271-1/+21
* mlxsw: core: Move basic_trap_groups_set() call out of EMAD init codeJiri Pirko2022-01-271-6/+10
* mlxsw: core: Extend devlink health reporter with new events and parametersDanielle Ratson2021-12-201-0/+131
* mlxsw: core: Convert a series of if statements to switch caseDanielle Ratson2021-12-201-18/+40
* mlxsw: Fix naming convention of MFDE fieldsDanielle Ratson2021-12-201-4/+4
* mlxsw: Use u16 for local_port field instead of u8Amit Cohen2021-12-011-21/+21
* devlink: Simplify devlink resources unregister callLeon Romanovsky2021-11-301-4/+4
* devlink: Delete reload enable/disable interfaceLeon Romanovsky2021-10-121-5/+2
* devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky2021-10-121-0/+1
* mlxsw: core: Register devlink instance lastLeon Romanovsky2021-09-271-13/+6
* devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-6/+2
* mlxsw: core: Remove mlxsw_core_is_initialized()Ido Schimmel2021-09-151-8/+0
* mlxsw: core: Initialize switch driver lastIdo Schimmel2021-09-151-11/+10
* mlxsw: spectrum: Use PMTDB register to obtain split infoJiri Pirko2021-09-141-38/+0
* devlink: Set device as early as possibleLeon Romanovsky2021-08-091-2/+3
* mlxsw: core: use PSID string define in devlink infoJiri Pirko2021-05-271-1/+3
* mlxsw: core: Expose FW version over defined keywordJiri Pirko2021-05-271-1/+3
* mlxsw: core: Avoid unnecessary EMAD buffer copyIdo Schimmel2021-05-171-1/+1
* mlxsw: Adjust some MFDE fields shift and size to fw implementationDanielle Ratson2021-03-101-1/+1
* mlxsw: core: Expose MFDE.log_ip to devlink healthDanielle Ratson2021-03-101-0/+4
* mlxsw: Register physical ports as a devlink resourceDanielle Ratson2021-01-221-10/+67
* mlxsw: Ignore ports that are connected to eXtended mezanineJiri Pirko2020-12-141-0/+12
* mlxsw: core: Trace EMAD eventsIdo Schimmel2020-12-061-0/+7
* devlink: move request_firmware out of driverJacob Keller2020-11-191-10/+1