summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw
AgeCommit message (Expand)AuthorFilesLines
2022-01-26mlxsw: spectrum_kvdl: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-3/+2
2022-01-26mlxsw: core_env: Forbid module reset on RJ45 portsDanielle Ratson1-0/+6
2022-01-26mlxsw: core_env: Forbid power mode set and get on RJ45 portsDanielle Ratson1-0/+13
2022-01-26mlxsw: core_env: Forbid getting module EEPROM on RJ45 portsDanielle Ratson1-3/+49
2022-01-26mlxsw: core_env: Query and store port module's type during initializationDanielle Ratson1-0/+28
2022-01-26mlxsw: reg: Add Port Module Type Mapping registerDanielle Ratson1-0/+53
2022-01-26mlxsw: spectrum_ethtool: Add support for two new link modesDanielle Ratson2-0/+12
2022-01-26mlxsw: Add netdev argument to mlxsw_env_get_module_info()Danielle Ratson4-4/+7
2022-01-26mlxsw: core_env: Do not pass number of modules as argumentIdo Schimmel1-9/+6
2022-01-26mlxsw: spectrum_ethtool: Remove redundant variableIdo Schimmel1-12/+6
2022-01-06mlxsw: spectrum: Extend to support Spectrum-4 ASICAmit Cohen4-1/+98
2022-01-06mlxsw: spectrum_acl_bloom_filter: Add support for Spectrum-4 calculationAmit Cohen2-16/+252
2022-01-06mlxsw: Add operations structure for bloom filter calculationAmit Cohen4-2/+18
2022-01-06mlxsw: spectrum_acl_bloom_filter: Rename Spectrum-2 specific objects for futu...Amit Cohen1-25/+25
2022-01-06mlxsw: spectrum_acl_bloom_filter: Make mlxsw_sp_acl_bf_key_encode() more flex...Amit Cohen1-11/+25
2022-01-06mlxsw: spectrum_acl_bloom_filter: Reorder functions to make the code more aes...Amit Cohen1-8/+8
2022-01-06mlxsw: Introduce flex key elements for Spectrum-4Amit Cohen2-0/+43
2022-01-06mlxsw: Rename virtual router flex key elementAmit Cohen4-12/+12
2022-01-05mlxsw: pci: Avoid flow control for EMAD packetsDanielle Ratson2-1/+17
2021-12-22mlxsw: spectrum_flower: Make vlan_id limitation more specificAmit Cohen1-1/+2
2021-12-20mlxsw: core: Extend devlink health reporter with new events and parametersDanielle Ratson1-0/+131
2021-12-20mlxsw: reg: Extend MFDE register with new events and parametersDanielle Ratson1-1/+104
2021-12-20mlxsw: core: Convert a series of if statements to switch caseDanielle Ratson1-18/+40
2021-12-20mlxsw: Fix naming convention of MFDE fieldsDanielle Ratson2-15/+12
2021-12-19flow_offload: add index to flow_action_entry structureBaowen Zheng1-1/+1
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-12-15mlxsw: Add support for VxLAN with IPv6 underlayAmit Cohen4-10/+168
2021-12-15mlxsw: spectrum_nve: Keep track of IPv6 addresses used by FDB entriesAmit Cohen3-2/+162
2021-12-15mlxsw: reg: Add a function to fill IPv6 unicast FDB entriesAmit Cohen1-0/+13
2021-12-15mlxsw: Split handling of FDB tunnel entries between address familiesAmit Cohen2-24/+38
2021-12-15mlxsw: spectrum_nve_vxlan: Make VxLAN flags check per address familyAmit Cohen1-9/+22
2021-12-15mlxsw: spectrum_ipip: Use common hash table for IPv6 address mappingAmit Cohen1-22/+6
2021-12-15mlxsw: spectrum: Add hash table for IPv6 address mappingAmit Cohen2-0/+150
2021-12-14mlxsw: spectrum_router: Consolidate MAC profiles when possibleDanielle Ratson1-1/+2
2021-12-01mlxsw: Use Switch Multicast ID Register Version 2Amit Cohen2-72/+72
2021-12-01mlxsw: Use Switch Flooding Table Register Version 2Amit Cohen2-80/+80
2021-12-01mlxsw: Add support for more than 256 ports in SBSR registerAmit Cohen2-5/+31
2021-12-01mlxsw: Use u16 for local_port field instead of u8Amit Cohen19-234/+234
2021-12-01mlxsw: reg: Adjust PPCNT register to support local port 255Amit Cohen1-2/+9
2021-12-01mlxsw: reg: Increase 'port_num' field in PMTDB registerAmit Cohen1-1/+1
2021-12-01mlxsw: reg: Align existing registers to use extended local_port fieldAmit Cohen1-49/+49
2021-12-01mlxsw: item: Add support for local_port field in a split formAmit Cohen1-0/+36
2021-12-01mlxsw: reg: Remove unused functionsAmit Cohen1-18/+0
2021-12-01mlxsw: spectrum: Bump minimum FW version to xx.2010.1006Amit Cohen1-6/+6
2021-11-30devlink: Simplify devlink resources unregister callLeon Romanovsky2-6/+6
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+5
2021-11-23mlxsw: spectrum: Protect driver from buggy firmwareAmit Cohen1-1/+1
2021-11-23mlxsw: spectrum: Allow driver to load with old firmware versionsDanielle Ratson1-4/+4
2021-11-23mlxsw: pci: Add shutdown method in PCI driverDanielle Ratson1-0/+1
2021-11-23mlxsw: spectrum_router: Remove deadcode in mlxsw_sp_rif_mac_profile_findDanielle Ratson1-3/+0