aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2021-01-20RDMA/uverbs: Add uverbs command for dma-buf based MR registrationJianxin Xiong1-2/+115
2021-01-20RDMA/core: Add device method for registering dma-buf based memory regionJianxin Xiong1-0/+1
2021-01-20RDMA/umem: Support importing dma-buf as user memory regionJianxin Xiong3-1/+178
2021-01-19RDMA/core/iwpm_msg: Add proper descriptions for 'skb' paramLee Jones1-8/+8
2021-01-19RDMA/core/iwpm_util: Fix some param description misspellingsLee Jones1-3/+3
2021-01-19RDMA/core/counters: Demote non-conformant kernel-doc headersLee Jones1-8/+8
2021-01-19RDMA/core/restrack: Fix kernel-doc formatting issueLee Jones1-2/+2
2021-01-19RDMA/core/sa_query: Demote non-conformant kernel-doc headerLee Jones1-1/+1
2021-01-19RDMA/core/multicast: Provide description for 'ib_init_ah_from_mcmember()'s 'r...Lee Jones1-0/+1
2021-01-19RDMA/core/roce_gid_mgmt: Fix misnaming of 'rdma_roce_rescan_device()'s param ...Lee Jones1-1/+1
2021-01-19RDMA/core/cache: Fix some misspellings, missing and superfluous param descrip...Lee Jones1-5/+4
2021-01-19RDMA/core: device: Fix formatting in worthy kernel-doc header and demote anotherLee Jones1-4/+4
2021-01-19Merge branch 'devx_set_get' into rdma.git for-nextJason Gunthorpe4-65/+77
2021-01-18RDMA/nldev: Return an error message on failure to turn auto modePatrisious Haddad2-32/+34
2021-01-14RDMA/cma: Fix error flow in default_roce_mode_storeNeta Ostrovsky1-1/+3
2021-01-14RDMA/umem: Avoid undefined behavior of rounddown_pow_of_two()Aharon Landau1-1/+1
2021-01-07RDMA: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2021-01-07RDMA/cma: Delete useless kfree codeZheng Yongjun1-10/+2
2021-01-07RDMA/restrack: Don't treat as an error allocation ID wrappingLeon Romanovsky1-0/+1
2021-01-06RDMA/ucma: Do not miss ctx destruction steps in some casesJason Gunthorpe1-63/+72
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds31-452/+620
2020-12-14RDMA/cma: Don't overwrite sgid_attr after device is releasedLeon Romanovsky1-3/+4
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+2
2020-12-10RDMA/uverbs: Fix incorrect variable typeAvihai Horon1-9/+5
2020-12-10RDMA/core: Do not indicate device ready when device enablement failsJack Morgenstein1-3/+4
2020-12-10RDMA/core: Clean up cq pool mechanismJack Morgenstein3-15/+9
2020-12-10RDMA/core: Update kernel documentation for ib_create_named_qp()Lukas Bulwahn1-0/+1
2020-12-09RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewaitLeon Romanovsky1-0/+2
2020-12-07RDMA/core: Fix empty gid table for non IB/RoCE devicesGal Pressman1-3/+0
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab5-8/+10
2020-12-07RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe2-20/+116
2020-12-07RDMA/uverbs: Check ODP in ib_check_mr_access() as wellJason Gunthorpe2-15/+6
2020-12-07RDMA/uverbs: Tidy input validation of ib_uverbs_rereg_mr()Jason Gunthorpe1-4/+6
2020-11-27RDMA/restrack: Support all QP typesLeon Romanovsky4-27/+17
2020-11-27RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky2-3/+11
2020-11-27RDMA/core: Track device memory MRsLeon Romanovsky1-0/+4
2020-11-25RDMA/cma: Fix deadlock on &lock in rdma_cma_listen_on_all() error unwindJason Gunthorpe1-7/+18
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+6
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig2-21/+27
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe3-19/+44
2020-11-16RDMA/efa: Remove .create_ah callback assignmentGal Pressman1-1/+1
2020-11-16RDMA/cma: Add missing error handling of listen_idLeon Romanovsky1-74/+101
2020-11-16RDMA/restrack: Store all special QPs in restrack DBLeon Romanovsky2-2/+11
2020-11-16RDMA/counter: Combine allocation and bind logicLeon Romanovsky1-74/+62
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel1-5/+5
2020-11-12RDMA/umem: Use ib_dma_max_seg_size instead of dma_get_max_seg_sizeChristoph Hellwig1-4/+4
2020-11-12RDMA/core: Make FD destroy callback voidLeon Romanovsky3-6/+5
2020-11-12RDMA/core: Postpone uobject cleanup on failure till FD closeLeon Romanovsky10-65/+39
2020-11-12RDMA/cm: Make the local_id_table xarray non-irqJason Gunthorpe1-6/+6
2020-11-02IB/core: Add support for NDR link speedMeir Lichtinger1-0/+4