summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxsw
AgeCommit message (Expand)AuthorFilesLines
2021-02-27mlxsw: spectrum_router: Ignore routes using a deleted nexthop objectIdo Schimmel1-0/+7
2021-02-27mlxsw: spectrum_ethtool: Add an external speed to PTYS registerDanielle Ratson3-1/+8
2021-02-13net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean1-21/+29
2021-02-13net: switchdev: propagate extack to port attributesVladimir Oltean1-1/+2
2021-02-09mlxsw: spectrum_router: Set offload_failed flagAmit Cohen1-0/+52
2021-02-09IPv6: Add "offload failed" indication to routesAmit Cohen1-2/+2
2021-02-09IPv4: Add "offload failed" indication to routesAmit Cohen1-0/+2
2021-02-04mlxsw: ethtool: Pass link mode in use to ethtoolDanielle Ratson2-23/+30
2021-02-04mlxsw: ethtool: Add support for setting lanes when autoneg is offDanielle Ratson2-41/+78
2021-02-04mlxsw: ethtool: Remove max lanes filteringDanielle Ratson2-22/+15
2021-02-03net: Do not call fib6_info_hw_flags_set() when IPv6 is disabledAmit Cohen1-0/+16
2021-02-03net: Pass 'net' struct as first argument to fib6_info_hw_flags_set()Amit Cohen1-3/+4
2021-01-29nexthop: Use enum to encode notification typeIdo Schimmel1-13/+41
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+7
2021-01-29mlxsw: spectrum_span: Do not overwrite policer configurationIdo Schimmel2-0/+7
2021-01-23mlxsw: Register physical ports as a devlink resourceDanielle Ratson3-11/+73
2021-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+8
2021-01-15mlxsw: pci: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-31/+25
2021-01-12mlxsw: spectrum_switchdev: remove transactional logic for VLAN objectsVladimir Oltean1-33/+4
2021-01-12net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-50/+13
2021-01-12net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean1-20/+32
2021-01-12net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean1-44/+19
2021-01-10mlxsw: core: Increase critical threshold for ASIC thermal zoneVadim Pasternak1-1/+1
2021-01-10mlxsw: core: Add validation of transceiver temperature thresholdsVadim Pasternak1-4/+7
2020-12-15mlxsw: spectrum_router: Use eXtended mezzanine to offload IPv4 routerJiri Pirko3-1/+11
2020-12-15mlxsw: spectrum: Set KVH XLT cache mode for Spectrum2/3Jiri Pirko4-1/+24
2020-12-15mlxsw: spectrum_router_xm: Introduce basic XM cache flushingJiri Pirko1-0/+291
2020-12-15mlxsw: reg: Add Router LPM Cache Enable RegisterJiri Pirko1-0/+35
2020-12-15mlxsw: reg: Add Router LPM Cache ML Delete RegisterJiri Pirko1-0/+111
2020-12-15mlxsw: spectrum_router_xm: Implement L-value tracking for M-indexJiri Pirko3-0/+205
2020-12-15mlxsw: reg: Add XM Router M Table RegisterJiri Pirko1-2/+31
2020-12-15mlxsw: spectrum_router: Introduce per-ASIC XM initializationJiri Pirko3-0/+88
2020-12-15mlxsw: reg: Add XM Lookup Table Query RegisterJiri Pirko1-3/+63
2020-12-15mlxsw: reg: Add Router XLT M select RegisterJiri Pirko1-0/+32
2020-12-15mlxsw: Ignore ports that are connected to eXtended mezanineJiri Pirko4-1/+18
2020-12-15mlxsw: pci: Obtain info about ports used by eXtended mezanineJiri Pirko3-2/+49
2020-12-15mlxsw: spectrum_router: Introduce XM implementation of router low-level opsJiri Pirko4-0/+250
2020-12-15mlxsw: reg: Add Router XLT Enable RegisterJiri Pirko1-0/+44
2020-12-15mlxsw: reg: Add XM Direct RegisterJiri Pirko1-3/+271
2020-12-09mlxsw: spectrum_switchdev: Allow joining VxLAN to 802.1ad bridgeAmit Cohen1-2/+2
2020-12-09mlxsw: Veto Q-in-VNI for Spectrum-1 ASICAmit Cohen3-5/+17
2020-12-09mlxsw: spectrum_switchdev: Use ops->vxlan_join() when adding VLAN to VxLAN de...Amit Cohen1-6/+4
2020-12-09mlxsw: spectrum_nve_vxlan: Add support for Q-in-VNI for Spectrum-2 ASICAmit Cohen1-0/+42
2020-12-09mlxsw: spectrum: Publish mlxsw_sp_ethtype_to_sver_type()Amit Cohen2-1/+2
2020-12-09mlxsw: Save EtherType as part of mlxsw_sp_nve_configAmit Cohen3-4/+6
2020-12-09mlxsw: Save EtherType as part of mlxsw_sp_nve_paramsAmit Cohen2-2/+6
2020-12-09mlxsw: spectrum_switchdev: Create common function for joining VxLAN to VLAN-a...Amit Cohen1-3/+12
2020-12-09mlxsw: reg: Add support for tunnel port in SPVID registerAmit Cohen1-1/+9
2020-12-09mlxsw: reg: Add Switch Port VLAN Stacking RegisterAmit Cohen1-0/+104
2020-12-09mlxsw: Use one enum for all registers that contain tunnel_port fieldAmit Cohen3-25/+11