index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mellanox
/
mlxsw
/
spectrum_router.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-22
mlxsw: spectrum_router: fix xa_store() error checking
Yuan Can
1
-6
/
+3
2024-06-12
mlxsw: spectrum_router: Apply user-defined multipath hash seed
Petr Machata
1
-1
/
+5
2024-03-11
mlxsw: spectrum_router: Share nexthop counters in resilient groups
Petr Machata
1
-2
/
+68
2024-03-11
mlxsw: spectrum_router: Support nexthop group hardware statistics
Petr Machata
1
-6
/
+142
2024-03-11
mlxsw: spectrum_router: Track NH ID's of group members
Petr Machata
1
-0
/
+2
2024-03-11
mlxsw: spectrum_router: Add helpers for nexthop counters
Petr Machata
1
-15
/
+50
2024-03-11
mlxsw: spectrum_router: Avoid allocating NH counters twice
Petr Machata
1
-0
/
+3
2024-03-11
mlxsw: spectrum: Allow fetch-and-clear of flow counters
Petr Machata
1
-2
/
+2
2024-03-11
mlxsw: spectrum_router: Have mlxsw_sp_nexthop_counter_enable() return int
Petr Machata
1
-7
/
+17
2024-03-11
mlxsw: spectrum_router: Rename two functions
Petr Machata
1
-13
/
+13
2024-01-30
mlxsw: Use refcount_t for reference counting
Amit Cohen
1
-7
/
+8
2024-01-18
mlxsw: spectrum_router: Register netdevice notifier before nexthop
Petr Machata
1
-12
/
+12
2023-11-21
mlxsw: spectrum_router: Call RIF setup before obtaining FID
Petr Machata
1
-3
/
+3
2023-11-21
mlxsw: spectrum_router: Add a helper to get subport number from a RIF
Petr Machata
1
-0
/
+14
2023-10-02
mlxsw: spectrum_router: Annotate struct mlxsw_sp_nexthop_group_info with __co...
Kees Cook
1
-1
/
+1
2023-07-28
mlxsw: spectrum_router: IPv6 events: Use tracker helpers to hold & put netdev...
Petr Machata
1
-2
/
+3
2023-07-28
mlxsw: spectrum_router: RIF: Use tracker helpers to hold & put netdevices
Petr Machata
1
-3
/
+4
2023-07-28
mlxsw: spectrum_router: hw_stats: Use tracker helpers to hold & put netdevices
Petr Machata
1
-2
/
+3
2023-07-28
mlxsw: spectrum_router: FIB: Use tracker helpers to hold & put netdevices
Petr Machata
1
-3
/
+5
2023-07-21
mlxsw: spectrum_router: Replay IP NETDEV_UP on device deslavement
Petr Machata
1
-2
/
+21
2023-07-21
mlxsw: spectrum_router: Replay IP NETDEV_UP on device enslavement
Petr Machata
1
-0
/
+119
2023-07-21
mlxsw: spectrum_router: Replay neighbours when RIF is made
Petr Machata
1
-1
/
+61
2023-07-21
mlxsw: spectrum_router: Replay MACVLANs when RIF is made
Petr Machata
1
-5
/
+54
2023-07-21
mlxsw: spectrum_router: Offload ethernet nexthops when RIF is made
Petr Machata
1
-0
/
+54
2023-07-21
mlxsw: spectrum_router: Join RIFs of LAG upper VLANs
Petr Machata
1
-3
/
+52
2023-07-21
mlxsw: spectrum_router: Extract a helper to schedule neighbour work
Petr Machata
1
-9
/
+16
2023-07-21
mlxsw: spectrum_router: Allow address handlers to run on bridge ports
Petr Machata
1
-17
/
+24
2023-07-14
mlxsw: spectrum_switchdev: Manage RIFs on PVID change
Petr Machata
1
-4
/
+115
2023-07-14
mlxsw: spectrum_router: mlxsw_sp_inetaddr_bridge_event: Add an argument
Petr Machata
1
-2
/
+9
2023-07-14
mlxsw: spectrum_router: Adjust mlxsw_sp_inetaddr_vlan_event() coding style
Petr Machata
1
-3
/
+5
2023-07-14
mlxsw: spectrum_router: Take VID for VLAN FIDs from RIF params
Petr Machata
1
-13
/
+18
2023-07-14
mlxsw: spectrum_router: Pass struct mlxsw_sp_rif_params to fid_get
Petr Machata
1
-2
/
+6
2023-07-04
mlxsw: spectrum_router: Fix an IS_ERR() vs NULL check
Dan Carpenter
1
-2
/
+2
2023-06-23
mlxsw: spectrum_router: Track next hops at CRIFs
Petr Machata
1
-52
/
+75
2023-06-23
mlxsw: spectrum_router: Split nexthop finalization to two stages
Petr Machata
1
-4
/
+9
2023-06-23
mlxsw: spectrum_router: Use router.lb_crif instead of .lb_rif_index
Petr Machata
1
-8
/
+4
2023-06-23
mlxsw: spectrum_router: Link CRIFs to RIFs
Petr Machata
1
-12
/
+47
2023-06-23
mlxsw: spectrum_router: Maintain CRIF for fallback loopback RIF
Petr Machata
1
-1
/
+11
2023-06-23
mlxsw: spectrum_router: Maintain a hash table of CRIFs
Petr Machata
1
-0
/
+175
2023-06-23
mlxsw: spectrum_router: Use mlxsw_sp_ul_rif_get() to get main VRF LB RIF
Petr Machata
1
-5
/
+6
2023-06-23
mlxsw: spectrum_router: Add extack argument to mlxsw_sp_lb_rif_init()
Petr Machata
1
-2
/
+3
2023-06-14
mlxsw: spectrum_router: Move IPIP init up
Petr Machata
1
-7
/
+7
2023-06-14
mlxsw: spectrum_router: Extract a helper for RIF migration
Petr Machata
1
-6
/
+13
2023-06-14
mlxsw: spectrum_router: Add a helper to check if netdev has addresses
Petr Machata
1
-13
/
+29
2023-06-14
mlxsw: spectrum_router: Extract a helper to free a RIF
Petr Machata
1
-4
/
+11
2023-06-14
mlxsw: spectrum_router: Access nhgi->rif through a helper
Petr Machata
1
-4
/
+10
2023-06-14
mlxsw: spectrum_router: Access nh->rif->dev through a helper
Petr Machata
1
-5
/
+18
2023-06-14
mlxsw: spectrum_router: Access rif->dev from params in mlxsw_sp_rif_create()
Petr Machata
1
-4
/
+4
2023-06-14
mlxsw: spectrum_router: Access rif->dev through a helper
Petr Machata
1
-45
/
+64
2023-06-14
mlxsw: spectrum_router: Add a helper specifically for joining a LAG
Petr Machata
1
-16
/
+40
[next]