aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/siw (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-06Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe1-4/+14
2022-09-20RDMA/siw: Fix QP destroy to wait for all references dropped.Bernard Metzler3-1/+5
2022-09-20RDMA/siw: Always consume all skbuf data in sk_data_ready() upcall.Bernard Metzler1-12/+15
2022-09-04RDMA/siw: Pass a pointer to virt_to_page()Linus Walleij1-4/+14
2022-09-01RDMA/siw: Add missing Kconfig selectionsTom Talpey1-1/+4
2022-07-18RDMA/siw: Fix duplicated reported IW_CM_EVENT_CONNECT_REPLY eventCheng Xu1-3/+4
2022-07-18RDMA: remove useless condition in siw_create_cq()Andrey Strachuk1-1/+1
2022-05-24Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe1-3/+4
2022-05-11RDMA/siw: Enable siw on tunnel devicesBernard Metzler1-2/+3
2022-05-04RDMA/siw: Fix a condition race issue in MPA request processingCheng Xu1-3/+4
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-2/+2
2022-02-01RDMA/siw: Fix broken RDMA Read Fence/Resume logic.Bernard Metzler2-15/+12
2022-01-28RDMA/siw: Fix refcounting leak in siw_create_qp()Dan Carpenter1-1/+2
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+3
2022-01-15RDMA/siw: make use of the helper function kthread_run_on_cpu()Cai Huoqing1-4/+3
2021-12-06RDMA/siw: Use max() instead of doing it manuallyJiapeng Chong1-1/+1
2021-11-25RDMA/siw: Use helper function to set sys_image_guidKamal Heib1-1/+3
2021-10-12RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-3/+1
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky4-36/+26
2021-07-15RDMA/siw: Convert siw_tx_hdt() to kmap_local_page()Ira Weiny1-11/+19
2021-07-15RDMA/siw: Remove kmap()Ira Weiny1-6/+8
2021-05-10RDMA/siw: Release xarray entryLeon Romanovsky1-1/+1
2021-05-10RDMA/siw: Properly check send and receive CQ pointersLeon Romanovsky1-6/+3
2021-04-27RDMA/siw: Fix a use after free in siw_alloc_mrLv Yunlong1-2/+2
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch2-9/+9
2021-03-22RDMA: Delete not-used static inline functionsLeon Romanovsky2-18/+0
2021-03-10RDMA/iwcm: Allow AFONLY binding for IPv6 addressesBernard Metzler1-2/+17
2021-02-08RDMA/siw: Fix calculation of tx_valid_cpus sizeKamal Heib1-1/+1
2021-01-08RDMA/siw: Fix handling of zero-sized Read and Receive Queues.Bernard Metzler5-146/+177
2021-01-07RDMA: Convert comma to semicolonZheng Yongjun1-1/+1
2020-11-23RDMA/siw,rxe: Make emulated devices virtual in the device treeJason Gunthorpe1-18/+1
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig3-9/+0
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe2-2/+6
2020-11-12RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configsChristoph Hellwig1-0/+1
2020-11-02RDMA/rxe,siw: Restore uverbs_cmd_mask IB_USER_VERBS_CMD_POST_SENDJason Gunthorpe1-0/+2
2020-11-02RDMA/siw: Fix typo of EAGAIN not -EAGAIN in siw_cm_work_handler()Zhang Qilong1-1/+1
2020-11-02RDMA: Fix software RDMA drivers for dma mapping errorParav Pandit1-2/+5
2020-10-26RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe1-6/+0
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe1-0/+3
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe1-0/+3
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe1-0/+3
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe1-0/+3
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe1-5/+1
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe1-15/+1
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-4/+4
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky2-2/+3
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2-2/+3
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2-2/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-6/+4
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-13/+2