summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Restore RTF_ADDRCONF check in rt6_qualify_for_ecmpDavid Ahern2019-04-211-1/+1
* ipv6: Simplify rt6_qualify_for_ecmpDavid Ahern2019-04-211-1/+1
* mlxsw: spectrum_router: Relax FIB rule validationIdo Schimmel2019-04-211-0/+4
* mlxsw: spectrum: Use a stable ECMP/LAG seedIdo Schimmel2019-04-212-4/+4
* mlxsw: spectrum: Assume CONFIG_NET_DEVLINK is always enabledJiri Pirko2019-04-192-17/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-174-13/+16
|\
| * mlxsw: spectrum_buffers: Add a multicast pool for Spectrum-2Ido Schimmel2019-04-101-8/+11
| * mlxsw: spectrum_router: Do not check VRF MAC addressIdo Schimmel2019-04-101-1/+1
| * mlxsw: core: Do not use WQ_MEM_RECLAIM for mlxsw workqueueIdo Schimmel2019-04-101-1/+1
| * mlxsw: core: Do not use WQ_MEM_RECLAIM for mlxsw ordered workqueueIdo Schimmel2019-04-101-1/+1
| * mlxsw: core: Do not use WQ_MEM_RECLAIM for EMAD workqueueIdo Schimmel2019-04-101-1/+1
| * mlxsw: spectrum_switchdev: Add MDB entries in prepare phaseIdo Schimmel2019-04-101-1/+1
* | mlxsw: spectrum_router: Add neighbour offload indicationIdo Schimmel2019-04-151-0/+6
* | mlxsw: spectrum_router: Propagate neighbour update errorsIdo Schimmel2019-04-151-8/+15
* | mlxsw: core: Add support for devlink info commandShalom Toledo2019-04-081-0/+41
* | mlxsw: reg: Add MGIR registerShalom Toledo2019-04-081-0/+55
* | ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern2019-04-081-0/+8
* | ipv4: Add support to rtable for ipv6 gatewayDavid Ahern2019-04-081-0/+3
* | ipv4: Prepare rtable for IPv6 gatewayDavid Ahern2019-04-081-1/+2
* | net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern2019-04-081-2/+2
* | mlxsw: switch_ib: Pass valid HW id down to mlxsw_core_port_init()Jiri Pirko2019-04-041-1/+21
* | mlxsw: Remove ndo_get_port_parent_id implementationJiri Pirko2019-04-043-39/+0
* | mlxsw: Pass switch ID through devlink_port_attrs_set()Jiri Pirko2019-04-046-7/+16
* | net: devlink: extend port attrs for switch IDJiri Pirko2019-04-041-1/+2
* | mlxsw: spectrum_acl: Rename rehash_dis traceJiri Pirko2019-03-311-2/+2
* | mlxsw: spectrum_acl: Remove failed_rollback dead endJiri Pirko2019-03-311-10/+10
* | mlxsw: spectrum_acl: Move rehash_dis trace call and err msg to vregion_migrate()Jiri Pirko2019-03-311-6/+5
* | mlxsw: spectrum_acl: Remove redundant failed_rollback from migrate_start()Jiri Pirko2019-03-311-4/+1
* | ipv6: Rename fib6_nh entriesDavid Ahern2019-03-291-16/+18
* | ipv4: Rename fib_nh entriesDavid Ahern2019-03-291-11/+11
* | ipv6: Move gateway checks to a fib6_nh settingDavid Ahern2019-03-291-2/+2
* | mlxsw: Remove ndo_get_phys_port_name implementationJiri Pirko2019-03-285-45/+0
* | mlxsw: Implement ndo_get_devlink_portJiri Pirko2019-03-285-0/+48
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-271-1/+1
|\|
| * mlxsw: core: mlxsw: core: avoid -Wint-in-bool-context warningArnd Bergmann2019-03-191-1/+1
* | net: devlink: select NET_DEVLINK from driversJiri Pirko2019-03-241-0/+1
* | mlxsw: Move devlink_port_attrs_set() call before registerJiri Pirko2019-03-246-18/+21
|/
* 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/+3
* mlxsw: i2c: Extend initialization by querying resources dataVadim Pasternak2019-03-032-6/+17
* mlxsw: i2c: Extend input parameters list of command APIVadim Pasternak2019-03-031-19/+101
* mlxsw: i2c: Modify input parameter name in initialization APIVadim Pasternak2019-03-031-1/+1
* mlxsw: i2c: Fix comment misspellingVadim Pasternak2019-03-031-1/+1
* mlxsw: core: Move resource query API to common locationVadim Pasternak2019-03-033-37/+40
* mlxsw: minimal: Add ethtool supportVadim Pasternak2019-03-031-2/+322
* mlxsw: minimal: Make structures and variables names shorterVadim Pasternak2019-03-031-18/+18
* mlxsw: core: Move ethtool module callbacks to a common locationVadim Pasternak2019-03-033-107/+139
* mlxsw: spectrum_acl: Make mlxsw_sp_acl_tcam_vregion_rehash() return voidJiri Pirko2019-03-011-8/+4
* mlxsw: spectrum_acl: Remember where to continue rehash migrationJiri Pirko2019-03-011-5/+86