summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* IB/uverbs: Fix to consider event queue closing also upon non-blocking modeYishai Hadas2023-06-211-7/+5
* RDMA/cma: Always set static rate to 0 for RoCEMark Zhang2023-06-211-2/+2
* RDMA/uverbs: Restrict usage of privileged QKEYsEdward Srouji2023-06-211-1/+6
* RDMA/cm: Trace icm_send_rej event before the cm state is resetMark Zhang2023-05-111-1/+2
* RDMA/core: Fix GID entry ref leak when create_ah failsSaravanan Vajravel2023-04-201-0/+2
* RDMA/cma: Allow UD qp_type to join multicast onlyMark Zhang2023-04-201-26/+34
* RDMA/cma: Distinguish between sockaddr_in and sockaddr_in6 by sizeKees Cook2023-03-111-5/+12
* RDMA/core: Fix ib block iterator counter overflowYonatan Nachum2023-02-011-2/+5
* RDMA/nldev: Fix failure to send large messagesMark Zhang2022-12-311-1/+1
* RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps()Yuan Can2022-12-311-0/+2
* RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected portMark Zhang2022-12-311-1/+1
* RDMA/core: Make sure "ib_port" is valid when access sysfs nodeMark Zhang2022-12-311-6/+11
* RDMA/restrack: Release MR restrack when deleteMark Zhang2022-12-311-2/+0
* IB/mad: Don't call to function that might sleep while in atomic contextLeonid Ravich2022-12-311-5/+0
* RDMA/core: Fix order of nldev_exit callLeon Romanovsky2022-12-311-1/+1
* RDMA/core: Fix null-ptr-deref in ib_core_cleanup()Chen Zhongjin2022-10-282-2/+10
* RDMA/cma: Use output interface for net_dev checkHÃ¥kon Bugge2022-10-191-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe2022-10-063-4/+10
|\
| * IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas2022-09-051-1/+1
| * RDMA/cma: Fix arguments order in net device validationMichael Guralnik2022-08-291-2/+2
| * RDMA: Handle the return code from dma_resv_wait_timeout() properlyJason Gunthorpe2022-08-161-1/+7
* | RDMA/core: Add UVERBS_ATTR_RAW_FDJason Gunthorpe2022-09-271-0/+8
* | RDMA/core: Clean up a variable name in ib_create_srq_user()Dan Carpenter2022-09-221-1/+1
* | IB: Set IOVA/LENGTH on IB_MR in core/uverbs layersDaisuke Matsuda2022-09-222-1/+6
* | RDMA/cm: Use DLID from inbound/outbound PathRecords as the datapath DLIDMark Zhang2022-09-222-2/+25
* | RDMA/cm: Use SLID in the work completion as the DLID in responder sideMark Zhang2022-09-221-7/+7
* | RDMA/cma: Multiple path records support with netlink channelMark Zhang2022-09-222-84/+221
* | RDMA/core: Rename rdma_route.num_paths field to num_pri_alt_pathsMark Zhang2022-09-222-14/+14
* | IB/cm: Refactor cm_insert_listen() and cm_find_listen()Mark Zhang2022-08-301-20/+15
* | IB/cm: remove cm_id_priv->id.service_mask and service_mask parameter of cm_in...Mark Zhang2022-08-301-20/+8
* | IB/cm: Remove the service_mask parameter from ib_cm_listen()Mark Zhang2022-08-301-6/+2
* | RDMA/core: Remove 'device' argument from rdma_build_skb()Yunsheng Lin2022-08-281-3/+2
* | IB/mlx5: Remove duplicate header inclusion related to ODPDaisuke Matsuda2022-08-231-2/+0
* | IB: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-212-3/+3
|/
* Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-061-36/+9
|\
| * RDMA/rw: drop pci_p2pdma_[un]map_sg()Logan Gunthorpe2022-07-261-36/+9
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-08-044-14/+221
|\ \
| * | IB: Fix repeated words 'the the' commentsSlark Xiao2022-07-221-1/+1
| * | RDMA: Correct duplicated words in commentsJiang Jian2022-06-241-1/+1
| * | RDMA/core: Add a netevent notifier to cmaPatrisious Haddad2022-06-161-0/+81
| * | RDMA/core: Add an rb_tree that stores cm_ids sorted by ifindex and remote IPPatrisious Haddad2022-06-162-12/+138
| |/
* / RDMA/cm: Fix memory leak in ib_cm_insert_listenMiaoqian Lin2022-06-241-1/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-05-266-25/+29
|\
| * Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe2022-05-241-2/+1
| |\
| * | IB/core: Fix typo in commentJulia Lawall2022-05-241-1/+1
| * | RDMA/core: Avoid flush_workqueue(system_unbound_wq) usageTetsuo Handa2022-04-251-10/+14
| * | Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jason Gunthorpe2022-04-122-384/+1
| |\ \
| * | | IB/SA: Replace usage of found with dedicated list iterator variableJakob Koschel2022-04-081-8/+8
| * | | RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-063-9/+7