summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)Author
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-10RDMA/bnxt_re: Initialize dpi_tbl_lock mutexKashyap Desai
2023-08-10RDMA/bnxt_re: Fix error handling in probe failure pathKalesh AP
2023-08-10RDMA/bnxt_re: Properly order ib_device_unalloc() to avoid UAFSelvin Xavier
2023-08-07net/mlx5: Allocate completion EQs dynamicallyMaher Sanalla
2023-08-07net/mlx5: Rename mlx5_comp_vectors_count() to mlx5_comp_vectors_max()Maher Sanalla
2023-08-03IB/hfi1: Fix possible panic during hotplug removeDouglas Miller
2023-07-31RDMA/umem: Set iova in ODP flowMichael Guralnik
2023-07-26RDMA/irdma: Report correct WC errorSindhu Devale
2023-07-26RDMA/irdma: Fix op_type reporting in CQEsSindhu Devale
2023-07-18RDMA/rxe: Fix an error handling path in rxe_bind_mw()Christophe JAILLET
2023-07-17RDMA/bnxt_re: Fix hang during driver unloadSelvin Xavier
2023-07-17RDMA/bnxt_re: Prevent handling any completions after qp destroyKashyap Desai
2023-07-17RDMA/mthca: Fix crash when polling CQ for shared QPsThomas Bogendoerfer
2023-07-17RDMA/core: Update CMA destination address on rdma_resolve_addrShiraz Saleem
2023-07-17RDMA/irdma: Fix data race on CQP request doneShiraz Saleem
2023-07-17RDMA/irdma: Fix data race on CQP completion statsShiraz Saleem
2023-07-17RDMA/irdma: Add missing read barriersShiraz Saleem
2023-07-12RDMA/mlx4: Make check for invalid flags stricterDan Carpenter
2023-06-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-27Merge tag 'rcu.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-27Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe
2023-06-27RDMA/bnxt_re: Fix an IS_ERR() vs NULL checkDan Carpenter
2023-06-26RDMA/bnxt_re: Fix spelling mistake "priviledged" -> "privileged"Colin Ian King
2023-06-26RDMA/bnxt_re: Remove duplicated include in bnxt_re/main.cYang Li
2023-06-26RDMA/bnxt_re: Refactor code around bnxt_qplib_map_rc()Kashyap Desai
2023-06-26RDMA/bnxt_re: Remove incorrect return check from slow pathKashyap Desai
2023-06-24tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells
2023-06-21RDMA/bnxt_re: Enable low latency pushSelvin Xavier
2023-06-21RDMA/bnxt_re: Reorg the bar mappingSelvin Xavier
2023-06-21RDMA/bnxt_re: Move the interface version to chip context structureSelvin Xavier
2023-06-21RDMA/bnxt_re: Query function capabilities from firmwareSelvin Xavier
2023-06-21RDMA/bnxt_re: Optimize the bnxt_re_init_hwrm_hdr usageSelvin Xavier
2023-06-21RDMA/bnxt_re: Add disassociate ucontext supportSelvin Xavier
2023-06-21RDMA/bnxt_re: Use the common mmap helper functionsSelvin Xavier
2023-06-21RDMA/bnxt_re: Initialize opcode while sending messageLeon Romanovsky
2023-06-20RDMA/cma: Remove NULL check before dev_{put, hold}Yang Li
2023-06-20RDMA/rxe: Simplify cq->notify codeBob Pearson
2023-06-20RDMA/rxe: Fixes mr access supported listBob Pearson
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-14RDMA/rxe: Fix rxe_cq_postBob Pearson
2023-06-12RDMA/bnxt_re: optimize the parameters passed to helper functionsKashyap Desai
2023-06-12RDMA/bnxt_re: remove redundant cmdq_bitmapKashyap Desai
2023-06-12RDMA/bnxt_re: use firmware provided max request timeoutKashyap Desai
2023-06-12RDMA/bnxt_re: cancel all control path command waiters upon errorKashyap Desai
2023-06-12RDMA/bnxt_re: consider timeout of destroy ah as success.Kashyap Desai
2023-06-12RDMA/bnxt_re: post destroy_ah for delayed completion of AH creationKashyap Desai
2023-06-12RDMA/bnxt_re: Add firmware stall check detectionKashyap Desai