summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxsw
AgeCommit message (Expand)AuthorFilesLines
2019-07-14mlxsw: spectrum: Disallow prio-tagged packets when PVID is removedIdo Schimmel1-1/+1
2019-06-22mlxsw: spectrum: Prevent force of 56GAmit Cohen1-0/+4
2019-06-22mlxsw: spectrum_buffers: Reduce pool size on Spectrum-2Petr Machata1-2/+2
2019-06-22mlxsw: spectrum_flower: Fix TOS matchingJiri Pirko1-2/+2
2019-06-22mlxsw: spectrum_router: Refresh nexthop neighbour when it becomes deadIdo Schimmel1-3/+70
2019-06-04mlxsw: spectrum_acl: Avoid warning after identical rules insertionJiri Pirko1-6/+5
2019-05-25mlxsw: core: Prevent reading unsupported slave address from SFP EEPROMVadim Pasternak1-2/+16
2019-05-25mlxsw: core: Prevent QSFP module initialization for old hardwareVadim Pasternak4-0/+17
2019-04-18mlxsw: spectrum: Fix autoneg status in ethtoolAmit Cohen1-2/+2
2019-04-18mlxsw: pci: Reincrease PCI reset timeoutIdo Schimmel1-1/+1
2019-04-18mlxsw: spectrum: Put MC TCs into DWRR modePetr Machata1-1/+1
2019-04-10mlxsw: spectrum_buffers: Add a multicast pool for Spectrum-2Ido Schimmel1-8/+11
2019-04-10mlxsw: spectrum_router: Do not check VRF MAC addressIdo Schimmel1-1/+1
2019-04-10mlxsw: core: Do not use WQ_MEM_RECLAIM for mlxsw workqueueIdo Schimmel1-1/+1
2019-04-10mlxsw: core: Do not use WQ_MEM_RECLAIM for mlxsw ordered workqueueIdo Schimmel1-1/+1
2019-04-10mlxsw: core: Do not use WQ_MEM_RECLAIM for EMAD workqueueIdo Schimmel1-1/+1
2019-04-10mlxsw: spectrum_switchdev: Add MDB entries in prepare phaseIdo Schimmel1-1/+1
2019-03-19mlxsw: core: mlxsw: core: avoid -Wint-in-bool-context warningArnd Bergmann1-1/+1
2019-03-13mlxsw: minimal: Initialize base_macJiri Pirko1-0/+18
2019-03-13mlxsw: core: Prevent duplication during QSFP module initializationVadim Pasternak1-10/+11
2019-03-04mellanox: Switch to bitmap_zalloc()Andy Shevchenko1-4/+3
2019-03-04mlxsw: i2c: Extend initialization by querying resources dataVadim Pasternak2-6/+17
2019-03-04mlxsw: i2c: Extend input parameters list of command APIVadim Pasternak1-19/+101
2019-03-04mlxsw: i2c: Modify input parameter name in initialization APIVadim Pasternak1-1/+1
2019-03-04mlxsw: i2c: Fix comment misspellingVadim Pasternak1-1/+1
2019-03-04mlxsw: core: Move resource query API to common locationVadim Pasternak3-37/+40
2019-03-04mlxsw: minimal: Add ethtool supportVadim Pasternak1-2/+322
2019-03-04mlxsw: minimal: Make structures and variables names shorterVadim Pasternak1-18/+18
2019-03-04mlxsw: core: Move ethtool module callbacks to a common locationVadim Pasternak3-107/+139
2019-03-02mlxsw: spectrum_acl: Make mlxsw_sp_acl_tcam_vregion_rehash() return voidJiri Pirko1-8/+4
2019-03-02mlxsw: spectrum_acl: Remember where to continue rehash migrationJiri Pirko1-5/+86
2019-03-02mlxsw: spectrum_acl: Allow to interrupt/continue rehash workJiri Pirko1-20/+62
2019-03-02mlxsw: spectrum_acl: Do rollback as another call to mlxsw_sp_acl_tcam_vchunk_...Jiri Pirko1-46/+29
2019-03-02mlxsw: spectrum_acl: Put vchunk migrate start/end code into separate functionsJiri Pirko1-11/+32
2019-03-02mlxsw: spectrum_acl: Put this_is_rollback to rehash context structJiri Pirko1-7/+12
2019-03-02mlxsw: spectrum_acl: Rename variables in mlxsw_sp_acl_tcam_ventry_migrate()Jiri Pirko1-7/+7
2019-03-02mlxsw: spectrum_acl: assign vchunk->chunk by the newly created chunkJiri Pirko1-8/+10
2019-03-02mlxsw: spectrum_acl: assign vregion->region by the newly created regionJiri Pirko1-22/+20
2019-03-02mlxsw: spectrum_acl: Push code start/end from mlxsw_sp_acl_tcam_vregion_migra...Jiri Pirko1-39/+35
2019-03-02mlxsw: spectrum_acl: Push rehash start/end code into separate functionsJiri Pirko1-9/+32
2019-03-02mlxsw: spectrum_acl: Introduce new rehash context struct and save hint_priv t...Jiri Pirko1-4/+12
2019-03-02mlxsw: spectrum_acl: Don't migrate already migrated entryJiri Pirko1-0/+4
2019-03-02mlxsw: spectrum_acl: Push rehash dw struct into rehash sub-structJiri Pirko1-7/+9
2019-02-27route: Add multipath_hash in flowi_common to make user-define hashwenxu1-1/+1
2019-02-27net: Remove switchdev_opsFlorian Fainelli3-17/+0
2019-02-27mlxsw: spectrum_switchdev: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli1-0/+12
2019-02-26mlxsw: spectrum: remove set but not used variable 'autoneg_status'YueHaibing1-3/+0
2019-02-26net: devlink: turn devlink into a built-inJakub Kicinski1-1/+0
2019-02-26mlxsw: spectrum: acl: Use struct_size() in kzalloc()Gustavo A. R. Silva1-4/+2
2019-02-25mlxsw: spectrum_acl: Add vregion migration end tracepointJiri Pirko1-3/+8