summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/core.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-18mlxsw: core: Use variable timeout for EMAD retriesIdo Schimmel1-1/+2
2020-10-26mlxsw: core: Fix use-after-free in mlxsw_emad_trans_finish()Amit Cohen1-0/+3
2020-10-26mlxsw: core: Fix memory leak on module removalIdo Schimmel1-0/+2
2020-10-09devlink: Add devlink reload limit optionMoshe Shemesh1-1/+3
2020-10-09devlink: Add reload action option to devlink reload commandMoshe Shemesh1-3/+7
2020-09-27mlxsw: Update transceiver_overheat counter according to MTWEAmit Cohen1-0/+5
2020-09-27mlxsw: core: Add an infrastructure to track transceiver overheat counterAmit Cohen1-0/+22
2020-09-25devlink: convert flash_update to use params structureJacob Keller1-5/+4
2020-09-25devlink: check flash_update parameter support in net coreJacob Keller1-3/+0
2020-09-15mlxsw: core: Introduce fw_fatal health reporterJiri Pirko1-0/+240
2020-09-15mlxsw: Move fw_load_policy devlink param into core.cJiri Pirko1-1/+50
2020-09-15mlxsw: core: Push code doing params register/unregister into separate helpersJiri Pirko1-12/+27
2020-09-15mlxsw: Move fw flashing code into core.cJiri Pirko1-17/+260
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-9/+9
2020-08-03devlink: Pass extack when setting trap's action and group's parametersIdo Schimmel1-4/+6
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+5
2020-07-29mlxsw: core: Free EMAD transactions using kfree_rcu()Ido Schimmel1-1/+1
2020-07-29mlxsw: core: Increase scope of RCU read-side critical sectionIdo Schimmel1-2/+4
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-07-20mlxsw: destroy workqueue when trap_register in mlxsw_emad_initLiu Jian1-1/+2
2020-07-14mlxsw: core: Use mirror reason during Rx listener lookupIdo Schimmel1-2/+4
2020-07-09devlink: Add a new devlink port split ability attribute and pass to netlinkDanielle Ratson1-0/+1
2020-07-09mlxsw: Set port split ability attribute in driverDanielle Ratson1-4/+5
2020-07-09devlink: Add a new devlink port lanes attribute and pass to netlinkDanielle Ratson1-0/+1
2020-07-09mlxsw: Set number of port lanes attribute in driverDanielle Ratson1-2/+4
2020-07-09devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson1-3/+8
2020-03-30mlxsw: spectrum_trap: Add support for setting of packet trap group parametersIdo Schimmel1-0/+14
2020-03-30mlxsw: spectrum_trap: Add devlink-trap policer supportIdo Schimmel1-0/+57
2020-02-27mlxsw: reg: Update module_type values in PMTM register and map them to widthJiri Pirko1-4/+13
2020-02-24mlxsw: core: Extend MLXSW_RXL_DIS to register disabled trap groupJiri Pirko1-3/+9
2020-02-24mlxsw: core: Allow to enable/disable rx_listener for trapJiri Pirko1-9/+39
2020-02-24mlxsw: spectrum_trap: Prepare mlxsw_core_trap_action_set() to handle not only...Jiri Pirko1-4/+6
2020-02-24mlxsw: core: Allow to register disabled traps using MLXSW_RXL_DISJiri Pirko1-2/+5
2020-02-23mlxsw: core: Remove priv from listener equality comparisonJiri Pirko1-21/+13
2020-02-23mlxsw: core: Remove dummy union name from struct mlxsw_listenerJiri Pirko1-4/+4
2020-02-19mlxsw: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-11-12mlxsw: core: Add support for using EMAD string TLVShalom Toledo1-6/+70
2019-11-12mlxsw: core: Extend EMAD information reported to devlink hwerrShalom Toledo1-2/+10
2019-11-12mlxsw: core: Add support for EMAD string TLV parsingShalom Toledo1-0/+15
2019-11-12mlxsw: core: Add EMAD string TLVShalom Toledo1-0/+19
2019-11-12mlxsw: core: Parse TLVs' offsets of incoming EMADsShalom Toledo1-11/+42
2019-11-11mlxsw: core: Enable devlink reload only on probeJiri Pirko1-2/+3
2019-11-08devlink: disallow reload operation during device cleanupJiri Pirko1-1/+5
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-10-31mlxsw: spectrum: Use PMTM register to get max module widthJiri Pirko1-0/+29
2019-10-30mlxsw: core: Unpublish devlink parameters during reloadJiri Pirko1-2/+2
2019-10-06mlxsw: core: Push minor/subminor fw version check into helperVadim Pasternak1-0/+10