summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)Author
2023-08-11RDMA/mlx4: Make check for invalid flags stricterDan Carpenter
2023-07-27IB/hfi1: Fix sdma.h tx->num_descs off-by-one errorsPatrick Kelsey
2023-07-27RDMA/bnxt_re: Fix to remove an unnecessary logKalesh AP
2023-06-21IB/isert: Fix incorrect release of isert connectionSaravanan Vajravel
2023-06-21IB/isert: Fix possible list corruption in CMA handlerSaravanan Vajravel
2023-06-21IB/isert: Fix dead lock in ib_isertSaravanan Vajravel
2023-06-21IB/uverbs: Fix to consider event queue closing also upon non-blocking modeYishai Hadas
2023-06-21RDMA/rxe: Fix the use-before-initialization error of resp_pktsZhu Yanjun
2023-06-21RDMA/rxe: Removed unused name from rxe_task structBob Pearson
2023-06-21RDMA/rxe: Remove the unused variable objZhu Yanjun
2023-06-21RDMA/uverbs: Restrict usage of privileged QKEYsEdward Srouji
2023-06-14i40iw: fix build warning in i40iw_manage_apbvt()Greg Kroah-Hartman
2023-06-09RDMA/bnxt_re: Remove the qp from list only if the qp destroy succeedsSelvin Xavier
2023-06-09RDMA/bnxt_re: Remove set but not used variable 'dev_attr'YueHaibing
2023-06-09treewide: Remove uninitialized_var() usageKees Cook
2023-06-09RDMA/bnxt_re: Fix return value of bnxt_re_process_raw_qp_pkt_rxKalesh AP
2023-06-09RDMA/bnxt_re: Refactor queue pair creation codeDevesh Sharma
2023-06-09RDMA/bnxt_re: Enable SRIOV VF support on Broadcom's 57500 adapter seriesDevesh Sharma
2023-06-09RDMA/efa: Fix unsupported page sizes in deviceYonatan Nachum
2023-05-30RDMA/core: Fix multiple -Warray-bounds warningsGustavo A. R. Silva
2023-05-17RDMA/mlx5: Use correct device num_ports when modify DCMark Zhang
2023-05-17IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU orderPatrick Kelsey
2023-05-17RDMA/siw: Remove namespace check from siw_netdev_event()Tetsuo Handa
2023-05-17RDMA/mlx4: Prevent shift wrapping in set_user_sq_size()Dan Carpenter
2023-05-17RDMA/rdmavt: Delete unnecessary NULL checkNatalia Petrova
2023-05-17RDMA/siw: Fix potential page_array out of range accessDaniil Dulov
2023-04-20RDMA/core: Fix GID entry ref leak when create_ah failsSaravanan Vajravel
2023-03-03IB/hfi1: Assign npages earlierDean Luick
2023-02-22RDMA/usnic: use iommu_map_atomic() under spin_lock()Yang Yingliang
2023-02-22IB/IPoIB: Fix legacy IPoIB due to wrong number of queuesDragos Tatulea
2023-02-22IB/hfi1: Restore allocated resources on failed copyoutDean Luick
2023-02-06IB/hfi1: Fix expected receive setup error exit issuesDean Luick
2023-02-06IB/hfi1: Reserve user expected TIDsDean Luick
2023-02-06IB/hfi1: Reject a zero-length user expected bufferDean Luick
2023-02-06RDMA/core: Fix ib block iterator counter overflowYonatan Nachum
2023-01-24RDMA/srp: Move large values to a new enum for gcc13Jiri Slaby (SUSE)
2023-01-18RDMA/mlx5: Fix validation of max_rd_atomic caps for DCMaor Gottlieb
2023-01-18RDMA/uverbs: Silence shiftTooManyBitsSigned warningLeon Romanovsky
2023-01-18RDMA/siw: Fix pointer cast warningArnd Bergmann
2023-01-18IB/IPoIB: Fix queue count inconsistency for PKEY child interfacesDragos Tatulea
2023-01-18RDMA/hfi1: Fix error return code in parse_platform_config()Wang Yufen
2023-01-18RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps()Yuan Can
2023-01-18RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failedZhang Xiaoxu
2023-01-18RDMA/hfi: Decrease PCI device reference count in error pathXiongfeng Wang
2023-01-18RDMA/siw: Set defined status for work completion with undefined statusBernard Metzler
2023-01-18RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected portMark Zhang
2023-01-18RDMA/siw: Fix immediate work request flush to completion queueBernard Metzler
2023-01-18RDMA/core: Fix order of nldev_exit callLeon Romanovsky
2022-11-10RDMA/qedr: clean up work queue on failure in qedr_alloc_resources()Dan Carpenter
2022-11-10RDMA/core: Fix null-ptr-deref in ib_core_cleanup()Chen Zhongjin