aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
Commit message (Expand)AuthorAgeFilesLines
* mellanox/mlxsw: fix repeated words in commentswangjianli2022-09-161-1/+1
* mlxsw: use netif_is_any_bridge_port() instead of open codeJuhee Kang2022-07-221-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-4/+5
|\
| * mlxsw: spectrum_router: Fix IPv4 nexthop gateway indicationIdo Schimmel2022-07-201-1/+1
| * ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.Kuniyuki Iwashima2022-07-201-1/+1
| * ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.Kuniyuki Iwashima2022-07-201-1/+1
| * ip: Fix data-races around sysctl_ip_fwd_update_priority.Kuniyuki Iwashima2022-07-151-1/+2
* | mlxsw: convert driver to use unlocked devlink API during init/finiJiri Pirko2022-07-181-11/+11
* | mlxsw: Enable unified bridge modelAmit Cohen2022-07-041-17/+3
* | mlxsw: Add support for 802.1Q FID familyAmit Cohen2022-07-041-1/+2
* | mlxsw: Add support for VLAN RIFsAmit Cohen2022-07-041-0/+119
* | mlxsw: Configure egress FID classification after routingAmit Cohen2022-07-041-0/+3
* | mlxsw: spectrum_router: Do not configure VID for sub-port RIFsAmit Cohen2022-07-041-1/+1
* | mlxsw: Configure ingress RIF classificationAmit Cohen2022-07-041-4/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-301-1/+13
|\|
| * mlxsw: spectrum_router: Fix rollback in tunnel next hop initPetr Machata2022-06-301-1/+13
* | mlxsw: spectrum: Change mlxsw_sp_rif_vlan_fid_op() to be dedicated for FID RIFsAmit Cohen2022-06-241-10/+8
* | mlxsw: spectrum: Rename MLXSW_SP_RIF_TYPE_VLANAmit Cohen2022-06-241-4/+4
* | mlxsw: Add a resource describing number of RIFsPetr Machata2022-06-171-0/+12
* | mlxsw: Keep track of number of allocated RIFsPetr Machata2022-06-171-0/+6
* | mlxsw: Revert "Prepare for XM implementation - LPM trees"Petr Machata2022-06-141-69/+31
* | mlxsw: Revert "Prepare for XM implementation - prefix insertion and removal"Petr Machata2022-06-141-530/+206
* | mlxsw: Revert "Introduce initial XM router support"Petr Machata2022-06-141-22/+1
|/
* mlxsw: spectrum_router: Take router lock in router notifier handlerPetr Machata2022-05-081-32/+15
* mlxsw: spectrum: Move handling of tunnel events to router codePetr Machata2022-05-081-9/+15
* mlxsw: spectrum: Move handling of router events to router codePetr Machata2022-05-081-2/+16
* mlxsw: spectrum: Move handling of HW stats events to router codePetr Machata2022-05-081-7/+40
* mlxsw: spectrum: Move handling of VRF events to router codePetr Machata2022-05-081-2/+16
* mlxsw: spectrum_router: Add a dedicated notifier blockPetr Machata2022-05-081-0/+20
* mlxsw: spectrum_router: Only query neighbour activity when necessaryIdo Schimmel2022-05-041-0/+6
* mlxsw: Use dscp_t in struct mlxsw_sp_fib4_entryGuillaume Nault2022-04-111-6/+6
* ipv4: Use dscp_t in struct fib_entry_notifier_infoGuillaume Nault2022-04-111-3/+3
* ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault2022-04-111-3/+4
* mlxsw: spectrum_router: simplify list unwindingTom Rix2022-04-051-12/+8
* mlxsw: Add support for IFLA_OFFLOAD_XSTATS_L3_STATSPetr Machata2022-03-031-2/+289
* mlxsw: spectrum_router: Drop mlxsw_sp arg from counter alloc/free functionsPetr Machata2022-03-031-8/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-1/+2
|\
| * mlxsw: spectrum_router: Consolidate MAC profiles when possibleDanielle Ratson2021-12-141-1/+2
* | mlxsw: Add support for VxLAN with IPv6 underlayAmit Cohen2021-12-151-0/+14
* | mlxsw: Use u16 for local_port field instead of u8Amit Cohen2021-12-011-1/+1
* | mlxsw: spectrum_router: Remove deadcode in mlxsw_sp_rif_mac_profile_findDanielle Ratson2021-11-231-3/+0
|/
* mlxsw: spectrum_router: Expose RIF MAC profiles to devlink resourceDanielle Ratson2021-10-261-0/+8
* mlxsw: spectrum_router: Add RIF MAC profiles supportDanielle Ratson2021-10-261-47/+269
* mlxsw: spectrum_router: Propagate extack furtherDanielle Ratson2021-10-261-8/+15
* mlxsw: Add support for IP-in-IP with IPv6 underlay for Spectrum-2 and aboveAmit Cohen2021-09-241-9/+77
* mlxsw: spectrum_router: Increase parsing depth for IPv6 decapsulationAmit Cohen2021-09-241-0/+40
* mlxsw: Create separate ipip_ops_arr for different ASICsAmit Cohen2021-09-241-2/+16
* mlxsw: Take tunnel's type into account when searching underlay deviceAmit Cohen2021-09-241-13/+4
* mlxsw: spectrum_ipip: Create common function for mlxsw_sp_ipip_ol_netdev_chan...Amit Cohen2021-09-241-10/+1
* mlxsw: spectrum_router: Fix arguments alignmentAmit Cohen2021-09-241-2/+5