aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/siw/siw_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-0/+1
2021-02-08RDMA/siw: Fix calculation of tx_valid_cpus sizeKamal Heib1-1/+1
2021-01-07RDMA: Convert comma to semicolonZheng Yongjun1-1/+1
2020-11-23RDMA/siw,rxe: Make emulated devices virtual in the device treeJason Gunthorpe1-18/+1
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig1-7/+0
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe1-2/+5
2020-11-02RDMA/rxe,siw: Restore uverbs_cmd_mask IB_USER_VERBS_CMD_POST_SENDJason Gunthorpe1-0/+2
2020-11-02RDMA: Fix software RDMA drivers for dma mapping errorParav Pandit1-2/+5
2020-10-26RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe1-6/+0
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe1-5/+1
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe1-15/+1
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-4/+4
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+0
2020-07-20RDMA/siw: Remove the query_pkey callbackKamal Heib1-1/+0
2020-07-08RDMA/siw: Fix reporting vendor_part_idKamal Heib1-1/+2
2020-06-02RDMA: Remove 'max_fmr'Jason Gunthorpe1-1/+0
2020-03-04RDMA/siw: Fix failure handling during device creationBernard Metzler1-3/+3
2020-01-03RDMA/siw: Simplify QP representationBernard Metzler1-1/+1
2019-11-06RDMA/siw: Use the common mmap_xa helpersMichal Kalderon1-0/+1
2019-10-28RDMA/siw: Increase DMA max_segment_size parameterBart Van Assche1-0/+3
2019-10-22RDMA/siw: Fix SQ/RQ drain logicBernard Metzler1-20/+0
2019-10-04RDMA/siw: Make node GUIDs valid EUI-64 identifiersBart Van Assche1-3/+8
2019-08-12RDMA/siw: Fix a memory leak in siw_init_cpulist()Dan Carpenter1-3/+1
2019-07-22RDMA/siw: Fix error return code in siw_init_module()Wei Yongjun1-0/+1
2019-07-10RDMA/siw: Remove unnecessary kthread create/destroy printoutsBernard Metzler1-3/+1
2019-07-08RDMA/siw: Fix DEFINE_PER_CPU compilation when ARCH_NEEDS_WEAK_PER_CPUJason Gunthorpe1-4/+4
2019-07-02rdma/siw: network and RDMA core interfaceBernard Metzler1-0/+687