aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
AgeCommit message (Expand)Author
2024-01-18mlxsw: spectrum_router: Register netdevice notifier before nexthopPetr Machata
2023-11-21mlxsw: spectrum_router: Call RIF setup before obtaining FIDPetr Machata
2023-11-21mlxsw: spectrum_router: Add a helper to get subport number from a RIFPetr Machata
2023-10-02mlxsw: spectrum_router: Annotate struct mlxsw_sp_nexthop_group_info with __co...Kees Cook
2023-07-28mlxsw: spectrum_router: IPv6 events: Use tracker helpers to hold & put netdev...Petr Machata
2023-07-28mlxsw: spectrum_router: RIF: Use tracker helpers to hold & put netdevicesPetr Machata
2023-07-28mlxsw: spectrum_router: hw_stats: Use tracker helpers to hold & put netdevicesPetr Machata
2023-07-28mlxsw: spectrum_router: FIB: Use tracker helpers to hold & put netdevicesPetr Machata
2023-07-21mlxsw: spectrum_router: Replay IP NETDEV_UP on device deslavementPetr Machata
2023-07-21mlxsw: spectrum_router: Replay IP NETDEV_UP on device enslavementPetr Machata
2023-07-21mlxsw: spectrum_router: Replay neighbours when RIF is madePetr Machata
2023-07-21mlxsw: spectrum_router: Replay MACVLANs when RIF is madePetr Machata
2023-07-21mlxsw: spectrum_router: Offload ethernet nexthops when RIF is madePetr Machata
2023-07-21mlxsw: spectrum_router: Join RIFs of LAG upper VLANsPetr Machata
2023-07-21mlxsw: spectrum_router: Extract a helper to schedule neighbour workPetr Machata
2023-07-21mlxsw: spectrum_router: Allow address handlers to run on bridge portsPetr Machata
2023-07-14mlxsw: spectrum_switchdev: Manage RIFs on PVID changePetr Machata
2023-07-14mlxsw: spectrum_router: mlxsw_sp_inetaddr_bridge_event: Add an argumentPetr Machata
2023-07-14mlxsw: spectrum_router: Adjust mlxsw_sp_inetaddr_vlan_event() coding stylePetr Machata
2023-07-14mlxsw: spectrum_router: Take VID for VLAN FIDs from RIF paramsPetr Machata
2023-07-14mlxsw: spectrum_router: Pass struct mlxsw_sp_rif_params to fid_getPetr Machata
2023-07-04mlxsw: spectrum_router: Fix an IS_ERR() vs NULL checkDan Carpenter
2023-06-23mlxsw: spectrum_router: Track next hops at CRIFsPetr Machata
2023-06-23mlxsw: spectrum_router: Split nexthop finalization to two stagesPetr Machata
2023-06-23mlxsw: spectrum_router: Use router.lb_crif instead of .lb_rif_indexPetr Machata
2023-06-23mlxsw: spectrum_router: Link CRIFs to RIFsPetr Machata
2023-06-23mlxsw: spectrum_router: Maintain CRIF for fallback loopback RIFPetr Machata
2023-06-23mlxsw: spectrum_router: Maintain a hash table of CRIFsPetr Machata
2023-06-23mlxsw: spectrum_router: Use mlxsw_sp_ul_rif_get() to get main VRF LB RIFPetr Machata
2023-06-23mlxsw: spectrum_router: Add extack argument to mlxsw_sp_lb_rif_init()Petr Machata
2023-06-14mlxsw: spectrum_router: Move IPIP init upPetr Machata
2023-06-14mlxsw: spectrum_router: Extract a helper for RIF migrationPetr Machata
2023-06-14mlxsw: spectrum_router: Add a helper to check if netdev has addressesPetr Machata
2023-06-14mlxsw: spectrum_router: Extract a helper to free a RIFPetr Machata
2023-06-14mlxsw: spectrum_router: Access nhgi->rif through a helperPetr Machata
2023-06-14mlxsw: spectrum_router: Access nh->rif->dev through a helperPetr Machata
2023-06-14mlxsw: spectrum_router: Access rif->dev from params in mlxsw_sp_rif_create()Petr Machata
2023-06-14mlxsw: spectrum_router: Access rif->dev through a helperPetr Machata
2023-06-14mlxsw: spectrum_router: Add a helper specifically for joining a LAGPetr Machata
2023-06-14mlxsw: spectrum_router: Extract a helper from mlxsw_sp_port_vlan_router_join()Petr Machata
2023-06-12mlxsw: spectrum_router: Privatize mlxsw_sp_rif_dev()Petr Machata
2023-06-12mlxsw: Convert does-RIF-have-this-netdev queries to a dedicated helperPetr Machata
2023-06-12mlxsw: Convert RIF-has-netdevice queries to a dedicated helperPetr Machata
2023-06-12mlxsw: spectrum_router: Reuse work neighbor initialization in work schedulerPetr Machata
2023-06-12mlxsw: spectrum_router: Use the available router pointer for netevent handlingPetr Machata
2023-06-12mlxsw: spectrum_router: Pass router to mlxsw_sp_router_schedule_work() directlyPetr Machata
2023-06-12mlxsw: spectrum_router: Move here inetaddr validator notifiersPetr Machata
2023-06-12mlxsw: spectrum_router: mlxsw_sp_router_fini(): Extract a helper variablePetr Machata
2023-06-05mlxsw: spectrum_router: Do not query MAX_VRS on each iterationPetr Machata
2023-06-05mlxsw: spectrum_router: Do not query MAX_RIFS on each iterationPetr Machata