aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/siw (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Hellwig3-9/+0
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe2-2/+6
2020-11-12RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configsChristoph Hellwig1-0/+1
2020-11-02RDMA/rxe,siw: Restore uverbs_cmd_mask IB_USER_VERBS_CMD_POST_SENDJason Gunthorpe1-0/+2
2020-11-02RDMA/siw: Fix typo of EAGAIN not -EAGAIN in siw_cm_work_handler()Zhang Qilong1-1/+1
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: Check create_flags during create_qpJason Gunthorpe1-0/+3
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe1-0/+3
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe1-0/+3
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe1-0/+3
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-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-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-6/+4
2020-08-06Merge 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/kernel/git/kees/linuxLinus 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-06RDMA: 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-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-9/+2
2020-06-02RDMA: 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-19RDMA/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-23RDMA/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-01-31Merge 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-03RDMA/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