summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/siw
AgeCommit message (Expand)Author
2023-04-16RDMA: Add ib_virt_dma_to_page()Jason Gunthorpe
2023-04-03RDMA/siw: Remove namespace check from siw_netdev_event()Tetsuo Handa
2023-03-13RDMA/siw: Fix potential page_array out of range accessDaniil Dulov
2023-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-02-06RDMA/siw: Fix user page pinning accountingBernard Metzler
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye
2022-12-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-12-16RDMA/siw: Fix pointer cast warningArnd Bergmann
2022-12-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-11-30RDMA/siw: remove FOLL_FORCE usageDavid Hildenbrand
2022-11-15RDMA/siw: Set defined status for work completion with undefined statusBernard Metzler
2022-11-09RDMA/siw: Fix immediate work request flush to completion queueBernard Metzler
2022-10-06Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe
2022-09-20RDMA/siw: Fix QP destroy to wait for all references dropped.Bernard Metzler
2022-09-20RDMA/siw: Always consume all skbuf data in sk_data_ready() upcall.Bernard Metzler
2022-09-04RDMA/siw: Pass a pointer to virt_to_page()Linus Walleij
2022-09-01RDMA/siw: Add missing Kconfig selectionsTom Talpey
2022-07-18RDMA/siw: Fix duplicated reported IW_CM_EVENT_CONNECT_REPLY eventCheng Xu
2022-07-18RDMA: remove useless condition in siw_create_cq()Andrey Strachuk
2022-05-24Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe
2022-05-11RDMA/siw: Enable siw on tunnel devicesBernard Metzler
2022-05-04RDMA/siw: Fix a condition race issue in MPA request processingCheng Xu
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe
2022-02-01RDMA/siw: Fix broken RDMA Read Fence/Resume logic.Bernard Metzler
2022-01-28RDMA/siw: Fix refcounting leak in siw_create_qp()Dan Carpenter
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15RDMA/siw: make use of the helper function kthread_run_on_cpu()Cai Huoqing
2021-12-06RDMA/siw: Use max() instead of doing it manuallyJiapeng Chong
2021-11-25RDMA/siw: Use helper function to set sys_image_guidKamal Heib
2021-10-12RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky
2021-07-15RDMA/siw: Convert siw_tx_hdt() to kmap_local_page()Ira Weiny
2021-07-15RDMA/siw: Remove kmap()Ira Weiny
2021-05-10RDMA/siw: Release xarray entryLeon Romanovsky
2021-05-10RDMA/siw: Properly check send and receive CQ pointersLeon Romanovsky
2021-04-27RDMA/siw: Fix a use after free in siw_alloc_mrLv Yunlong
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch
2021-03-22RDMA: Delete not-used static inline functionsLeon Romanovsky
2021-03-10RDMA/iwcm: Allow AFONLY binding for IPv6 addressesBernard Metzler
2021-02-08RDMA/siw: Fix calculation of tx_valid_cpus sizeKamal Heib
2021-01-08RDMA/siw: Fix handling of zero-sized Read and Receive Queues.Bernard Metzler
2021-01-07RDMA: Convert comma to semicolonZheng Yongjun
2020-11-23RDMA/siw,rxe: Make emulated devices virtual in the device treeJason Gunthorpe
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe
2020-11-12RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configsChristoph Hellwig
2020-11-02RDMA/rxe,siw: Restore uverbs_cmd_mask IB_USER_VERBS_CMD_POST_SENDJason Gunthorpe
2020-11-02RDMA/siw: Fix typo of EAGAIN not -EAGAIN in siw_cm_work_handler()Zhang Qilong
2020-11-02RDMA: Fix software RDMA drivers for dma mapping errorParav Pandit
2020-10-26RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe