aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-02mlxsw: core: Use correct EMAD transaction ID in debug messageIdo Schimmel1-1/+1
2017-03-24mlxsw: Query maximum number of ports from firmwareIdo Schimmel1-4/+42
2017-03-23mlxsw: Remove debugfs interfaceIdo Schimmel1-177/+0
2017-02-06mlxsw: core: Queue work immediately instead of delaying itIdo Schimmel1-3/+3
2016-12-03mlxsw: core: Create an ordered workqueue for FIB offloadIdo Schimmel1-0/+22
2016-11-29mlxsw: core: Change order of operations in removal pathIdo Schimmel1-1/+1
2016-11-29mlxsw: core: Add missing rollback in error pathIdo Schimmel1-0/+1
2016-11-25mlxsw: core: Change emad trap group settingsNogah Frankel1-39/+10
2016-11-25mlxsw: Change trap set functionNogah Frankel1-5/+9
2016-11-25mlxsw: core: Create a generic function to register / unregister trapsNogah Frankel1-0/+67
2016-11-22mlxsw: core: Implement thermal zoneIvan Vecera1-0/+8
2016-11-16mlxsw: Invoke driver's init/fini methods only if definedVadim Pasternak1-5/+9
2016-11-16mlxsw: Add bus capability flagVadim Pasternak1-0/+6
2016-10-30mlxsw: core: Add port type (Eth/IB) set APIElad Raz1-0/+41
2016-10-30mlxsw: core: Add "eth" prefix to mlxsw_core_port_setElad Raz1-4/+4
2016-10-30mlxsw: Make devlink port instances independent of spectrum/switchx2 port instancesJiri Pirko1-14/+68
2016-10-28mlxsw: Move PCI id table definitions into driver modulesJiri Pirko1-14/+0
2016-10-23mlxsw: Convert resources into arrayJiri Pirko1-11/+21
2016-09-21mlxsw: spectrum: lag resources- use resources data instead of constsNogah Frankel1-13/+13
2016-07-24mlxsw: pci: Add resources query implementation.Nogah Frankel1-1/+9
2016-07-12mlxsw: core: Trace EMAD messagesJiri Pirko1-5/+13
2016-06-09mlxsw: core: Remove deprecated create_workqueueBhaktipriya Shridhar1-1/+1
2016-04-14mlxsw: core: Introduce support for asynchronous EMAD register accessJiri Pirko1-173/+321
2016-04-14mlxsw: core: Add mlxsw specific workqueue and use it for FDB notif. processingJiri Pirko1-2/+23
2016-04-14mlxsw: core: Add devlink shared buffer occupancy callbacksJiri Pirko1-8/+66
2016-04-14mlxsw: core: Add devlink shared buffer callbacksJiri Pirko1-2/+103
2016-04-08mlxsw: Do not pass around driver_priv directlyJiri Pirko1-8/+11