aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-16mellanox/mlxsw: fix repeated words in commentswangjianli1-1/+1
2022-07-22mlxsw: use netif_is_any_bridge_port() instead of open codeJuhee Kang1-3/+1
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+5
2022-07-20mlxsw: spectrum_router: Fix IPv4 nexthop gateway indicationIdo Schimmel1-1/+1
2022-07-20ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.Kuniyuki Iwashima1-1/+1
2022-07-20ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.Kuniyuki Iwashima1-1/+1
2022-07-18mlxsw: convert driver to use unlocked devlink API during init/finiJiri Pirko1-11/+11
2022-07-15ip: Fix data-races around sysctl_ip_fwd_update_priority.Kuniyuki Iwashima1-1/+2
2022-07-04mlxsw: Enable unified bridge modelAmit Cohen1-17/+3
2022-07-04mlxsw: Add support for 802.1Q FID familyAmit Cohen1-1/+2
2022-07-04mlxsw: Add support for VLAN RIFsAmit Cohen1-0/+119
2022-07-04mlxsw: Configure egress FID classification after routingAmit Cohen1-0/+3
2022-07-04mlxsw: spectrum_router: Do not configure VID for sub-port RIFsAmit Cohen1-1/+1
2022-07-04mlxsw: Configure ingress RIF classificationAmit Cohen1-4/+16
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+13
2022-06-30mlxsw: spectrum_router: Fix rollback in tunnel next hop initPetr Machata1-1/+13
2022-06-24mlxsw: spectrum: Change mlxsw_sp_rif_vlan_fid_op() to be dedicated for FID RIFsAmit Cohen1-10/+8
2022-06-24mlxsw: spectrum: Rename MLXSW_SP_RIF_TYPE_VLANAmit Cohen1-4/+4
2022-06-17mlxsw: Add a resource describing number of RIFsPetr Machata1-0/+12
2022-06-17mlxsw: Keep track of number of allocated RIFsPetr Machata1-0/+6
2022-06-14mlxsw: Revert "Prepare for XM implementation - LPM trees"Petr Machata1-69/+31
2022-06-14mlxsw: Revert "Prepare for XM implementation - prefix insertion and removal"Petr Machata1-530/+206
2022-06-14mlxsw: Revert "Introduce initial XM router support"Petr Machata1-22/+1
2022-05-08mlxsw: spectrum_router: Take router lock in router notifier handlerPetr Machata1-32/+15
2022-05-08mlxsw: spectrum: Move handling of tunnel events to router codePetr Machata1-9/+15
2022-05-08mlxsw: spectrum: Move handling of router events to router codePetr Machata1-2/+16
2022-05-08mlxsw: spectrum: Move handling of HW stats events to router codePetr Machata1-7/+40
2022-05-08mlxsw: spectrum: Move handling of VRF events to router codePetr Machata1-2/+16
2022-05-08mlxsw: spectrum_router: Add a dedicated notifier blockPetr Machata1-0/+20
2022-05-04mlxsw: spectrum_router: Only query neighbour activity when necessaryIdo Schimmel1-0/+6
2022-04-11mlxsw: Use dscp_t in struct mlxsw_sp_fib4_entryGuillaume Nault1-6/+6
2022-04-11ipv4: Use dscp_t in struct fib_entry_notifier_infoGuillaume Nault1-3/+3
2022-04-11ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault1-3/+4
2022-04-05mlxsw: spectrum_router: simplify list unwindingTom Rix1-12/+8
2022-03-03mlxsw: Add support for IFLA_OFFLOAD_XSTATS_L3_STATSPetr Machata1-2/+289
2022-03-03mlxsw: spectrum_router: Drop mlxsw_sp arg from counter alloc/free functionsPetr Machata1-8/+6
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 Cohen1-0/+14
2021-12-14mlxsw: spectrum_router: Consolidate MAC profiles when possibleDanielle Ratson1-1/+2
2021-12-01mlxsw: Use u16 for local_port field instead of u8Amit Cohen1-1/+1
2021-11-23mlxsw: spectrum_router: Remove deadcode in mlxsw_sp_rif_mac_profile_findDanielle Ratson1-3/+0
2021-10-26mlxsw: spectrum_router: Expose RIF MAC profiles to devlink resourceDanielle Ratson1-0/+8
2021-10-26mlxsw: spectrum_router: Add RIF MAC profiles supportDanielle Ratson1-47/+269
2021-10-26mlxsw: spectrum_router: Propagate extack furtherDanielle Ratson1-8/+15
2021-09-24mlxsw: Add support for IP-in-IP with IPv6 underlay for Spectrum-2 and aboveAmit Cohen1-9/+77
2021-09-24mlxsw: spectrum_router: Increase parsing depth for IPv6 decapsulationAmit Cohen1-0/+40
2021-09-24mlxsw: Create separate ipip_ops_arr for different ASICsAmit Cohen1-2/+16
2021-09-24mlxsw: Take tunnel's type into account when searching underlay deviceAmit Cohen1-13/+4
2021-09-24mlxsw: spectrum_ipip: Create common function for mlxsw_sp_ipip_ol_netdev_change_gre()Amit Cohen1-10/+1
2021-09-24mlxsw: spectrum_router: Fix arguments alignmentAmit Cohen1-2/+5