summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/rw.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rw: drop pci_p2pdma_[un]map_sg()Logan Gunthorpe2022-07-261-36/+9
* mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-031-0/+1
* RDMA/rw: switch to dma_map_sgtable()Logan Gunthorpe2021-10-051-25/+41
* RDMA/core: Fix incorrect print format specifierWenpeng Liang2021-06-211-4/+4
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-12/+13
* RDMA: Use kzalloc for allocating only one thingZheng Yongjun2021-01-071-1/+1
* RDMA/core: remove use of dma_virt_opsChristoph Hellwig2020-11-171-1/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+0
* RDMA/rw: use DIV_ROUND_UP to calculate nr_opsMax Gurtovoy2020-04-151-1/+1
* RDMA/rw: map P2P memory correctly for signature operationsMax Gurtovoy2020-03-101-6/+6
* RDMA/rw: Fix error flow during RDMA context initializationMax Gurtovoy2020-02-201-11/+20
* RDMA/rw: Support threshold for registration vs scattering to local pagesYamin Friedman2019-10-221-10/+15
* PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()Logan Gunthorpe2019-08-161-2/+4
* Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-281-9/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1
* | RDMA/rw: Use IB_WR_REG_MR_INTEGRITY for PI handoverIsrael Rukshin2019-06-241-97/+70
* | RDMA/rw: Introduce rdma_rw_inv_key helperIsrael Rukshin2019-06-241-8/+17
* | RDMA/core: Rename signature qp create flag and signature device capabilityIsrael Rukshin2019-06-241-2/+2
* | RDMA/core: Add an integrity MR pool supportIsrael Rukshin2019-06-241-2/+2
* | RDMA/rw: Add info regarding SG count failureMax Gurtovoy2019-05-211-1/+2
* | RDMA/rw: Print the correct number of sig MRsIsrael Rukshin2019-05-211-1/+1
* | RDMA/rw: Fix doc typoIsrael Rukshin2019-05-211-1/+1
|/
* IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche2019-02-041-7/+5
* IB/core: Ensure we map P2P memory correctly in rdma_rw_ctx_[init|destroy]()Logan Gunthorpe2018-10-171-2/+9
* RDMA/core: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-241-2/+2
* RDMA/rw: Fix rdma_rw_ctx_signature_init() kernel-doc headerBart Van Assche2018-07-091-1/+1
* IB/core: type promotion bug in rdma_rw_init_one_mr()Dan Carpenter2018-07-041-1/+1
* IB/core: remove redundant check on prot_sg_cntColin Ian King2017-10-101-14/+10
* rdma core: Add rdma_rw_mr_payload()Chuck Lever2017-09-051-0/+24
* IB/core, RDMA RW API: Do not exceed QP SGE send limitBart Van Assche2016-08-021-8/+2
* IB/core: Make rdma_rw_ctx_init() initialize all used fieldsBart Van Assche2016-08-021-5/+9
* IB/core: Enhance ib_map_mr_sg()Bart Van Assche2016-05-131-1/+1
* IB/core: add RW API support for signature MRsChristoph Hellwig2016-05-131-5/+223
* IB/core: generic RDMA READ/WRITE APIChristoph Hellwig2016-05-131-0/+509