aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/lib/devcom.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-23net/mlx5: Refactor devcom to return NULL on failurePatrisious Haddad1-27/+26
2025-09-16net/mlx5: Add net namespace support to devcomShay Drory1-0/+13
2025-09-16net/mlx5: Refactor devcom to use match attributesShay Drory1-10/+21
2024-04-12net/mlx5: SD, Handle possible devcom ERR_PTRTariq Toukan1-1/+1
2023-12-13net/mlx5: devcom, Add component size getterTariq Toukan1-0/+7
2023-10-14net/mlx5: Replace global mlx5_intf_lock with HCA devcom component lockShay Drory1-0/+7
2023-10-14net/mlx5: Refactor LAG peer device lookout bus logic to mlx5 devcomShay Drory1-0/+14
2023-10-14net/mlx5: Avoid false positive lockdep warning by adding lock_class_keyShay Drory1-0/+4
2023-08-21net/mlx5: Devcom, only use devcom after NULL check in mlx5_devcom_send_event()Li Zetao1-1/+2
2023-07-27net/mlx5: Devcom, Infrastructure changesRoi Dayan1-204/+244
2023-06-07net/mlx5: Enable 4 ports VF LAGShay Drory1-2/+3
2023-06-02net/mlx5: Devcom, extend mlx5_devcom_send_event to work with more than two de...Shay Drory1-2/+15
2023-06-02net/mlx5: Devcom, introduce devcom_for_each_peer_entrySaeed Mahameed1-26/+63
2023-06-02net/mlx5: Devcom, Rename paired to readyShay Drory1-10/+10
2023-05-22net/mlx5: Devcom, serialize devcom registrationShay Drory1-5/+14
2023-05-22net/mlx5: Devcom, fix error flow in mlx5_devcom_register_deviceShay Drory1-1/+2
2023-05-22net/mlx5e: Fix deadlock in tc route query codeVlad Buslov1-11/+37
2022-05-09net/mlx5: devcom only supports 2 portsMark Bloch1-7/+9
2018-12-14net/mlx5: Introduce inter-device communication mechanismAviv Heller1-0/+255