summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/siw (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/siw: Call orq_get_current if possibleGuoqing Jiang2023-12-051-1/+1
* RDMA/siw: Set qp_state in siw_query_qpGuoqing Jiang2023-12-051-0/+10
* RDMA/siw: Reduce memory usage of struct siw_rx_streamGuoqing Jiang2023-12-051-3/+3
* RDMA/siw: Move tx_cpu aheadGuoqing Jiang2023-12-051-1/+1
* RDMA/siw: Update comments for siw_qp_sq_processGuoqing Jiang2023-11-151-3/+2
* RDMA/siw: Introduce siw_destroy_cep_sockGuoqing Jiang2023-11-151-14/+12
* RDMA/siw: Only check attrs->cap.max_send_wr in siw_create_qpGuoqing Jiang2023-11-151-13/+5
* RDMA/siw: Fix typoGuoqing Jiang2023-11-151-1/+1
* RDMA/siw: Remove siw_sk_save_upcallsGuoqing Jiang2023-11-151-11/+5
* RDMA/siw: Cleanup siw_acceptGuoqing Jiang2023-11-151-27/+14
* RDMA/siw: Introduce siw_free_cm_idGuoqing Jiang2023-11-151-16/+14
* RDMA/siw: Introduce siw_cep_set_free_and_putGuoqing Jiang2023-11-151-17/+14
* RDMA/siw: Add one parameter to siw_destroy_cpulistGuoqing Jiang2023-11-151-16/+14
* RDMA/siw: Introduce SIW_STAG_MAX_INDEXGuoqing Jiang2023-11-151-5/+7
* RDMA/siw: Factor out siw_rx_data helperGuoqing Jiang2023-11-151-33/+20
* RDMA/siw: No need to check term_info.valid before call siw_send_terminateGuoqing Jiang2023-11-151-3/+2
* RDMA/siw: Remove rcu from siw_qpGuoqing Jiang2023-11-151-1/+0
* RDMA/siw: Remove goto lable in siw_mmapGuoqing Jiang2023-11-151-4/+1
* RDMA/siw: Use iov.iov_len in kernel_sendmsgGuoqing Jiang2023-11-151-2/+1
* RDMA/siw: Introduce siw_update_skb_rcvdGuoqing Jiang2023-11-151-19/+12
* RDMA/siw: Introduce siw_get_pageGuoqing Jiang2023-11-151-19/+12
* RDMA/siw: Use crypto_shash_digest() in siw_qp_prepare_tx()Eric Biggers2023-11-131-8/+4
* RDMA/siw: Use ib_umem_get() to pin user pagesBernard Metzler2023-11-134-89/+47
* Merge tag 'v6.6' into rdma.git for-nextJason Gunthorpe2023-10-311-4/+12
|\
| * RDMA/siw: Fix connection failure handlingBernard Metzler2023-09-111-4/+12
* | RDMA/siw: Annotate struct siw_pbl with __counted_byKees Cook2023-10-021-1/+1
* | IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski2023-09-1113-13/+13
|/
* RDMA/siw: Call llist_reverse_order in siw_run_sqGuoqing Jiang2023-08-221-7/+1
* RDMA/siw: Correct wrong debug messageGuoqing Jiang2023-08-221-1/+1
* RDMA/siw: Balance the reference of cep->kref in the error pathGuoqing Jiang2023-08-221-1/+0
* RDMA/siw: Fix tx thread initialization.Bernard Metzler2023-07-313-44/+43
* RDMA/siw: Fabricate a GID on tun and loopback devicesChuck Lever2023-07-213-16/+11
* RDMA/siw: use vmalloc_array and vcallocJulia Lawall2023-07-212-5/+5
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-291-5/+11
|\
| * tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells2023-06-251-3/+2
| * siw: Inline do_tcp_sendpages()David Howells2023-05-241-5/+12
* | mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2023-06-101-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-251-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-12-011-5/+4
|/
* Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe2022-10-071-4/+14
|\