summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/siw
Commit message (Expand)AuthorAgeFilesLines
* RDMA/siw: Release xarray entryLeon Romanovsky2021-05-261-1/+1
* RDMA/siw: Properly check send and receive CQ pointersLeon Romanovsky2021-05-261-6/+3
* RDMA/siw: Fix a use after free in siw_alloc_mrLv Yunlong2021-05-141-2/+2
* RDMA/siw: Fix calculation of tx_valid_cpus sizeKamal Heib2021-03-041-1/+1
* RDMA/siw: Fix handling of zero-sized Read and Receive Queues.Bernard Metzler2021-03-045-146/+177
* RDMA/siw,rxe: Make emulated devices virtual in the device treeJason Gunthorpe2021-01-091-18/+1
* RDMA/core: remove use of dma_virt_opsChristoph Hellwig2021-01-093-9/+0
* RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configsChristoph Hellwig2020-11-121-0/+1
* RDMA: Fix software RDMA drivers for dma mapping errorParav Pandit2020-11-021-2/+5
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-4/+4
* RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-092-2/+3
* RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-092-2/+3
* RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-092-2/+3
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-6/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-063-13/+2
|\
| * RDMA/siw: Remove the query_pkey callbackKamal Heib2020-07-203-11/+0
| * RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-062-2/+2
* | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\ \
| * | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | | RDMA/siw: Fix reporting vendor_part_idKamal Heib2020-07-081-1/+2
|/ /
* / RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl()Tom Seewald2020-06-151-1/+2
|/
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-06-054-9/+2
|\
| * RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-023-4/+0
| * Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe2020-05-211-4/+11
| |\
| * | RDMA/siw: Replace one-element array and use struct_size() helperGustavo A. R. Silva2020-05-192-5/+2
* | | tcp: add tcp_sock_set_nodelayChristoph Hellwig2020-05-281-20/+4
* | | net: add sock_set_reuseaddrChristoph Hellwig2020-05-281-13/+5
| |/ |/|
* | RDMA/siw: Fix potential siw_mem refcnt leak in siw_fastreg_mr()Jason Gunthorpe2020-04-151-4/+11
|/
* RDMA/siw: Suppress uninitialized var warningAndrew Morton2020-03-231-1/+1
* Merge tag 'v5.6-rc5' into rdma.git for-nextJason Gunthorpe2020-03-101-3/+3
|\
| * RDMA/siw: Fix failure handling during device creationBernard Metzler2020-03-041-3/+3
* | RDMA/siw: Fix passive connection establishmentBernard Metzler2020-03-041-106/+31
* | Merge tag 'v5.6-rc4' into rdma.git for-nextJason Gunthorpe2020-03-041-3/+2
|\|
| * RDMA/siw: Remove unwanted WARN_ON in siw_cm_llp_data_ready()Krishnamraju Eraparaju2020-02-111-3/+2
* | RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-041-1/+1
* | RDMA/siw: Fix setting active_{speed, width} attributesKamal Heib2020-02-271-3/+4
* | RDMA/siw: Fix setting active_mtu attributeKamal Heib2020-02-111-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-01-318-71/+43
|\
| * RDMA/siw: use true,false for bool variablezhengbin2020-01-031-1/+1
| * RDMA/siw: Simplify QP representationBernard Metzler2020-01-037-70/+42
* | mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-1/+1
* | IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard2020-01-311-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-11-275-196/+254
|\
| * RDMA/siw: Cleanup unused mmap structures.Bernard Metzler2019-11-142-13/+0
| * RDMA/siw: Use the common mmap_xa helpersMichal Kalderon2019-11-064-102/+114
| * Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe2019-10-281-4/+11
| |\
| * | RDMA/siw: Increase DMA max_segment_size parameterBart Van Assche2019-10-282-0/+4
| * | RDMA/siw: Fix post_recv QP state lockingBernard Metzler2019-10-281-1/+0
| * | RDMA/siw: Fix SQ/RQ drain logicBernard Metzler2019-10-222-42/+122