summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/siw
AgeCommit message (Expand)AuthorFilesLines
2023-10-31Merge tag 'v6.6' into rdma.git for-nextJason Gunthorpe1-4/+12
2023-10-02RDMA/siw: Annotate struct siw_pbl with __counted_byKees Cook1-1/+1
2023-09-11RDMA/siw: Fix connection failure handlingBernard Metzler1-4/+12
2023-09-11IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski13-13/+13
2023-08-22RDMA/siw: Call llist_reverse_order in siw_run_sqGuoqing Jiang1-7/+1
2023-08-22RDMA/siw: Correct wrong debug messageGuoqing Jiang1-1/+1
2023-08-22RDMA/siw: Balance the reference of cep->kref in the error pathGuoqing Jiang1-1/+0
2023-07-31RDMA/siw: Fix tx thread initialization.Bernard Metzler3-44/+43
2023-07-21RDMA/siw: Fabricate a GID on tun and loopback devicesChuck Lever3-16/+11
2023-07-21RDMA/siw: use vmalloc_array and vcallocJulia Lawall2-5/+5
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-5/+11
2023-06-25tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells1-3/+2
2023-06-10mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes1-1/+1
2023-05-24siw: Inline do_tcp_sendpages()David Howells1-5/+12
2023-04-16RDMA: Add ib_virt_dma_to_page()Jason Gunthorpe3-18/+11
2023-04-03RDMA/siw: Remove namespace check from siw_netdev_event()Tetsuo Handa1-3/+0
2023-03-13RDMA/siw: Fix potential page_array out of range accessDaniil Dulov1-1/+1
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-11/+12
2023-02-06RDMA/siw: Fix user page pinning accountingBernard Metzler1-11/+12
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye2-0/+8
2022-12-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2022-12-16RDMA/siw: Fix pointer cast warningArnd Bergmann1-1/+1
2022-12-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-6/+58
2022-12-01RDMA/siw: remove FOLL_FORCE usageDavid Hildenbrand1-5/+4
2022-11-15RDMA/siw: Set defined status for work completion with undefined statusBernard Metzler1-2/+2
2022-11-09RDMA/siw: Fix immediate work request flush to completion queueBernard Metzler2-6/+58
2022-10-07Merge 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-05RDMA/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-07RDMA/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