summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/siw
AgeCommit message (Expand)AuthorFilesLines
2021-05-26RDMA/siw: Release xarray entryLeon Romanovsky1-1/+1
2021-05-26RDMA/siw: Properly check send and receive CQ pointersLeon Romanovsky1-6/+3
2021-05-14RDMA/siw: Fix a use after free in siw_alloc_mrLv Yunlong1-2/+2
2021-03-04RDMA/siw: Fix calculation of tx_valid_cpus sizeKamal Heib1-1/+1
2021-03-04RDMA/siw: Fix handling of zero-sized Read and Receive Queues.Bernard Metzler5-146/+177
2021-01-09RDMA/siw,rxe: Make emulated devices virtual in the device treeJason Gunthorpe1-18/+1
2021-01-09RDMA/core: remove use of dma_virt_opsChristoph Hellwig3-9/+0
2020-11-12RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configsChristoph Hellwig1-0/+1
2020-11-02RDMA: Fix software RDMA drivers for dma mapping errorParav Pandit1-2/+5
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-4/+4
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky2-2/+3
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2-2/+3
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2-2/+3
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-6/+4
2020-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-13/+2
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-07-20RDMA/siw: Remove the query_pkey callbackKamal Heib3-11/+0
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-08RDMA/siw: Fix reporting vendor_part_idKamal Heib1-1/+2
2020-07-07RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2-2/+2
2020-06-15RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl()Tom Seewald1-1/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-9/+2
2020-06-03RDMA: Remove 'max_fmr'Jason Gunthorpe3-4/+0
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig1-20/+4
2020-05-28net: add sock_set_reuseaddrChristoph Hellwig1-13/+5
2020-05-21Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe1-4/+11
2020-05-20RDMA/siw: Replace one-element array and use struct_size() helperGustavo A. R. Silva2-5/+2
2020-04-15RDMA/siw: Fix potential siw_mem refcnt leak in siw_fastreg_mr()Jason Gunthorpe1-4/+11
2020-03-24RDMA/siw: Suppress uninitialized var warningAndrew Morton1-1/+1
2020-03-10Merge tag 'v5.6-rc5' into rdma.git for-nextJason Gunthorpe1-3/+3
2020-03-04RDMA/siw: Fix failure handling during device creationBernard Metzler1-3/+3
2020-03-04RDMA/siw: Fix passive connection establishmentBernard Metzler1-106/+31
2020-03-04Merge tag 'v5.6-rc4' into rdma.git for-nextJason Gunthorpe1-3/+2
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib1-1/+1
2020-02-27RDMA/siw: Fix setting active_{speed, width} attributesKamal Heib1-3/+4
2020-02-11RDMA/siw: Remove unwanted WARN_ON in siw_cm_llp_data_ready()Krishnamraju Eraparaju1-3/+2
2020-02-11RDMA/siw: Fix setting active_mtu attributeKamal Heib1-1/+1
2020-02-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-71/+43
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard1-1/+1
2020-01-31IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard1-1/+1
2020-01-04RDMA/siw: use true,false for bool variablezhengbin1-1/+1
2020-01-03RDMA/siw: Simplify QP representationBernard Metzler7-70/+42
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-196/+254
2019-11-14RDMA/siw: Cleanup unused mmap structures.Bernard Metzler2-13/+0
2019-11-06RDMA/siw: Use the common mmap_xa helpersMichal Kalderon4-102/+114
2019-10-28Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe1-4/+11
2019-10-28RDMA/siw: Increase DMA max_segment_size parameterBart Van Assche2-0/+4
2019-10-28RDMA/siw: Fix post_recv QP state lockingBernard Metzler1-1/+0
2019-10-22RDMA/siw: Fix SQ/RQ drain logicBernard Metzler2-42/+122