summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: core: mlxsw: core: avoid -Wint-in-bool-context warningArnd Bergmann2019-03-191-1/+1
* mlxsw: minimal: Initialize base_macJiri Pirko2019-03-121-0/+18
* mlxsw: core: Prevent duplication during QSFP module initializationVadim Pasternak2019-03-121-10/+11
* mellanox: Switch to bitmap_zalloc()Andy Shevchenko2019-03-041-4/+3Star
* mlxsw: i2c: Extend initialization by querying resources dataVadim Pasternak2019-03-042-6/+17
* mlxsw: i2c: Extend input parameters list of command APIVadim Pasternak2019-03-041-19/+101
* mlxsw: i2c: Modify input parameter name in initialization APIVadim Pasternak2019-03-041-1/+1
* mlxsw: i2c: Fix comment misspellingVadim Pasternak2019-03-041-1/+1
* mlxsw: core: Move resource query API to common locationVadim Pasternak2019-03-043-37/+40
* mlxsw: minimal: Add ethtool supportVadim Pasternak2019-03-041-2/+322
* mlxsw: minimal: Make structures and variables names shorterVadim Pasternak2019-03-041-18/+18
* mlxsw: core: Move ethtool module callbacks to a common locationVadim Pasternak2019-03-043-107/+139
* mlxsw: spectrum_acl: Make mlxsw_sp_acl_tcam_vregion_rehash() return voidJiri Pirko2019-03-021-8/+4Star
* mlxsw: spectrum_acl: Remember where to continue rehash migrationJiri Pirko2019-03-021-5/+86
* mlxsw: spectrum_acl: Allow to interrupt/continue rehash workJiri Pirko2019-03-021-20/+62
* mlxsw: spectrum_acl: Do rollback as another call to mlxsw_sp_acl_tcam_vchunk_...Jiri Pirko2019-03-021-46/+29Star
* mlxsw: spectrum_acl: Put vchunk migrate start/end code into separate functionsJiri Pirko2019-03-021-11/+32
* mlxsw: spectrum_acl: Put this_is_rollback to rehash context structJiri Pirko2019-03-021-7/+12
* mlxsw: spectrum_acl: Rename variables in mlxsw_sp_acl_tcam_ventry_migrate()Jiri Pirko2019-03-021-7/+7
* mlxsw: spectrum_acl: assign vchunk->chunk by the newly created chunkJiri Pirko2019-03-021-8/+10
* mlxsw: spectrum_acl: assign vregion->region by the newly created regionJiri Pirko2019-03-021-22/+20Star
* mlxsw: spectrum_acl: Push code start/end from mlxsw_sp_acl_tcam_vregion_migra...Jiri Pirko2019-03-021-39/+35Star
* mlxsw: spectrum_acl: Push rehash start/end code into separate functionsJiri Pirko2019-03-021-9/+32
* mlxsw: spectrum_acl: Introduce new rehash context struct and save hint_priv t...Jiri Pirko2019-03-021-4/+12
* mlxsw: spectrum_acl: Don't migrate already migrated entryJiri Pirko2019-03-021-0/+4
* mlxsw: spectrum_acl: Push rehash dw struct into rehash sub-structJiri Pirko2019-03-021-7/+9
* route: Add multipath_hash in flowi_common to make user-define hashwenxu2019-02-271-1/+1
* net: Remove switchdev_opsFlorian Fainelli2019-02-273-17/+0Star
* mlxsw: spectrum_switchdev: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli2019-02-271-0/+12
* mlxsw: spectrum: remove set but not used variable 'autoneg_status'YueHaibing2019-02-261-3/+0Star
* net: devlink: turn devlink into a built-inJakub Kicinski2019-02-261-1/+0Star
* mlxsw: spectrum: acl: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-251-4/+2Star
* mlxsw: spectrum_acl: Add vregion migration end tracepointJiri Pirko2019-02-251-3/+8
* mlxsw: spectrum_acl: Don't take mutex in mlxsw_sp_acl_tcam_vregion_rehash_work()Jiri Pirko2019-02-251-5/+0Star
* mlxsw: spectrum_acl: Remove RTNL lock assertions from ERP codeJiri Pirko2019-02-251-6/+0Star
* mlxsw: spectrum_acl: Don't take rtnl lock during vregion_rehash_intrvl_set()Jiri Pirko2019-02-252-2/+10
* mlxsw: spectrum_acl: Introduce a mutex to guard objagg instance manipulationJiri Pirko2019-02-251-5/+20
* mlxsw: spectrum_acl: Enable vregion rehash per-profileJiri Pirko2019-02-251-8/+15
* mlxsw: spectrum_acl: Introduce mutex to guard Bloom Filter updatesJiri Pirko2019-02-251-7/+27
* mlxsw: spectrum_acl: Introduce vregion mutexJiri Pirko2019-02-251-0/+26
* mlxsw: spectrum_acl: Refactor vregion association codeJiri Pirko2019-02-251-67/+66Star
* mlxsw: spectrum_acl: Introduce a mutex to guard region list updatesJiri Pirko2019-02-251-2/+14
* mlxsw: spectrum_acl: Split TCAM group structure into twoJiri Pirko2019-02-252-101/+161
* mlxsw: spectrum_acl: Remove unused ops field from group structureJiri Pirko2019-02-251-1/+0Star
* mlxsw: spectrum: Add Spectrum-2 ASIC support for new port types and speedsShalom Toledo2019-02-231-0/+54
* mlxsw: spectrum: Add Spectrum-2 ASIC port type-speed operationsShalom Toledo2019-02-232-1/+330
* mlxsw: reg: Add new port type-speed fields for PTYS registerShalom Toledo2019-02-231-0/+57
* mlxsw: reg: 80 columns wrapping changeShalom Toledo2019-02-231-3/+6
* mlxsw: reg: Rename p_eth_proto_adm to full name p_eth_proto_adminShalom Toledo2019-02-231-3/+3
* mlxsw: spectrum: Add port type-speed operationsShalom Toledo2019-02-232-31/+133