summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxsw/core.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-28mlxsw: core: use PSID string define in devlink infoJiri Pirko1-1/+3
2021-05-28mlxsw: core: Expose FW version over defined keywordJiri Pirko1-1/+3
2021-05-18mlxsw: core: Avoid unnecessary EMAD buffer copyIdo Schimmel1-1/+1
2021-03-11mlxsw: Adjust some MFDE fields shift and size to fw implementationDanielle Ratson1-1/+1
2021-03-11mlxsw: core: Expose MFDE.log_ip to devlink healthDanielle Ratson1-0/+4
2021-01-23mlxsw: Register physical ports as a devlink resourceDanielle Ratson1-10/+67
2020-12-15mlxsw: Ignore ports that are connected to eXtended mezanineJiri Pirko1-0/+12
2020-12-07mlxsw: core: Trace EMAD eventsIdo Schimmel1-0/+7
2020-11-20devlink: move request_firmware out of driverJacob Keller1-10/+1
2020-11-18mlxsw: core: Use variable timeout for EMAD retriesIdo Schimmel1-1/+2
2020-10-27mlxsw: core: Fix use-after-free in mlxsw_emad_trans_finish()Amit Cohen1-0/+3
2020-10-27mlxsw: 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-26devlink: convert flash_update to use params structureJacob Keller1-5/+4
2020-09-26devlink: check flash_update parameter support in net coreJacob Keller1-3/+0
2020-09-16mlxsw: core: Introduce fw_fatal health reporterJiri Pirko1-0/+240
2020-09-16mlxsw: Move fw_load_policy devlink param into core.cJiri Pirko1-1/+50
2020-09-16mlxsw: core: Push code doing params register/unregister into separate helpersJiri Pirko1-12/+27
2020-09-16mlxsw: Move fw flashing code into core.cJiri Pirko1-17/+260
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-9/+9
2020-08-04devlink: 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-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-07-21mlxsw: destroy workqueue when trap_register in mlxsw_emad_initLiu Jian1-1/+2
2020-07-15mlxsw: 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-31mlxsw: spectrum_trap: Add support for setting of packet trap group parametersIdo Schimmel1-0/+14
2020-03-31mlxsw: 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-24mlxsw: core: Remove priv from listener equality comparisonJiri Pirko1-21/+13
2020-02-24mlxsw: core: Remove dummy union name from struct mlxsw_listenerJiri Pirko1-4/+4
2020-02-20mlxsw: 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