aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-31mlxsw: spectrum: Use PMTM register to get max module widthJiri Pirko1-0/+29
2019-10-06mlxsw: core: Push minor/subminor fw version check into helperVadim Pasternak1-0/+10
2019-10-04net: devlink: allow to change namespaces during reloadJiri Pirko1-0/+1
2019-10-04mlxsw: Propagate extack down to register_fib_notifier()Jiri Pirko1-5/+8
2019-09-16mlxsw: spectrum: Register CPU port with devlinkShalom Toledo1-9/+54
2019-09-13net: devlink: move reload fail indication to devlink core and expose to userJiri Pirko1-10/+5
2019-09-13net: devlink: split reload op into twoJiri Pirko1-4/+15
2019-08-21mlxsw: spectrum: Add devlink-trap supportIdo Schimmel1-0/+52
2019-08-21mlxsw: core: Add API to set trap actionIdo Schimmel1-0/+12
2019-07-01mlxsw: pci: PTP: Hook into packet transmit pathPetr Machata1-0/+9
2019-06-13mlxsw: core: Add a new interface for reading the hardware free running clockShalom Toledo1-0/+12
2019-06-04mlxsw: Move firmware flash implementation to devlinkJiri Pirko1-0/+15
2019-05-30mlxsw: core: Re-order initialization sequenceIdo Schimmel1-10/+11
2019-05-18mlxsw: core: Prevent QSFP module initialization for old hardwareVadim Pasternak1-0/+6
2019-04-22mlxsw: spectrum_buffers: Add extack messages for invalid configurationsIdo Schimmel1-3/+4
2019-04-22net: devlink: Add extack to shared buffer operationsIdo Schimmel1-3/+6
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2019-04-10mlxsw: core: Do not use WQ_MEM_RECLAIM for mlxsw workqueueIdo Schimmel1-1/+1
2019-04-10mlxsw: core: Do not use WQ_MEM_RECLAIM for mlxsw ordered workqueueIdo Schimmel1-1/+1
2019-04-10mlxsw: core: Do not use WQ_MEM_RECLAIM for EMAD workqueueIdo Schimmel1-1/+1
2019-04-08mlxsw: core: Add support for devlink info commandShalom Toledo1-0/+41
2019-04-04mlxsw: Pass switch ID through devlink_port_attrs_set()Jiri Pirko1-2/+4
2019-04-04net: devlink: extend port attrs for switch IDJiri Pirko1-1/+2
2019-03-28mlxsw: Remove ndo_get_phys_port_name implementationJiri Pirko1-10/+0
2019-03-28mlxsw: Implement ndo_get_devlink_portJiri Pirko1-0/+12
2019-03-24mlxsw: Move devlink_port_attrs_set() call before registerJiri Pirko1-6/+6
2019-03-03mlxsw: core: Move resource query API to common locationVadim Pasternak1-0/+37
2019-02-08devlink: publish params only after driver init is doneJiri Pirko1-0/+5
2019-02-06mlxsw: core: Trace EMAD errorsNir Dotan1-1/+5
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+18
2018-12-18mlxsw: core: Increase timeout during firmware flash processShalom Toledo1-1/+18
2018-12-03mlxsw: spectrum: Load firmware version based on devlink parameterShalom Toledo1-0/+13
2018-12-03mlxsw: core: Reset firmware after flash during driver initializationShalom Toledo1-4/+28
2018-10-29mlxsw: core: Fix devlink unregister flowShalom Toledo1-7/+17
2018-10-17mlxsw: core: Fix use-after-free when flashing firmware during initIdo Schimmel1-0/+2
2018-08-10mlxsw: core: remove unnecessary function mlxsw_core_driver_putYueHaibing1-12/+0
2018-08-09mlxsw: Replace license text with SPDX identifiers and adjust copyrightsJiri Pirko1-35/+2
2018-06-05mlxsw: Add extack messages for port_{un, }split failuresDavid Ahern1-4/+10
2018-06-05devlink: Add extack to reload and port_{un, }split operationsDavid Ahern1-3/+6
2018-05-29mlxsw: pci: Utilize MRSR register to perform FW resetJiri Pirko1-3/+1
2018-05-29mlxsw: cmd: Handle error after reset gracefullyJiri Pirko1-7/+19
2018-05-19mlxsw: use devlink helper to generate physical port nameJiri Pirko1-0/+11
2018-05-19devlink: extend attrs_set for setting port flavoursJiri Pirko1-2/+2
2018-05-19devlink: introduce devlink_port_attrs_setJiri Pirko1-3/+4
2018-05-11mlxsw: core: Fix an error handling path in 'mlxsw_core_bus_device_register()'Christophe JAILLET1-2/+2
2018-04-01mlxsw: Move "resources_query_enable" out of mlxsw_config_profileJiri Pirko1-2/+3
2018-01-16mlxsw: core: Add support for reloadArkadi Sharshevsky1-17/+56
2018-01-16mlxsw: pci: Add support for getting resource through devlinkArkadi Sharshevsky1-0/+16
2018-01-16mlxsw: spectrum: Register KVD resources with devlinkArkadi Sharshevsky1-0/+9
2017-10-18mlxsw: core: Fix possible deadlockIdo Schimmel1-1/+10