summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2023-05-17RDMA/mlx5: Use correct device num_ports when modify DCMark Zhang1-1/+1
2023-05-17IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU orderPatrick Kelsey1-7/+6
2023-05-17RDMA/siw: Remove namespace check from siw_netdev_event()Tetsuo Handa1-3/+0
2023-05-17RDMA/mlx4: Prevent shift wrapping in set_user_sq_size()Dan Carpenter1-2/+6
2023-05-17RDMA/rdmavt: Delete unnecessary NULL checkNatalia Petrova1-2/+0
2023-05-17RDMA/siw: Fix potential page_array out of range accessDaniil Dulov1-1/+1
2023-04-20RDMA/core: Fix GID entry ref leak when create_ah failsSaravanan Vajravel1-0/+2
2023-03-03IB/hfi1: Assign npages earlierDean Luick1-7/+2
2023-02-22RDMA/usnic: use iommu_map_atomic() under spin_lock()Yang Yingliang1-4/+4
2023-02-22IB/IPoIB: Fix legacy IPoIB due to wrong number of queuesDragos Tatulea1-0/+8
2023-02-22IB/hfi1: Restore allocated resources on failed copyoutDean Luick1-2/+5
2023-02-06IB/hfi1: Fix expected receive setup error exit issuesDean Luick1-33/+50
2023-02-06IB/hfi1: Reserve user expected TIDsDean Luick1-8/+6
2023-02-06IB/hfi1: Reject a zero-length user expected bufferDean Luick1-0/+2
2023-02-06RDMA/core: Fix ib block iterator counter overflowYonatan Nachum1-2/+5
2023-01-24RDMA/srp: Move large values to a new enum for gcc13Jiri Slaby (SUSE)1-3/+5
2023-01-18RDMA/mlx5: Fix validation of max_rd_atomic caps for DCMaor Gottlieb1-14/+35
2023-01-18RDMA/uverbs: Silence shiftTooManyBitsSigned warningLeon Romanovsky1-1/+1
2023-01-18RDMA/siw: Fix pointer cast warningArnd Bergmann1-1/+1
2023-01-18IB/IPoIB: Fix queue count inconsistency for PKEY child interfacesDragos Tatulea1-0/+7
2023-01-18RDMA/hfi1: Fix error return code in parse_platform_config()Wang Yufen1-0/+6
2023-01-18RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps()Yuan Can1-0/+2
2023-01-18RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failedZhang Xiaoxu1-3/+3
2023-01-18RDMA/hfi: Decrease PCI device reference count in error pathXiongfeng Wang1-0/+2
2023-01-18RDMA/siw: Set defined status for work completion with undefined statusBernard Metzler1-2/+2
2023-01-18RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected portMark Zhang1-1/+1
2023-01-18RDMA/siw: Fix immediate work request flush to completion queueBernard Metzler2-6/+58
2023-01-18RDMA/core: Fix order of nldev_exit callLeon Romanovsky1-1/+1
2022-11-10RDMA/qedr: clean up work queue on failure in qedr_alloc_resources()Dan Carpenter1-1/+8
2022-11-10RDMA/core: Fix null-ptr-deref in ib_core_cleanup()Chen Zhongjin2-2/+10
2022-11-10IB/hfi1: Correctly move list in sc_disable()Dean Luick1-2/+1
2022-11-10RDMA/cma: Use output interface for net_dev checkHÃ¥kon Bugge1-1/+1
2022-10-26RDMA/siw: Always consume all skbuf data in sk_data_ready() upcall.Bernard Metzler1-12/+15
2022-10-26RDMA/rxe: Fix the error caused by qp->skZhu Yanjun1-2/+4
2022-10-26RDMA/rxe: Fix "kernel NULL pointer dereference" errorZhu Yanjun1-1/+3
2022-09-15RDMA/mlx5: Set local port to one when accessing countersChris Mi1-0/+6
2022-09-15RDMA/siw: Pass a pointer to virt_to_page()Linus Walleij1-4/+14
2022-09-15RDMA/hns: Fix supported page sizeChengchang Tang1-1/+1
2022-09-15RDMA/cma: Fix arguments order in net device validationMichael Guralnik1-2/+2
2022-08-25RDMA/rxe: Fix error unwind in rxe_create_qp()Zhu Yanjun1-4/+8
2022-08-25RDMA/hfi1: fix potential memory leak in setup_base_ctxt()Jianglei Nie1-1/+3
2022-08-25RDMA/siw: Fix duplicated reported IW_CM_EVENT_CONNECT_REPLY eventCheng Xu1-3/+4
2022-08-25RDMA/hns: Fix incorrect clearing of interrupt status registerHaoyue Xu1-2/+2
2022-07-07RDMA/qedr: Fix reporting QP timeout attributeKamal Heib2-1/+4
2022-06-14RDMA/rxe: Generate a completion for unsupported/invalid opcodeXiao Yang1-1/+1
2022-06-14RDMA/hfi1: Fix potential integer multiplication overflow errorsDennis Dalessandro1-1/+1
2022-06-14RDMA/hfi1: Prevent use of lock before it is initializedDouglas Miller1-5/+7
2022-06-14RDMA/hfi1: Prevent panic when SDMA is disabledDouglas Miller1-0/+2
2022-06-14IB/rdmavt: add missing locks in rvt_ruc_loopbackNiels Dossche1-1/+5
2022-05-12RDMA/siw: Fix a condition race issue in MPA request processingCheng Xu1-3/+4