summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski2023-08-246-12/+446
|\
| * RDMA/mlx5: Handles RoCE MACsec steering rules addition and deletionPatrisious Haddad2023-08-204-16/+243
| * IB/core: Reorder GID delete code for RoCEPatrisious Haddad2023-08-201-3/+3
| * RDMA/mlx5: Implement MACsec gid addition and deletionPatrisious Haddad2023-08-205-9/+216
* | mlx4: Connect the infiniband part to the auxiliary busPetr Pavlu2023-08-231-23/+54
* | mlx4: Replace the mlx4_interface.event callback with a notifierPetr Pavlu2023-08-232-14/+28
* | mlx4: Use 'void *' as the event param of mlx4_dispatch_event()Petr Pavlu2023-08-231-4/+10
* | mlx4: Get rid of the mlx4_interface.get_dev callbackPetr Pavlu2023-08-231-46/+43
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-184-2/+7
|\ \
| * | RDMA/bnxt_re: Initialize dpi_tbl_lock mutexKashyap Desai2023-08-101-0/+1
| * | RDMA/bnxt_re: Fix error handling in probe failure pathKalesh AP2023-08-101-0/+2
| * | RDMA/bnxt_re: Properly order ib_device_unalloc() to avoid UAFSelvin Xavier2023-08-101-1/+1
| * | IB/hfi1: Fix possible panic during hotplug removeDouglas Miller2023-08-031-0/+1
| * | RDMA/umem: Set iova in ODP flowMichael Guralnik2023-07-311-1/+2
| |/
* | net/mlx5: Allocate completion EQs dynamicallyMaher Sanalla2023-08-072-2/+2
* | net/mlx5: Rename mlx5_comp_vectors_count() to mlx5_comp_vectors_max()Maher Sanalla2023-08-071-1/+1
|/
* RDMA/irdma: Report correct WC errorSindhu Devale2023-07-261-0/+1
* RDMA/irdma: Fix op_type reporting in CQEsSindhu Devale2023-07-261-1/+1
* RDMA/rxe: Fix an error handling path in rxe_bind_mw()Christophe JAILLET2023-07-181-1/+2
* RDMA/bnxt_re: Fix hang during driver unloadSelvin Xavier2023-07-172-10/+9
* RDMA/bnxt_re: Prevent handling any completions after qp destroyKashyap Desai2023-07-173-0/+31
* RDMA/mthca: Fix crash when polling CQ for shared QPsThomas Bogendoerfer2023-07-171-1/+1
* RDMA/core: Update CMA destination address on rdma_resolve_addrShiraz Saleem2023-07-171-0/+2
* RDMA/irdma: Fix data race on CQP request doneShiraz Saleem2023-07-173-5/+5
* RDMA/irdma: Fix data race on CQP completion statsShiraz Saleem2023-07-174-36/+36
* RDMA/irdma: Add missing read barriersShiraz Saleem2023-07-173-1/+17
* RDMA/mlx4: Make check for invalid flags stricterDan Carpenter2023-07-121-9/+9
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-06-2953-886/+1918
|\
| * Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe2023-06-2731-192/+608
| |\
| * | RDMA/bnxt_re: Fix an IS_ERR() vs NULL checkDan Carpenter2023-06-271-2/+2
| * | RDMA/bnxt_re: Fix spelling mistake "priviledged" -> "privileged"Colin Ian King2023-06-261-2/+2
| * | RDMA/bnxt_re: Remove duplicated include in bnxt_re/main.cYang Li2023-06-261-1/+0
| * | RDMA/bnxt_re: Refactor code around bnxt_qplib_map_rc()Kashyap Desai2023-06-261-8/+15
| * | RDMA/bnxt_re: Remove incorrect return check from slow pathKashyap Desai2023-06-261-6/+0
| * | RDMA/bnxt_re: Enable low latency pushSelvin Xavier2023-06-216-4/+177
| * | RDMA/bnxt_re: Reorg the bar mappingSelvin Xavier2023-06-218-77/+213
| * | RDMA/bnxt_re: Move the interface version to chip context structureSelvin Xavier2023-06-212-2/+2
| * | RDMA/bnxt_re: Query function capabilities from firmwareSelvin Xavier2023-06-211-0/+21
| * | RDMA/bnxt_re: Optimize the bnxt_re_init_hwrm_hdr usageSelvin Xavier2023-06-211-29/+19
| * | RDMA/bnxt_re: Add disassociate ucontext supportSelvin Xavier2023-06-211-0/+5
| * | RDMA/bnxt_re: Use the common mmap helper functionsSelvin Xavier2023-06-214-24/+119
| * | RDMA/bnxt_re: Initialize opcode while sending messageLeon Romanovsky2023-06-211-3/+2
| * | RDMA/cma: Remove NULL check before dev_{put, hold}Yang Li2023-06-201-2/+1
| * | RDMA/rxe: Simplify cq->notify codeBob Pearson2023-06-202-6/+3
| * | RDMA/rxe: Fixes mr access supported listBob Pearson2023-06-201-1/+2
| * | RDMA/bnxt_re: optimize the parameters passed to helper functionsKashyap Desai2023-06-121-25/+19
| * | RDMA/bnxt_re: remove redundant cmdq_bitmapKashyap Desai2023-06-122-48/+34
| * | RDMA/bnxt_re: use firmware provided max request timeoutKashyap Desai2023-06-124-12/+60
| * | RDMA/bnxt_re: cancel all control path command waiters upon errorKashyap Desai2023-06-122-2/+3
| * | RDMA/bnxt_re: consider timeout of destroy ah as success.Kashyap Desai2023-06-124-9/+21