aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/fpga/conn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-19RDMA/mlx5: Replace struct mlx5_core_mkey by u32 keyAharon Landau1-5/+5
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2021-08-09net/mlx5: Synchronize correct IRQ when destroying CQShay Drory1-3/+1
2021-07-25IB/mlx5: Rename is_apu_thread_cq function to is_apu_cqTal Gilboa1-1/+1
2021-03-10net/mlx5: Set QP timestamp mode to defaultMaor Gottlieb1-0/+1
2020-09-30net/mlx5: Use dma device access helperParav Pandit1-2/+2
2020-09-14net: mlx: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-07-28net/mlx5: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-04-19net/mlx5: Remove extra indirection while storing QPNLeon Romanovsky1-12/+11
2020-04-19net/mlx5: Open-code modify QP in the FPGA moduleLeon Romanovsky1-56/+28
2020-04-19net/mlx5: Remove empty QP and CQ events handlersLeon Romanovsky1-19/+0
2020-04-19net/mlx5: Open-code create and destroy QP callsLeon Romanovsky1-11/+13
2019-10-18net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cqNavid Emamdoost1-1/+3
2019-07-03net/mlx5: Report EQE data upon CQ completionYishai Hadas1-1/+2
2019-07-03net/mlx5: mlx5_core_create_cq() enhancementsYishai Hadas1-1/+2
2019-07-01net/mlx5: Handle host PF vport mac/guid for ECPFBodong Wang1-1/+1
2019-04-02net/mlx5: Remove spinlock support from mlx5_write64Maxim Mikityanskiy1-1/+1
2018-12-09net/mlx5: Use helper to get CQE opcodeTariq Toukan1-1/+1
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook1-4/+6
2018-05-29net/mlx5: FPGA, Call DMA unmap with the right sizeIlya Lesokhin1-2/+1
2018-05-29net/mlx5: FPGA, Properly initialize dma direction on fpga conn sendIlya Lesokhin1-0/+1
2018-05-25net/mlx5: Use order-0 allocations for all WQ typesTariq Toukan1-7/+7
2018-04-05net/mlx5: Mkey creation command adjustmentsAriel Levkovich1-1/+1
2018-01-08{net, IB}/mlx5: Change set_roce_gid to take a port numberDaniel Jurgens1-3/+4
2018-01-08{net, IB}/mlx5: Manage port association for multiport RoCEDaniel Jurgens1-2/+2
2017-06-27net/mlx5: FPGA, Add high-speed connection routinesIlan Tayari1-0/+1042