summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/minimal.c
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: Implement ethtool operation to write to a transceiver module EEPROMIdo Schimmel2024-06-281-0/+15
* net: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-06-261-2/+2
* mlxsw: remove I2C_CLASS_HWMON from drivers w/o detect and address_listHeiner Kallweit2024-01-301-1/+0
* mlxsw: minimal: fix potential memory leak in mlxsw_m_linecards_initZhengchao Shao2023-06-291-0/+1
* net: remove unused ndo_get_devlink_portJiri Pirko2022-11-031-11/+0
* net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko2022-11-031-4/+2
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* mlxsw: minimal: Return -ENOMEM on allocation failureDan Carpenter2022-08-301-2/+6
* mlxsw: minimal: Extend to support line card dynamic operationsVadim Pasternak2022-08-231-1/+99
* mlxsw: minimal: Extend module to port mapping with slot indexVadim Pasternak2022-08-231-52/+163
* mlxsw: minimal: Move ports allocation to separate routineVadim Pasternak2022-08-231-8/+34
* mlxsw: minimal: Extend APIs with slot index for modular system supportVadim Pasternak2022-08-231-14/+24
* mlxsw: minimal: Fix deadlock in ports creationVadim Pasternak2022-08-111-7/+0
* mlxsw: Revert "Introduce initial XM router support"Petr Machata2022-06-141-2/+1
* mlxsw: spectrum: Add port to linecard mappingJiri Pirko2022-04-181-1/+1
* mlxsw: Narrow the critical section of devl_lock during ports creation/removalJiri Pirko2022-04-181-6/+7
* mlxsw: core: Extend interfaces for cable info access with slot argumentVadim Pasternak2022-04-151-11/+13
* eth: mlxsw: switch to explicit locking for port registrationJakub Kicinski2022-03-161-0/+6
* mlxsw: Remove resource query checkIdo Schimmel2022-02-231-1/+0
* mlxsw: Add netdev argument to mlxsw_env_get_module_info()Danielle Ratson2022-01-261-1/+2
* mlxsw: Use u16 for local_port field instead of u8Amit Cohen2021-12-011-5/+5
* ethernet: mlxsw: use eth_hw_addr_gen()Jakub Kicinski2021-10-191-7/+3
* mlxsw: Add ability to control transceiver modules' power modeIdo Schimmel2021-10-061-0/+26
* mlxsw: Add support for transceiver modules resetIdo Schimmel2021-09-151-0/+10
* mlxsw: Track per-module port statusIdo Schimmel2021-09-151-3/+17
* mlxsw: core: Add support for module EEPROM read by pageIdo Schimmel2021-06-211-0/+13
* mlxsw: Verify the accessed index doesn't exceed the array lengthDanielle Ratson2021-05-171-0/+4
* mlxsw: Ignore ports that are connected to eXtended mezanineJiri Pirko2020-12-141-1/+2
* mlxsw: Set port split ability attribute in driverDanielle Ratson2020-07-091-2/+2
* mlxsw: Set number of port lanes attribute in driverDanielle Ratson2020-07-091-1/+1
* mlxsw: minimal: Fix an error handling path in 'mlxsw_m_port_create()'Christophe JAILLET2020-01-271-1/+1
* mlxsw: minimal: Add validation for FW versionVadim Pasternak2019-10-061-0/+30
* mlxsw: Propagate extack down to register_fib_notifier()Jiri Pirko2019-10-041-1/+2
* mlxsw: Register port netdevices into net of coreJiri Pirko2019-10-041-0/+1
* mlxsw: i2c: Extend initialization with querying firmware infoVadim Pasternak2019-05-301-0/+18
* mlxsw: Remove ndo_get_port_parent_id implementationJiri Pirko2019-04-041-13/+0
* mlxsw: Pass switch ID through devlink_port_attrs_set()Jiri Pirko2019-04-041-1/+3
* mlxsw: Remove ndo_get_phys_port_name implementationJiri Pirko2019-03-281-11/+0
* mlxsw: Implement ndo_get_devlink_portJiri Pirko2019-03-281-0/+11
* mlxsw: Move devlink_port_attrs_set() call before registerJiri Pirko2019-03-241-2/+3
* mlxsw: minimal: Initialize base_macJiri Pirko2019-03-121-0/+18
* mlxsw: i2c: Extend initialization by querying resources dataVadim Pasternak2019-03-031-5/+6
* mlxsw: minimal: Add ethtool supportVadim Pasternak2019-03-031-2/+322
* mlxsw: minimal: Make structures and variables names shorterVadim Pasternak2019-03-031-18/+18
* mlxsw: Replace license text with SPDX identifiers and adjust copyrightsJiri Pirko2018-08-091-33/+2
* mlxsw: minimal: Add I2C support for Mellanox ASICsVadim Pasternak2016-11-161-0/+97