summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/siw
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe2022-10-061-4/+14
|\
| * RDMA/siw: Pass a pointer to virt_to_page()Linus Walleij2022-09-041-4/+14
* | RDMA/siw: Fix QP destroy to wait for all references dropped.Bernard Metzler2022-09-203-1/+5
* | RDMA/siw: Always consume all skbuf data in sk_data_ready() upcall.Bernard Metzler2022-09-201-12/+15
* | RDMA/siw: Add missing Kconfig selectionsTom Talpey2022-09-011-1/+4
|/
* RDMA/siw: Fix duplicated reported IW_CM_EVENT_CONNECT_REPLY eventCheng Xu2022-07-181-3/+4
* RDMA: remove useless condition in siw_create_cq()Andrey Strachuk2022-07-181-1/+1
* Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe2022-05-241-3/+4
|\
| * RDMA/siw: Fix a condition race issue in MPA request processingCheng Xu2022-05-041-3/+4
* | RDMA/siw: Enable siw on tunnel devicesBernard Metzler2022-05-111-2/+3
* | RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-2/+2
|/
* RDMA/siw: Fix broken RDMA Read Fence/Resume logic.Bernard Metzler2022-02-012-15/+12
* RDMA/siw: Fix refcounting leak in siw_create_qp()Dan Carpenter2022-01-281-1/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-4/+3
|\
| * RDMA/siw: make use of the helper function kthread_run_on_cpu()Cai Huoqing2022-01-151-4/+3
* | RDMA/siw: Use max() instead of doing it manuallyJiapeng Chong2021-12-061-1/+1
* | RDMA/siw: Use helper function to set sys_image_guidKamal Heib2021-11-251-1/+3
|/
* RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-121-3/+1
* RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-034-36/+26
* RDMA/siw: Convert siw_tx_hdt() to kmap_local_page()Ira Weiny2021-07-151-11/+19
* RDMA/siw: Remove kmap()Ira Weiny2021-07-151-6/+8
* RDMA/siw: Release xarray entryLeon Romanovsky2021-05-101-1/+1
* RDMA/siw: Properly check send and receive CQ pointersLeon Romanovsky2021-05-101-6/+3
* RDMA/siw: Fix a use after free in siw_alloc_mrLv Yunlong2021-04-271-2/+2
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-262-9/+9
* RDMA: Delete not-used static inline functionsLeon Romanovsky2021-03-222-18/+0
* RDMA/iwcm: Allow AFONLY binding for IPv6 addressesBernard Metzler2021-03-101-2/+17
* RDMA/siw: Fix calculation of tx_valid_cpus sizeKamal Heib2021-02-081-1/+1
* RDMA/siw: Fix handling of zero-sized Read and Receive Queues.Bernard Metzler2021-01-085-146/+177
* RDMA: Convert comma to semicolonZheng Yongjun2021-01-071-1/+1
* RDMA/siw,rxe: Make emulated devices virtual in the device treeJason Gunthorpe2020-11-231-18/+1
* RDMA/core: remove use of dma_virt_opsChristoph Hellwig2020-11-173-9/+0
* Merge branch 'for-rc' into rdma.gitJason Gunthorpe2020-11-172-2/+6
|\
| * RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configsChristoph Hellwig2020-11-121-0/+1
| * RDMA: Fix software RDMA drivers for dma mapping errorParav Pandit2020-11-021-2/+5
* | RDMA/rxe,siw: Restore uverbs_cmd_mask IB_USER_VERBS_CMD_POST_SENDJason Gunthorpe2020-11-021-0/+2
* | RDMA/siw: Fix typo of EAGAIN not -EAGAIN in siw_cm_work_handler()Zhang Qilong2020-11-021-1/+1
* | RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe2020-10-261-6/+0
* | RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-0/+3
* | RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-0/+3
* | RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+3
* | RDMA: Check srq_type during create_srqJason Gunthorpe2020-10-261-0/+3
* | RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-261-5/+1
* | RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-15/+1
|/
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-4/+4
* RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-092-2/+3
* RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-092-2/+3
* RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-092-2/+3
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-6/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-063-13/+2
|\