summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* RDMA/addr: Be strict with gid sizeLeon Romanovsky2021-04-081-1/+3
* RDMA/uverbs: Fix kernel-doc warning of _uverbs_allocLeon Romanovsky2021-03-031-1/+1
* RDMA/cm: Fix IRQ restore in ib_send_cm_sidr_repSaeed Mahameed2021-03-011-2/+3
* RDMA/ucma: Fix use-after-free bug in ucma_create_ueventAvihai Horon2021-02-161-29/+41
* RDMA/core: Fix kernel doc warnings for ib_port_immutable_read()Leon Romanovsky2021-02-161-3/+3
* RDMA/ipoib: Remove racy Subnet Manager sendonly join checksChristoph Lameter2021-02-162-35/+0
* RDMA/core: Introduce and use API to read port immutable dataParav Pandit2021-02-051-0/+14
* IB/core: Use valid port number to check link layerParav Pandit2021-02-021-2/+2
* IB/cm: Avoid a loop when device has 255 portsParav Pandit2021-02-021-4/+4
* IB/umad: Return EPOLLERR in case of when device disassociatedShay Drory2021-01-281-0/+10
* IB/umad: Return EIO in case of when device disassociatedShay Drory2021-01-281-1/+6
* RDMA/uverbs: Don't set rcq for a QP if qp_type is IB_QPT_XRC_INIXiao Yang2021-01-211-1/+1
* RDMA/uverbs: Add uverbs command for dma-buf based MR registrationJianxin Xiong2021-01-201-2/+115
* RDMA/core: Add device method for registering dma-buf based memory regionJianxin Xiong2021-01-201-0/+1
* RDMA/umem: Support importing dma-buf as user memory regionJianxin Xiong2021-01-203-1/+178
* RDMA/core/iwpm_msg: Add proper descriptions for 'skb' paramLee Jones2021-01-191-8/+8
* RDMA/core/iwpm_util: Fix some param description misspellingsLee Jones2021-01-191-3/+3
* RDMA/core/counters: Demote non-conformant kernel-doc headersLee Jones2021-01-191-8/+8
* RDMA/core/restrack: Fix kernel-doc formatting issueLee Jones2021-01-191-2/+2
* RDMA/core/sa_query: Demote non-conformant kernel-doc headerLee Jones2021-01-191-1/+1
* RDMA/core/multicast: Provide description for 'ib_init_ah_from_mcmember()'s 'r...Lee Jones2021-01-191-0/+1
* RDMA/core/roce_gid_mgmt: Fix misnaming of 'rdma_roce_rescan_device()'s param ...Lee Jones2021-01-191-1/+1
* RDMA/core/cache: Fix some misspellings, missing and superfluous param descrip...Lee Jones2021-01-191-5/+4
* RDMA/core: device: Fix formatting in worthy kernel-doc header and demote anotherLee Jones2021-01-191-4/+4
* Merge branch 'devx_set_get' into rdma.git for-nextJason Gunthorpe2021-01-194-65/+77
|\
| * RDMA/cma: Fix error flow in default_roce_mode_storeNeta Ostrovsky2021-01-141-1/+3
| * RDMA/umem: Avoid undefined behavior of rounddown_pow_of_two()Aharon Landau2021-01-141-1/+1
| * RDMA/restrack: Don't treat as an error allocation ID wrappingLeon Romanovsky2021-01-071-0/+1
| * RDMA/ucma: Do not miss ctx destruction steps in some casesJason Gunthorpe2021-01-061-63/+72
* | RDMA/nldev: Return an error message on failure to turn auto modePatrisious Haddad2021-01-182-32/+34
* | RDMA: Use kzalloc for allocating only one thingZheng Yongjun2021-01-071-1/+1
* | RDMA/cma: Delete useless kfree codeZheng Yongjun2021-01-071-10/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-12-1631-452/+620
|\
| * RDMA/cma: Don't overwrite sgid_attr after device is releasedLeon Romanovsky2020-12-141-3/+4
| * RDMA/uverbs: Fix incorrect variable typeAvihai Horon2020-12-101-9/+5
| * RDMA/core: Do not indicate device ready when device enablement failsJack Morgenstein2020-12-101-3/+4
| * RDMA/core: Clean up cq pool mechanismJack Morgenstein2020-12-103-15/+9
| * RDMA/core: Update kernel documentation for ib_create_named_qp()Lukas Bulwahn2020-12-101-0/+1
| * IB: Fix kernel-doc markupsMauro Carvalho Chehab2020-12-075-8/+10
| * RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe2020-12-072-20/+116
| * RDMA/uverbs: Check ODP in ib_check_mr_access() as wellJason Gunthorpe2020-12-072-15/+6
| * RDMA/uverbs: Tidy input validation of ib_uverbs_rereg_mr()Jason Gunthorpe2020-12-071-4/+6
| * RDMA/restrack: Support all QP typesLeon Romanovsky2020-11-274-27/+17
| * RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky2020-11-272-3/+11
| * RDMA/core: Track device memory MRsLeon Romanovsky2020-11-271-0/+4
| * RDMA/cma: Fix deadlock on &lock in rdma_cma_listen_on_all() error unwindJason Gunthorpe2020-11-251-7/+18
| * RDMA/core: remove use of dma_virt_opsChristoph Hellwig2020-11-172-21/+27
| * Merge branch 'for-rc' into rdma.gitJason Gunthorpe2020-11-173-19/+44
| |\
| * | RDMA/efa: Remove .create_ah callback assignmentGal Pressman2020-11-161-1/+1
| * | RDMA/cma: Add missing error handling of listen_idLeon Romanovsky2020-11-161-74/+101