summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
5 daysRDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problemZhu Yanjun1-0/+5
5 daysRDMA/cm: Fix leaking the multicast GID table referenceJason Gunthorpe1-0/+3
5 daysRDMA/core: Check for the presence of LS_NLA_TYPE_DGID correctlyJason Gunthorpe1-23/+10
5 daysRDMA/core: Fix logic error in ib_get_gids_from_rdma_hdr()Jang Ingyu1-1/+1
2025-10-29IB/sa: Fix sa_local_svc_timeout_ms read raceVlad Dumitrescu1-2/+4
2025-10-29RDMA/core: Resolve MAC of next-hop device without ARP supportParav Pandit1-7/+3
2025-10-29RDMA/cm: Rate limit destroy CM ID timeout error messageHåkon Bugge1-2/+2
2025-08-28RDMA/core: reduce stack using in nldev_stat_get_doit()Arnd Bergmann1-10/+12
2025-08-28RDMA/core: Rate limit GID cache warning messagesMaor Gottlieb1-2/+2
2025-07-17RDMA/iwcm: Fix use-after-free of work objects after cm_id destructionShin'ichiro Kawasaki1-14/+15
2025-07-17RDMA/core: Use refcount_t instead of atomic_t on refcount of iwcm_id_privateWeihang Li2-6/+5
2025-05-02RDMA/core: Silence oversized kvmalloc() warningShay Drory1-2/+4
2025-04-10IB/mad: Check available slots before posting receive WRsMaher Sanalla1-18/+20
2025-01-09RDMA/uverbs: Prevent integer overflow issueDan Carpenter1-7/+9
2024-10-17RDMA/mad: Improve handling of timed out WRs of mad agentSaravanan Vajravel1-6/+8
2024-10-17RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependencyZhu Yanjun1-1/+1
2024-08-19RDMA/iwcm: Fix a use-after-free related to destroying CM IDsBart Van Assche1-4/+7
2024-08-19RDMA/device: Return error earlier if port in not validLeon Romanovsky1-3/+3
2024-07-18IB/core: Implement a limit on UMAD receive ListMichael Guralnik1-6/+15
2024-05-02RDMA/cm: Print the old state when cm_destroy_id gets timeoutMark Zhang1-4/+7
2024-04-13RDMA/cm: add timeout to cm_destroy_id waitManjunath Patil1-1/+19
2024-03-27RDMA/device: Fix a race between mad_client and cm_client initShifeng Li1-15/+22
2023-10-10RDMA/uverbs: Fix typo of sizeof argumentKonstantin Meskhidze1-1/+1
2023-10-10RDMA/cma: Fix truncation compilation warning in make_cma_portsLeon Romanovsky1-1/+1
2023-10-10RDMA/cma: Initialize ib_sa_multicast structure to 0 when joinMark Zhang1-1/+1
2023-10-10RDMA/core: Require admin capabilities to set system parametersLeon Romanovsky1-0/+1
2023-09-19IB/uverbs: Fix an potential error pointer dereferenceXiang Yang1-0/+2
2023-07-27RDMA/cma: Ensure rdma_addr_cancel() happens before issuing more requestsJason Gunthorpe2-0/+24
2023-07-27RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe2-1/+12
2023-06-21IB/uverbs: Fix to consider event queue closing also upon non-blocking modeYishai Hadas1-7/+5
2023-06-21RDMA/cma: Always set static rate to 0 for RoCEMark Zhang1-2/+2
2023-06-21RDMA/uverbs: Restrict usage of privileged QKEYsEdward Srouji1-1/+6
2023-05-30RDMA/core: Fix multiple -Warray-bounds warningsGustavo A. R. Silva1-9/+14
2023-05-17RDMA/cm: Trace icm_send_rej event before the cm state is resetMark Zhang1-1/+2
2023-04-20RDMA/core: Fix GID entry ref leak when create_ah failsSaravanan Vajravel1-0/+2
2023-04-20RDMA/cma: Allow UD qp_type to join multicast onlyMark Zhang1-26/+34
2023-02-01RDMA/core: Fix ib block iterator counter overflowYonatan Nachum1-2/+5
2023-01-14RDMA/nldev: Fix failure to send large messagesMark Zhang1-1/+1
2023-01-14RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps()Yuan Can1-0/+2
2023-01-14RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected portMark Zhang1-1/+1
2023-01-14RDMA/core: Fix order of nldev_exit callLeon Romanovsky1-1/+1
2022-11-10RDMA/core: Fix null-ptr-deref in ib_core_cleanup()Chen Zhongjin2-2/+10
2022-11-10RDMA/cma: Use output interface for net_dev checkHåkon Bugge1-1/+1
2022-10-26IB: Set IOVA/LENGTH on IB_MR in core/uverbs layersDaisuke Matsuda2-1/+6
2022-10-26RDMA/cm: Use SLID in the work completion as the DLID in responder sideMark Zhang1-7/+7
2022-09-15IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas1-1/+1
2022-09-15RDMA/cma: Fix arguments order in net device validationMichael Guralnik1-2/+2
2022-07-07RDMA/cm: Fix memory leak in ib_cm_insert_listenMiaoqian Lin1-1/+3
2022-04-08IB/cma: Allow XRC INI QPs to set their local ACK timeoutHåkon Bugge1-1/+1
2022-04-08RDMA/core: Set MR type in ib_reg_user_mrMaor Gottlieb1-0/+1