aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/siw
AgeCommit message (Expand)AuthorFilesLines
2022-07-18RDMA/siw: Fix duplicated reported IW_CM_EVENT_CONNECT_REPLY eventGravatar Cheng Xu 1-3/+4
2022-07-18RDMA: remove useless condition in siw_create_cq()Gravatar Andrey Strachuk 1-1/+1
2022-05-24Merge tag 'v5.18' into rdma.git for-nextGravatar Jason Gunthorpe 1-3/+4
2022-05-11RDMA/siw: Enable siw on tunnel devicesGravatar Bernard Metzler 1-2/+3
2022-05-04RDMA/siw: Fix a condition race issue in MPA request processingGravatar Cheng Xu 1-3/+4
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsGravatar Jason Gunthorpe 1-2/+2
2022-02-01RDMA/siw: Fix broken RDMA Read Fence/Resume logic.Gravatar Bernard Metzler 2-15/+12
2022-01-28RDMA/siw: Fix refcounting leak in siw_create_qp()Gravatar Dan Carpenter 1-1/+2
2022-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+3
2022-01-15RDMA/siw: make use of the helper function kthread_run_on_cpu()Gravatar Cai Huoqing 1-4/+3
2021-12-06RDMA/siw: Use max() instead of doing it manuallyGravatar Jiapeng Chong 1-1/+1
2021-11-25RDMA/siw: Use helper function to set sys_image_guidGravatar Kamal Heib 1-1/+3
2021-10-12RDMA: Remove redundant 'flush_workqueue()' callsGravatar Christophe JAILLET 1-3/+1
2021-08-03RDMA: Globally allocate and release QP memoryGravatar Leon Romanovsky 4-36/+26
2021-07-15RDMA/siw: Convert siw_tx_hdt() to kmap_local_page()Gravatar Ira Weiny 1-11/+19
2021-07-15RDMA/siw: Remove kmap()Gravatar Ira Weiny 1-6/+8
2021-05-10RDMA/siw: Release xarray entryGravatar Leon Romanovsky 1-1/+1
2021-05-10RDMA/siw: Properly check send and receive CQ pointersGravatar Leon Romanovsky 1-6/+3
2021-04-27RDMA/siw: Fix a use after free in siw_alloc_mrGravatar Lv Yunlong 1-2/+2
2021-03-26RDMA: Support more than 255 rdma portsGravatar Mark Bloch 2-9/+9
2021-03-22RDMA: Delete not-used static inline functionsGravatar Leon Romanovsky 2-18/+0
2021-03-10RDMA/iwcm: Allow AFONLY binding for IPv6 addressesGravatar Bernard Metzler 1-2/+17
2021-02-08RDMA/siw: Fix calculation of tx_valid_cpus sizeGravatar Kamal Heib 1-1/+1
2021-01-08RDMA/siw: Fix handling of zero-sized Read and Receive Queues.Gravatar Bernard Metzler 5-146/+177
2021-01-07RDMA: Convert comma to semicolonGravatar Zheng Yongjun 1-1/+1
2020-11-23RDMA/siw,rxe: Make emulated devices virtual in the device treeGravatar Jason Gunthorpe 1-18/+1
2020-11-17RDMA/core: remove use of dma_virt_opsGravatar Christoph Hellwig 3-9/+0
2020-11-17Merge branch 'for-rc' into rdma.gitGravatar Jason Gunthorpe 2-2/+6
2020-11-12RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configsGravatar Christoph Hellwig 1-0/+1
2020-11-02RDMA/rxe,siw: Restore uverbs_cmd_mask IB_USER_VERBS_CMD_POST_SENDGravatar Jason Gunthorpe 1-0/+2
2020-11-02RDMA/siw: Fix typo of EAGAIN not -EAGAIN in siw_cm_work_handler()Gravatar Zhang Qilong 1-1/+1
2020-11-02RDMA: Fix software RDMA drivers for dma mapping errorGravatar Parav Pandit 1-2/+5
2020-10-26RDMA: Remove uverbs cmds from drivers that don't use themGravatar Jason Gunthorpe 1-6/+0
2020-10-26RDMA: Check create_flags during create_qpGravatar Jason Gunthorpe 1-0/+3
2020-10-26RDMA: Check flags during create_cqGravatar Jason Gunthorpe 1-0/+3
2020-10-26RDMA: Check attr_mask during modify_qpGravatar Jason Gunthorpe 1-0/+3
2020-10-26RDMA: Check srq_type during create_srqGravatar Jason Gunthorpe 1-0/+3
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreGravatar Jason Gunthorpe 1-5/+1
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setGravatar Jason Gunthorpe 1-15/+1
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceGravatar Jason Gunthorpe 1-4/+4
2020-09-09RDMA: Allow fail of destroy CQGravatar Leon Romanovsky 2-2/+3
2020-09-09RDMA: Restore ability to fail on SRQ destroyGravatar Leon Romanovsky 2-2/+3
2020-09-09RDMA: Restore ability to fail on PD deallocateGravatar Leon Romanovsky 2-2/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 3-6/+4
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 3-13/+2
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-07-20RDMA/siw: Remove the query_pkey callbackGravatar Kamal Heib 3-11/+0
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-07-08RDMA/siw: Fix reporting vendor_part_idGravatar Kamal Heib 1-1/+2
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGravatar Gal Pressman 2-2/+2