summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/siw
Commit message (Expand)AuthorAgeFilesLines
* RDMA/siw,rxe: Make emulated devices virtual in the device treeJason Gunthorpe2020-11-231-18/+1
* RDMA/core: remove use of dma_virt_opsChristoph Hellwig2020-11-173-9/+0
* Merge branch 'for-rc' into rdma.gitJason Gunthorpe2020-11-172-2/+6
|\
| * 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/rxe,siw: Restore uverbs_cmd_mask IB_USER_VERBS_CMD_POST_SENDJason Gunthorpe2020-11-021-0/+2
* | RDMA/siw: Fix typo of EAGAIN not -EAGAIN in siw_cm_work_handler()Zhang Qilong2020-11-021-1/+1
* | RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe2020-10-261-6/+0
* | RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-0/+3
* | RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-0/+3
* | RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+3
* | RDMA: Check srq_type during create_srqJason Gunthorpe2020-10-261-0/+3
* | RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-261-5/+1
* | RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-15/+1
|/
* 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