summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/siw
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-5/+11
|\
| * tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells2023-06-241-3/+2
| * siw: Inline do_tcp_sendpages()David Howells2023-05-231-5/+12
* | mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2023-06-091-1/+1
|/
* RDMA: Add ib_virt_dma_to_page()Jason Gunthorpe2023-04-163-18/+11
* RDMA/siw: Remove namespace check from siw_netdev_event()Tetsuo Handa2023-04-031-3/+0
* RDMA/siw: Fix potential page_array out of range accessDaniil Dulov2023-03-131-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-02-241-11/+12
|\
| * RDMA/siw: Fix user page pinning accountingBernard Metzler2023-02-061-11/+12
* | net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-232-0/+8
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-12-171-1/+1
|\
| * RDMA/siw: Fix pointer cast warningArnd Bergmann2022-12-161-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-12-142-6/+58
|\|
| * RDMA/siw: Set defined status for work completion with undefined statusBernard Metzler2022-11-151-2/+2
| * RDMA/siw: Fix immediate work request flush to completion queueBernard Metzler2022-11-092-6/+58
* | RDMA/siw: remove FOLL_FORCE usageDavid Hildenbrand2022-11-301-5/+4
|/
* 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