aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-10RDMA/counter: Only bind user QPs in auto modeMark Zhang1-1/+1
2020-07-10RDMA/counter: Add PID category support in auto modeMark Zhang2-17/+11
2020-07-06RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky2-9/+20
2020-07-06RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky2-8/+10
2020-07-06IB/uverbs: Expose UAPI to query MRYishai Hadas1-1/+51
2020-07-06RDMA/mlx5: Implement the query ucontext functionalityYishai Hadas1-0/+1
2020-07-06IB/uverbs: Expose UAPI to query ucontextYishai Hadas2-1/+41
2020-07-06IB/uverbs: Set IOVA on IB MR in uverbs layerYishai Hadas1-0/+4
2020-07-06IB/uverbs: Enable CQ ioctl commands by defaultYishai Hadas1-3/+0
2020-07-06RDMA/core: Optimize XRC target lookupMaor Gottlieb1-36/+21
2020-07-06RDMA/core: Clean ib_alloc_xrcd() and reuse it to allocate XRC domainMaor Gottlieb2-15/+21
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman1-1/+1
2020-07-06RDMA/core: Remove ib_alloc_mr_user functionGal Pressman1-6/+5
2020-07-06RDMA/core: Check for error instead of success in alloc MR functionGal Pressman1-12/+13
2020-07-06RDMA/core: Clean up tracepoint headersChuck Lever1-2/+0
2020-07-02IB/sa: Resolv use-after-free in ib_nl_make_request()Divya Indi1-21/+17
2020-07-02RDMA/core: Fix bogus WARN_ON during ib_unregister_device_queued()Jason Gunthorpe1-3/+8
2020-06-24RDMA/core: Delete not-used create RWQ table functionLeon Romanovsky1-39/+0
2020-06-24IB/mad: Delete RMPP_STATE_CANCELING stateShay Drory1-13/+4
2020-06-24IB/mad: Change atomics to refcount APIShay Drory3-14/+14
2020-06-24IB/mad: Issue complete whenever decrements agent refcountShay Drory1-7/+7
2020-06-24Merge branch 'raw_dumps' into rdma.git for-nextJason Gunthorpe2-94/+128
2020-06-24RDMA: Add support to dump resource tracker in RAW formatMaor Gottlieb2-62/+121
2020-06-23RDMA: Add dedicated CM_ID resource tracker functionMaor Gottlieb2-12/+3
2020-06-23RDMA: Add dedicated QP resource tracker functionMaor Gottlieb2-3/+3
2020-06-23RDMA: Add a dedicated CQ resource tracker functionMaor Gottlieb2-3/+3
2020-06-23RDMA: Add dedicated MR resource tracker functionMaor Gottlieb2-15/+6
2020-06-23RDMA/core: Don't call fill_res_entry for PDMaor Gottlieb1-8/+1
2020-06-22IB/mad: Fix use after free when destroying MAD agentShay Drory1-1/+1
2020-06-22RDMA/counter: Query a counter before releaseMark Zhang1-1/+3
2020-06-22RDMA: Correct trivial kernel-doc inconsistenciesColton Lewis2-2/+4
2020-06-19RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads()Fan Guo1-0/+1
2020-06-18RDMA/core: Check that type_attrs is not NULL prior accessLeon Romanovsky1-15/+21
2020-06-18RDMA/cma: Protect bind_list and listen_list while finding matching cm idMark Zhang1-0/+18
2020-06-18RDMA/core: Annotate CMA unlock helper routineLeon Romanovsky1-0/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-4/+4
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds34-1263/+1761
2020-06-03RDMA/cm: Spurious WARNING triggered in cm_destroy_id()Ka-Cheong Poon1-1/+3
2020-06-02RDMA/core: Move and rename trace_cm_id_create()Chuck Lever2-6/+16
2020-06-02RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe1-1/+0
2020-06-02RDMA: Remove 'max_fmr'Jason Gunthorpe1-1/+0
2020-06-02RDMA/core: Remove FMR device opsMax Gurtovoy2-52/+0
2020-06-02RDMA/core: Remove FMR pool APIMax Gurtovoy2-495/+1
2020-05-29RDMA/core: Introduce shared CQ pool APIYamin Friedman3-0/+178
2020-05-29RDMA/core: Add protection for shared CQs used by ULPsYamin Friedman1-0/+9
2020-05-29RDMA/core: Fix several reference count leaks.Qiushi Wu1-5/+5
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky2-6/+18
2020-05-27RDMA/cma: Connect ECE to rdma_acceptLeon Romanovsky2-3/+30
2020-05-27RDMA/cm: Send and receive ECE parameter over the wireLeon Romanovsky2-5/+42