aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-27mlxsw: core: Register devlink instance lastLeon Romanovsky1-13/+6
2021-09-24mlxsw: Add support for IP-in-IP with IPv6 underlay for Spectrum-2 and aboveAmit Cohen3-10/+309
2021-09-24mlxsw: spectrum_router: Increase parsing depth for IPv6 decapsulationAmit Cohen3-0/+43
2021-09-24mlxsw: Add IPV6_ADDRESS kvdl entry typeAmit Cohen2-0/+3
2021-09-24mlxsw: spectrum_ipip: Add mlxsw_sp_ipip_gre6_opsAmit Cohen2-0/+66
2021-09-24mlxsw: Create separate ipip_ops_arr for different ASICsAmit Cohen3-4/+23
2021-09-24mlxsw: reg: Add support for ritr_loopback_ipip6_pack()Amit Cohen1-0/+17
2021-09-24mlxsw: reg: Add support for ratr_ipip6_entry_pack()Amit Cohen1-0/+6
2021-09-24mlxsw: reg: Add support for rtdp_ipip6_pack()Amit Cohen1-5/+26
2021-09-24mlxsw: reg: Add Router IP version Six RegisterAmit Cohen1-0/+32
2021-09-24mlxsw: Take tunnel's type into account when searching underlay deviceAmit Cohen3-13/+21
2021-09-24mlxsw: spectrum_ipip: Create common function for mlxsw_sp_ipip_ol_netdev_change_gre()Amit Cohen3-37/+59
2021-09-24mlxsw: spectrum_router: Fix arguments alignmentAmit Cohen1-2/+5
2021-09-24mlxsw: spectrum_ipip: Pass IP tunnel parameters by reference and as 'const'Amit Cohen1-33/+33
2021-09-24mlxsw: spectrum_router: Create common function for fib_entry_type_unset() codeAmit Cohen1-3/+10
2021-09-22mlxsw: spectrum_router: Start using new trap adjacency entryIdo Schimmel2-52/+1
2021-09-22mlxsw: spectrum_router: Add trap adjacency entry upon first nexthop groupIdo Schimmel2-0/+80
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-6/+2
2021-09-15mlxsw: Add support for transceiver modules resetIdo Schimmel4-0/+77
2021-09-15mlxsw: Make PMAOS pack function more genericIdo Schimmel2-6/+5
2021-09-15mlxsw: reg: Add fields to PMAOS registerIdo Schimmel1-0/+26
2021-09-15mlxsw: Track per-module port statusIdo Schimmel4-9/+113
2021-09-15mlxsw: spectrum: Do not return an error in mlxsw_sp_port_module_unmap()Ido Schimmel1-2/+2
2021-09-15mlxsw: spectrum: Do not return an error in ndo_stop()Ido Schimmel1-1/+2
2021-09-15mlxsw: core_env: Convert 'module_info_lock' to a mutexIdo Schimmel1-10/+13
2021-09-15mlxsw: core_env: Defer handling of module temperature warning eventsIdo Schimmel1-5/+34
2021-09-15mlxsw: core: Remove mlxsw_core_is_initialized()Ido Schimmel3-15/+0
2021-09-15mlxsw: core: Initialize switch driver lastIdo Schimmel1-11/+10
2021-09-14mlxsw: reg: Remove PMTM registerJiri Pirko1-64/+0
2021-09-14mlxsw: spectrum: Use PMTDB register to obtain split infoJiri Pirko5-159/+76
2021-09-14mlxsw: reg: Add Port Module To local DataBase RegisterJiri Pirko1-0/+64
2021-09-14mlxsw: spectrum: Use PLLP to get front panel number and split numberJiri Pirko1-4/+31
2021-09-14mlxsw: reg: Add Port Local port to Label Port mapping RegisterJiri Pirko1-0/+48
2021-09-14mlxsw: spectrum: Move port SWID set before core port initJiri Pirko1-13/+15
2021-09-14mlxsw: spectrum: Move port module mapping before core port initJiri Pirko1-18/+17
2021-09-14mlxsw: spectrum: Bump minimum FW version to xx.2008.3326Jiri Pirko1-3/+3
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-13ethernet: 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 drivers towards the bridgeVladimir 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-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean1-3/+3