summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/trap.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-07net/mlx5e: Support per-mdev queue counterTariq Toukan1-5/+6
2024-01-08Revert "mlx5 updates 2023-12-20"Jakub Kicinski1-6/+5
2023-12-21net/mlx5e: Support per-mdev queue counterTariq Toukan1-5/+6
2023-12-14net/mlx5e: Decouple CQ from privTariq Toukan1-1/+3
2023-08-09Merge tag 'mlx5-updates-2023-08-07' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-1/+1
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin1-1/+0
2023-08-07net/mlx5: Add IRQ vector to CPU lookup functionMaher Sanalla1-1/+1
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-08-23net/mlx5e: Completely eliminate priv from fs.hLama Kayal1-4/+4
2022-05-31net/mlx5e: Disable softirq in mlx5e_activate_rq to avoid race conditionMaxim Mikityanskiy1-0/+1
2022-05-18net/mlx5e: Wrap mlx5e_trap_napi_poll into rcu_read_lockMaxim Mikityanskiy1-3/+10
2021-10-19RDMA/mlx5: Replace struct mlx5_core_mkey by u32 keyAharon Landau1-1/+1
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-07-28net/mlx5e: Fix page allocation failure for trap-RQ over SFAya Levin1-1/+1
2021-07-26net/mlx5e: Convert TIR to a dedicated objectMaxim Mikityanskiy1-19/+8
2021-03-26net/mlx5e: Generalize close RQAya Levin1-11/+1
2021-03-26net/mlx5e: Generalize RQ activationAya Levin1-13/+2
2021-03-26net/mlx5e: Generalize open RQAya Levin1-137/+33
2021-03-26net/mlx5e: Restrict usage of mlx5e_priv in params logic functionsTariq Toukan1-5/+7
2021-03-26net/mlx5e: Pass q_counter indentifier as parameter to rq_param buildersTariq Toukan1-1/+1
2021-03-17net/mlx5: Move mlx5e hw resources into a sub objectRoi Dayan1-3/+3
2021-01-28net/mlx5e: Enable traps according to link stateAya Levin1-0/+40
2021-01-28net/mlx5e: Add listener to DMAC filter trap eventAya Levin1-0/+8
2021-01-28net/mlx5e: Add trap entity to ETH driverAya Levin1-0/+409