aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-21ipv6: Restore RTF_ADDRCONF check in rt6_qualify_for_ecmpDavid Ahern1-1/+1
2019-04-21ipv6: Simplify rt6_qualify_for_ecmpDavid Ahern1-1/+1
2019-04-21mlxsw: spectrum_router: Relax FIB rule validationIdo Schimmel1-0/+4
2019-04-21mlxsw: spectrum: Use a stable ECMP/LAG seedIdo Schimmel2-4/+4
2019-04-19mlxsw: spectrum: Assume CONFIG_NET_DEVLINK is always enabledJiri Pirko2-17/+2
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-13/+16
2019-04-15mlxsw: spectrum_router: Add neighbour offload indicationIdo Schimmel1-0/+6
2019-04-15mlxsw: spectrum_router: Propagate neighbour update errorsIdo Schimmel1-8/+15
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-04-08mlxsw: core: Add support for devlink info commandShalom Toledo1-0/+41
2019-04-08mlxsw: reg: Add MGIR registerShalom Toledo1-0/+55
2019-04-08ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern1-0/+8
2019-04-08ipv4: Add support to rtable for ipv6 gatewayDavid Ahern1-0/+3
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern1-1/+2
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern1-2/+2
2019-04-04mlxsw: switch_ib: Pass valid HW id down to mlxsw_core_port_init()Jiri Pirko1-1/+21
2019-04-04mlxsw: Remove ndo_get_port_parent_id implementationJiri Pirko3-39/+0
2019-04-04mlxsw: Pass switch ID through devlink_port_attrs_set()Jiri Pirko6-7/+16
2019-04-04net: devlink: extend port attrs for switch IDJiri Pirko1-1/+2
2019-03-31mlxsw: spectrum_acl: Rename rehash_dis traceJiri Pirko1-2/+2
2019-03-31mlxsw: spectrum_acl: Remove failed_rollback dead endJiri Pirko1-10/+10
2019-03-31mlxsw: spectrum_acl: Move rehash_dis trace call and err msg to vregion_migrate()Jiri Pirko1-6/+5
2019-03-31mlxsw: spectrum_acl: Remove redundant failed_rollback from migrate_start()Jiri Pirko1-4/+1
2019-03-29ipv6: Rename fib6_nh entriesDavid Ahern1-16/+18
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern1-11/+11
2019-03-29ipv6: Move gateway checks to a fib6_nh settingDavid Ahern1-2/+2
2019-03-28mlxsw: Remove ndo_get_phys_port_name implementationJiri Pirko5-45/+0
2019-03-28mlxsw: Implement ndo_get_devlink_portJiri Pirko5-0/+48
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-03-24net: devlink: select NET_DEVLINK from driversJiri Pirko1-0/+1
2019-03-24mlxsw: Move devlink_port_attrs_set() call before registerJiri Pirko6-18/+21
2019-03-19mlxsw: core: mlxsw: core: avoid -Wint-in-bool-context warningArnd Bergmann1-1/+1
2019-03-12mlxsw: minimal: Initialize base_macJiri Pirko1-0/+18
2019-03-12mlxsw: core: Prevent duplication during QSFP module initializationVadim Pasternak1-10/+11
2019-03-04mellanox: Switch to bitmap_zalloc()Andy Shevchenko1-4/+3
2019-03-03mlxsw: i2c: Extend initialization by querying resources dataVadim Pasternak2-6/+17
2019-03-03mlxsw: i2c: Extend input parameters list of command APIVadim Pasternak1-19/+101
2019-03-03mlxsw: i2c: Modify input parameter name in initialization APIVadim Pasternak1-1/+1
2019-03-03mlxsw: i2c: Fix comment misspellingVadim Pasternak1-1/+1
2019-03-03mlxsw: core: Move resource query API to common locationVadim Pasternak3-37/+40
2019-03-03mlxsw: minimal: Add ethtool supportVadim Pasternak1-2/+322
2019-03-03mlxsw: minimal: Make structures and variables names shorterVadim Pasternak1-18/+18
2019-03-03mlxsw: core: Move ethtool module callbacks to a common locationVadim Pasternak3-107/+139
2019-03-01mlxsw: spectrum_acl: Make mlxsw_sp_acl_tcam_vregion_rehash() return voidJiri Pirko1-8/+4
2019-03-01mlxsw: spectrum_acl: Remember where to continue rehash migrationJiri Pirko1-5/+86