summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/siw
AgeCommit message (Expand)AuthorFilesLines
2025-05-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds6-37/+12
2025-05-22RDMA/siw: use skb_crc32c() instead of __skb_checksum()Eric Biggers2-21/+2
2025-05-12RDMA/siw: replace redundant ternary operator with just rvColin Ian King1-1/+1
2025-05-06RDMA/siw: Remove unused siw_mem_addDr. David Alan Gilbert2-25/+0
2025-04-09RDMA: Don't use %pK through printkThomas Weißschuh5-11/+11
2025-03-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds7-113/+74
2025-03-03RDMA/siw: Switch to using the crc32c libraryEric Biggers7-113/+74
2025-02-09lib/crc32: rename __crc32c_le_combine() to crc32c_combine()Eric Biggers1-2/+2
2025-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-11/+2
2024-12-25RDMA/siw: Remove deliver net device eventYuyu Li3-21/+2
2024-12-19RDMA/siw: Remove direct link to net_deviceBernard Metzler4-35/+49
2024-10-11RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGESShowrya M N1-0/+2
2024-07-29RDMA/siw: Remove NETDEV_GOING_DOWN event handlerShowrya M N2-39/+0
2024-07-04RDMA/core: Introduce "name_assign_type" for an IB deviceMark Zhang1-0/+1
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger2-3/+4
2023-12-05RDMA/siw: Call orq_get_current if possibleGuoqing Jiang1-1/+1
2023-12-05RDMA/siw: Set qp_state in siw_query_qpGuoqing Jiang1-0/+10
2023-12-05RDMA/siw: Reduce memory usage of struct siw_rx_streamGuoqing Jiang1-3/+3
2023-12-05RDMA/siw: Move tx_cpu aheadGuoqing Jiang1-1/+1
2023-11-15RDMA/siw: Update comments for siw_qp_sq_processGuoqing Jiang1-3/+2
2023-11-15RDMA/siw: Introduce siw_destroy_cep_sockGuoqing Jiang1-14/+12
2023-11-15RDMA/siw: Only check attrs->cap.max_send_wr in siw_create_qpGuoqing Jiang1-13/+5
2023-11-15RDMA/siw: Fix typoGuoqing Jiang1-1/+1
2023-11-15RDMA/siw: Remove siw_sk_save_upcallsGuoqing Jiang1-11/+5
2023-11-15RDMA/siw: Cleanup siw_acceptGuoqing Jiang1-27/+14
2023-11-15RDMA/siw: Introduce siw_free_cm_idGuoqing Jiang1-16/+14
2023-11-15RDMA/siw: Introduce siw_cep_set_free_and_putGuoqing Jiang1-17/+14
2023-11-15RDMA/siw: Add one parameter to siw_destroy_cpulistGuoqing Jiang1-16/+14
2023-11-15RDMA/siw: Introduce SIW_STAG_MAX_INDEXGuoqing Jiang1-5/+7
2023-11-15RDMA/siw: Factor out siw_rx_data helperGuoqing Jiang1-33/+20
2023-11-15RDMA/siw: No need to check term_info.valid before call siw_send_terminateGuoqing Jiang1-3/+2
2023-11-15RDMA/siw: Remove rcu from siw_qpGuoqing Jiang1-1/+0
2023-11-15RDMA/siw: Remove goto lable in siw_mmapGuoqing Jiang1-4/+1
2023-11-15RDMA/siw: Use iov.iov_len in kernel_sendmsgGuoqing Jiang1-2/+1
2023-11-15RDMA/siw: Introduce siw_update_skb_rcvdGuoqing Jiang1-19/+12
2023-11-15RDMA/siw: Introduce siw_get_pageGuoqing Jiang1-19/+12
2023-11-13RDMA/siw: Use crypto_shash_digest() in siw_qp_prepare_tx()Eric Biggers1-8/+4
2023-11-13RDMA/siw: Use ib_umem_get() to pin user pagesBernard Metzler4-89/+47
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