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