summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2023-12-13RDMA/irdma: Avoid free the non-cqp_request scratchShifeng Li1-3/+1
2023-12-13RDMA/irdma: Fix UAF in irdma_sc_ccq_get_cqe_info()Shifeng Li1-3/+3
2023-12-13RDMA/irdma: Refactor error handling in create CQPSindhu Devale1-14/+21
2023-12-13RDMA/bnxt_re: Correct module description stringKalesh AP1-1/+1
2023-12-13RDMA/irdma: Add wait for suspend on SQDMustafa Ismail5-3/+29
2023-12-13RDMA/irdma: Do not modify to SQD on errorMustafa Ismail1-7/+0
2023-12-13RDMA/hns: Fix unnecessary err return when using invalid congest control algor...Junxian Huang1-4/+9
2023-11-28RDMA/hfi1: Use FIELD_GET() to extract Link WidthIlpo Järvinen1-7/+2
2023-11-20IB/mlx5: Fix init stage error handling to avoid double free of same QP and UAFGeorge Kennedy1-3/+1
2023-11-20RDMA/hfi1: Workaround truncation compilation errorLeon Romanovsky1-1/+1
2023-11-20RDMA/hns: The UD mode can only be configured with DCQCNLuoyouming1-0/+3
2023-11-20RDMA/hns: Add check for SLLuoyouming2-11/+25
2023-11-20RDMA/hns: Fix signed-unsigned mixed comparisonsChengchang Tang1-1/+1
2023-11-20RDMA/hns: Fix uninitialized ucmd in hns_roce_create_qp_common()Chengchang Tang1-1/+1
2023-11-20RDMA/hns: Fix printing level of asynchronous eventsChengchang Tang1-3/+3
2023-11-20IB/mlx5: Fix rdma counter binding for RAW QPPatrisious Haddad1-0/+27
2023-10-19RDMA/cxgb4: Check skb value for failure to allocateArtem Chernyshev1-0/+3
2023-10-10RDMA/mlx5: Fix NULL string errorShay Drory1-1/+1
2023-10-10RDMA/mlx5: Fix mutex unlocking on error flow for steering anchor creationHamdan Igbaria1-1/+1
2023-10-10IB/mlx4: Fix the size of a buffer in add_port_entries()Christophe JAILLET1-1/+1
2023-09-13RDMA/efa: Fix wrong resources deallocation orderYonatan Nachum1-3/+3
2023-09-13RDMA/irdma: Prevent zero-length STAG registrationChristopher Bednarz3-2/+16
2023-09-13RDMA/hns: Fix CQ and QP cache affinityChengchang Tang2-6/+23
2023-09-13RDMA/hns: Fix inaccurate error label name in init instanceJunxian Huang1-4/+4
2023-09-13RDMA/hns: Fix incorrect post-send with direct wqe of wr-listJunxian Huang1-1/+2
2023-09-13RDMA/hns: Fix port active speedChengchang Tang1-2/+5
2023-09-13RDMA/irdma: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-09-13RDMA/qedr: Remove a duplicate assignment in irdma_query_ah()Minjie Du1-1/+0
2023-08-23RDMA/mlx5: Return the firmware result upon destroying QP/RQPatrisious Haddad1-6/+4
2023-08-16IB/hfi1: Fix possible panic during hotplug removeDouglas Miller1-0/+1
2023-08-03RDMA/irdma: Report correct WC errorSindhu Devale1-0/+1
2023-08-03RDMA/irdma: Fix op_type reporting in CQEsSindhu Devale1-1/+1
2023-08-03RDMA/bnxt_re: Prevent handling any completions after qp destroyKashyap Desai3-0/+31
2023-08-03RDMA/mthca: Fix crash when polling CQ for shared QPsThomas Bogendoerfer1-1/+1
2023-08-03RDMA/irdma: Fix data race on CQP request doneShiraz Saleem3-5/+5
2023-08-03RDMA/irdma: Fix data race on CQP completion statsShiraz Saleem4-36/+36
2023-08-03RDMA/irdma: Add missing read barriersShiraz Saleem3-1/+17
2023-08-03RDMA/mlx4: Make check for invalid flags stricterDan Carpenter1-9/+9
2023-07-19RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock contextKashyap Desai1-3/+10
2023-07-19RDMA/bnxt_re: wraparound mbox producer indexKashyap Desai1-2/+2
2023-07-19RDMA/hns: Fix hns_roce_table_get return valueChengchang Tang1-3/+4
2023-07-19IB/hfi1: Fix wrong mmu_node used for user SDMA packet after invalidateBrendan Cunningham9-145/+177
2023-07-19RDMA/irdma: avoid fortify-string warning in irdma_clr_wqesArnd Bergmann1-4/+6
2023-07-19RDMA/bnxt_re: Fix to remove an unnecessary logKalesh AP1-4/+1
2023-07-19RDMA/bnxt_re: Remove a redundant check inside bnxt_re_update_gidKalesh AP1-7/+1
2023-07-19RDMA/bnxt_re: Use unique names while registering interruptsKalesh AP4-5/+25
2023-07-19RDMA/bnxt_re: Fix to remove unnecessary return labelsKalesh AP1-5/+2
2023-07-19RDMA/bnxt_re: Disable/kill tasklet only if it is enabledSelvin Xavier3-14/+28
2023-06-21RDMA/mlx5: Fix affinity assignmentMark Bloch2-0/+6
2023-06-21RDMA/mlx5: Create an indirect flow table for steering anchorMark Bloch3-7/+296