aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-19RDMA/core: Unify RoCE check and re-factor codeHåkon Bugge1-6/+2
2021-04-12IB/cma: Introduce rdma_set_min_rnr_timer()Håkon Bugge2-0/+43
2021-04-12RDMA/core: Correct format of block commentsWenpeng Liang4-4/+8
2021-04-12RDMA/core: Correct format of bracesWenpeng Liang5-28/+25
2021-04-12RDMA/core: Remove redundant spacesWenpeng Liang6-48/+48
2021-04-12RDMA/core: Add necessary spacesWenpeng Liang3-5/+5
2021-04-12RDMA/core: Remove the redundant return statementsWenpeng Liang2-3/+0
2021-04-12RDMA/core: Print the function name by __func__ instead of an fixed stringWenpeng Liang3-19/+15
2021-04-07RDMA/core: Make the wc status prompt message clearerYixian Liu1-2/+2
2021-04-01RDMA/core: Fix corrupted SL on passive sideHåkon Bugge1-1/+2
2021-03-26RDMA/core: Correct misspellings of two words in commentsYangyang Li1-2/+2
2021-03-26RDMA/uverbs: Refactor rdma_counter_set_auto_mode and __counter_set_modePatrisious Haddad1-18/+24
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch23-219/+217
2021-03-22RDMA/cma: Remove unused leftovers in cma codeGal Pressman1-9/+0
2021-03-11IB/core: Split uverbs_get_const/default to consider target typeYishai Hadas1-4/+28
2021-03-11IB/core: Drop WARN_ON() from ib_umem_find_best_pgsz()Yishai Hadas1-4/+0
2021-03-11RDMA/mlx5: Consolidate MR destruction to mlx5_ib_dereg_mr()Jason Gunthorpe1-0/+4
2021-03-11RDMA/core: Remove unused req_ncomp_notif device operationGal Pressman1-1/+0
2021-03-10RDMA/iwcm: Allow AFONLY binding for IPv6 addressesBernard Metzler1-0/+1
2021-03-03RDMA/uverbs: Fix kernel-doc warning of _uverbs_allocLeon Romanovsky1-1/+1
2021-03-01RDMA/cm: Fix IRQ restore in ib_send_cm_sidr_repSaeed Mahameed1-2/+3
2021-02-16RDMA/ucma: Fix use-after-free bug in ucma_create_ueventAvihai Horon1-29/+41
2021-02-16RDMA/core: Fix kernel doc warnings for ib_port_immutable_read()Leon Romanovsky1-3/+3
2021-02-16RDMA/ipoib: Remove racy Subnet Manager sendonly join checksChristoph Lameter2-35/+0
2021-02-05RDMA/core: Introduce and use API to read port immutable dataParav Pandit1-0/+14
2021-02-02IB/core: Use valid port number to check link layerParav Pandit1-2/+2
2021-02-02IB/cm: Avoid a loop when device has 255 portsParav Pandit1-4/+4
2021-01-28IB/umad: Return EPOLLERR in case of when device disassociatedShay Drory1-0/+10
2021-01-28IB/umad: Return EIO in case of when device disassociatedShay Drory1-1/+6
2021-01-21RDMA/uverbs: Don't set rcq for a QP if qp_type is IB_QPT_XRC_INIXiao Yang1-1/+1
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 'rec' paramLee Jones1-0/+1
2021-01-19RDMA/core/roce_gid_mgmt: Fix misnaming of 'rdma_roce_rescan_device()'s param 'ib_dev'Lee Jones1-1/+1
2021-01-19RDMA/core/cache: Fix some misspellings, missing and superfluous param descriptionsLee 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