summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2024-04-27RDMA/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
2024-03-06trace: Relocate event helper filesChuck Lever2-2/+2
2024-03-06RDMA/core: Update CMA destination address on rdma_resolve_addrShiraz Saleem1-0/+2
2024-03-06RDMA/core: Refactor rdma_bind_addrPatrisious Haddad1-123/+130
2024-03-06RDMA/core: Fix multiple -Warray-bounds warningsGustavo A. R. Silva1-9/+14
2023-12-13RDMA/core: Fix umem iterator when PAGE_SIZE is greater then HCA pgszMike Marciniszyn1-6/+0
2023-11-20RDMA/core: Use size_{add,sub,mul}() in calls to struct_size()Gustavo A. R. Silva4-8/+12
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-13IB/uverbs: Fix an potential error pointer dereferenceXiang Yang1-0/+2
2023-08-16RDMA/umem: Set iova in ODP flowMichael Guralnik1-1/+2
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-11RDMA/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-03-11RDMA/cma: Distinguish between sockaddr_in and sockaddr_in6 by sizeKees Cook1-5/+12
2023-02-01RDMA/core: Fix ib block iterator counter overflowYonatan Nachum1-2/+5
2022-12-31RDMA/nldev: Fix failure to send large messagesMark Zhang1-1/+1
2022-12-31RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps()Yuan Can1-0/+2
2022-12-31RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected portMark Zhang1-1/+1
2022-12-31RDMA/core: Make sure "ib_port" is valid when access sysfs nodeMark Zhang1-6/+11
2022-12-31RDMA/restrack: Release MR restrack when deleteMark Zhang1-2/+0
2022-12-31IB/mad: Don't call to function that might sleep while in atomic contextLeonid Ravich1-5/+0
2022-12-31RDMA/core: Fix order of nldev_exit callLeon Romanovsky1-1/+1
2022-10-28RDMA/core: Fix null-ptr-deref in ib_core_cleanup()Chen Zhongjin2-2/+10
2022-10-19RDMA/cma: Use output interface for net_dev checkHÃ¥kon Bugge1-1/+1
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-07Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe3-4/+10
2022-09-27RDMA/core: Add UVERBS_ATTR_RAW_FDJason Gunthorpe1-0/+8
2022-09-22RDMA/core: Clean up a variable name in ib_create_srq_user()Dan Carpenter1-1/+1
2022-09-22IB: Set IOVA/LENGTH on IB_MR in core/uverbs layersDaisuke Matsuda2-1/+6
2022-09-22RDMA/cm: Use DLID from inbound/outbound PathRecords as the datapath DLIDMark Zhang2-2/+25
2022-09-22RDMA/cm: Use SLID in the work completion as the DLID in responder sideMark Zhang1-7/+7
2022-09-22RDMA/cma: Multiple path records support with netlink channelMark Zhang2-84/+221
2022-09-22RDMA/core: Rename rdma_route.num_paths field to num_pri_alt_pathsMark Zhang2-14/+14
2022-09-05IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas1-1/+1
2022-08-30IB/cm: Refactor cm_insert_listen() and cm_find_listen()Mark Zhang1-20/+15
2022-08-30IB/cm: remove cm_id_priv->id.service_mask and service_mask parameter of cm_in...Mark Zhang1-20/+8
2022-08-30IB/cm: Remove the service_mask parameter from ib_cm_listen()Mark Zhang1-6/+2
2022-08-29RDMA/cma: Fix arguments order in net device validationMichael Guralnik1-2/+2
2022-08-28RDMA/core: Remove 'device' argument from rdma_build_skb()Yunsheng Lin1-3/+2
2022-08-23IB/mlx5: Remove duplicate header inclusion related to ODPDaisuke Matsuda1-2/+0
2022-08-21IB: move from strlcpy with unused retval to strscpyWolfram Sang2-3/+3
2022-08-16RDMA: Handle the return code from dma_resv_wait_timeout() properlyJason Gunthorpe1-1/+7