summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw
AgeCommit message (Expand)AuthorFilesLines
2020-11-18mlxsw: core: Use variable timeout for EMAD retriesIdo Schimmel1-1/+2
2020-11-18mlxsw: Fix firmware flashingIdo Schimmel1-1/+1
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-26mlxsw: Only advertise link modes supported by both driver and deviceAmit Cohen3-2/+38
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-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-18/+30
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo3-17/+28
2020-09-27mlxsw: spectrum_ethtool: Expose transceiver_overheat counterAmit Cohen1-1/+56
2020-09-27mlxsw: Update module's settings when module is plugged inAmit Cohen4-0/+137
2020-09-27mlxsw: spectrum: Initialize netdev's module overheat counterAmit Cohen2-0/+26
2020-09-27mlxsw: Enable temperature event for all supported port module sensorsAmit Cohen2-0/+107
2020-09-27mlxsw: Update transceiver_overheat counter according to MTWEAmit Cohen6-0/+99
2020-09-27mlxsw: core: Add an infrastructure to track transceiver overheat counterAmit Cohen4-0/+96
2020-09-27mlxsw: core_hwmon: Query MTMP before writing to set only relevant fieldsAmit Cohen1-4/+17
2020-09-27mlxsw: reg: Add Ports Module Administrative and Operational Status RegisterAmit Cohen1-0/+59
2020-09-27mlxsw: reg: Add Port Module Plug/Unplug Event RegisterAmit Cohen1-0/+45
2020-09-27mlxsw: reg: Add Management Temperature Warning Event RegisterAmit Cohen1-0/+18
2020-09-27mlxsw: spectrum_acl: Fix mlxsw_sp_acl_tcam_group_add()'s error pathIdo Schimmel1-1/+2
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-21mlxsw: spectrum_router: simplify the return expression of __mlxsw_sp_router_i...Qinglang Miao1-5/+1
2020-09-17mlxsw: spectrum_qdisc: Disable port buffer autoresize with qdiscsPetr Machata1-1/+33
2020-09-17mlxsw: spectrum_dcb: Implement dcbnl_setbuffer / getbufferPetr Machata1-0/+59
2020-09-17mlxsw: spectrum_buffers: Support two headroom modesPetr Machata2-3/+30
2020-09-16mlxsw: spectrum_buffers: Manage internal buffer in the hdroom codePetr Machata4-64/+113
2020-09-16mlxsw: spectrum_buffers: Introduce shared buffer opsPetr Machata3-0/+21
2020-09-16mlxsw: spectrum_buffers: Convert mlxsw_sp_port_headroom_init()Petr Machata1-52/+23
2020-09-16mlxsw: spectrum_buffers: Inline mlxsw_sp_sb_max_headroom_cells()Petr Machata2-9/+1
2020-09-16mlxsw: spectrum_buffers: Move here the new headroom codePetr Machata2-201/+199
2020-09-16mlxsw: spectrum: Move here the three-step headroom configuration from DCBPetr Machata2-61/+61
2020-09-16mlxsw: spectrum_dcb: Convert mlxsw_sp_port_pg_prio_map() to hdroom codePetr Machata1-10/+19
2020-09-16mlxsw: spectrum_dcb: Convert ETS handler fully to mlxsw_sp_hdroom_configure()Petr Machata1-36/+6
2020-09-16mlxsw: spectrum: Split headroom autoresize out of buffer configurationPetr Machata4-31/+97
2020-09-16mlxsw: spectrum: Track buffer sizes in struct mlxsw_sp_hdroomPetr Machata2-5/+16
2020-09-16mlxsw: spectrum: Track lossiness in struct mlxsw_sp_hdroomPetr Machata5-49/+64
2020-09-16mlxsw: spectrum: Track priorities in struct mlxsw_sp_hdroomPetr Machata4-13/+35
2020-09-16mlxsw: spectrum: Track MTU in struct mlxsw_sp_hdroomPetr Machata5-20/+26
2020-09-16mlxsw: spectrum: Unify delay handling between PFC and pausePetr Machata4-45/+67
2020-09-16mlxsw: spectrum_buffers: Add struct mlxsw_sp_hdroomPetr Machata3-2/+25
2020-09-15mlxsw: core: Introduce fw_fatal health reporterJiri Pirko5-0/+256
2020-09-15mlxsw: reg: Add Monitoring FW General Debug RegisterJiri Pirko1-0/+21
2020-09-15mlxsw: reg: Add Monitoring FW Debug RegisterJiri Pirko1-0/+79
2020-09-15mlxsw: Move fw_load_policy devlink param into core.cJiri Pirko2-59/+51
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 Pirko4-307/+268
2020-09-15mlxsw: Bump firmware version to XX.2008.1310Jiri Pirko1-6/+6
2020-09-14mlxsw: spectrum_span: Derive SBIB from maximum port speed & MTUPetr Machata3-67/+4
2020-09-14mlxsw: spectrum: Keep maximum speed aroundPetr Machata2-0/+10