summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxsw
AgeCommit message (Expand)AuthorFilesLines
2022-04-20mlxsw: i2c: Fix initialization error flowVadim Pasternak1-0/+1
2022-01-27mlxsw: pci: Avoid flow control for EMAD packetsDanielle Ratson2-1/+17
2022-01-27mlxsw: pci: Add shutdown method in PCI driverDanielle Ratson1-0/+1
2021-12-01mlxsw: spectrum: Protect driver from buggy firmwareAmit Cohen1-1/+1
2021-10-26mlxsw: pci: Recycle received packet upon allocation failureIdo Schimmel1-13/+12
2021-10-14mlxsw: thermal: Fix out-of-bounds memory accessesIdo Schimmel1-47/+5
2021-08-22mlxsw: spectrum_router: Increase parsing depth for multipath hashAmit Cohen2-1/+44
2021-08-22mlxsw: Remove old parsing depth infrastructureAmit Cohen2-69/+0
2021-08-22mlxsw: Convert existing consumers to use new API for parsing configurationAmit Cohen2-8/+22
2021-08-22mlxsw: spectrum: Add infrastructure for parsing configurationAmit Cohen2-0/+94
2021-08-14ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann1-1/+1
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+3
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean2-3/+3
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-2/+3
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz1-1/+1
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean1-2/+2
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean1-5/+19
2021-07-16net: switchdev: Simplify 'mlxsw_sp_mc_write_mdb_entry()'Christophe JAILLET1-5/+3
2021-06-29net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean1-3/+3
2021-06-25mlxsw: core_env: Avoid unnecessary memcpy()sIdo Schimmel1-8/+8
2021-06-21mlxsw: core: Add support for module EEPROM read by pageIdo Schimmel4-0/+108
2021-06-21mlxsw: reg: Document possible MCIA status valuesIdo Schimmel1-0/+14
2021-06-21mlxsw: reg: Add bank number to MCIA registerIdo Schimmel1-0/+6
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+9
2021-06-16mlxsw: spectrum_router: remove redundant continue statementColin Ian King1-1/+0
2021-06-10mlxsw: thermal: Fix null dereference of NULL temperature parameterColin Ian King1-2/+2
2021-06-09mlxsw: thermal: Read module temperature thresholds using MTMP registerMykola Kostenok1-17/+30
2021-06-09mlxsw: thermal: Add function for reading module temperature and thresholdsMykola Kostenok1-15/+35
2021-06-09mlxsw: core_env: Read module temperature thresholds using MTMP registerMykola Kostenok1-2/+11
2021-06-09mlxsw: reg: Extend MTMP register with new threshold fieldMykola Kostenok4-8/+26
2021-06-09mlxsw: spectrum_router: Remove abort mechanismAmit Cohen2-125/+5
2021-06-07mlxsw: core: Set thermal zone polling delay argument to real value at initMykola Kostenok1-2/+4
2021-06-07mlxsw: spectrum_qdisc: Pass handle, not band number to find_class()Petr Machata1-1/+4
2021-06-07mlxsw: reg: Spectrum-3: Enforce lowest max-shaper burst size of 11Petr Machata1-1/+1
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-19mlxsw: spectrum_router: Add support for custom multipath hash policyIdo Schimmel1-0/+85
2021-05-19mlxsw: spectrum_router: Add support for inner layer 3 multipath hash policyIdo Schimmel1-0/+41
2021-05-19mlxsw: spectrum_outer: Factor out helper for common outer fieldsIdo Schimmel1-20/+28
2021-05-19mlxsw: reg: Add inner packet fields to RECRv2 registerIdo Schimmel1-0/+42
2021-05-19mlxsw: spectrum_router: Move multipath hash configuration to a bitmapIdo Schimmel2-80/+64
2021-05-19mlxsw: spectrum_router: Replace if statement with a switch statementIdo Schimmel1-31/+38
2021-05-18mlxsw: Remove Mellanox SwitchX-2 ASIC supportAmit Cohen6-1719/+0
2021-05-18mlxsw: Remove Mellanox SwitchIB ASIC supportAmit Cohen4-610/+0
2021-05-18mlxsw: spectrum_router: Avoid missing error code warningIdo Schimmel1-2/+4
2021-05-18mlxsw: core: Avoid unnecessary EMAD buffer copyIdo Schimmel1-1/+1
2021-05-18mlxsw: Verify the accessed index doesn't exceed the array lengthDanielle Ratson5-0/+19
2021-05-18mlxsw: spectrum_buffers: Switch function argumentsDanielle Ratson1-3/+3
2021-05-08Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-15/+15