summaryrefslogtreecommitdiffstats
path: root/include/rdma
AgeCommit message (Expand)AuthorLines
2020-09-09RDMA: Restore ability to return error for destroy WQLeon Romanovsky-2/+2
2020-09-09RDMA: Change XRCD destroy return valueLeon Romanovsky-1/+1
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky-2/+4
2020-09-09RDMA/core: Delete function indirection for alloc/free kernel CQLeon Romanovsky-56/+6
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky-3/+5
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky-3/+5
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky-8/+5
2020-09-09RDMA/core: Change how failing destroy is handled during uobj abortJason Gunthorpe-5/+0
2020-08-31RDMA/umem: Fix signature of stub ib_umem_find_best_pgsz()Jason Gunthorpe-4/+5
2020-08-31RDMA/hns: Get udp sport num dynamically instead of using a fixed valueWeihang Li-0/+1
2020-08-27RDMA/cma: Add missing locking to rdma_accept()Jason Gunthorpe-0/+5
2020-08-18RDMA/cm: Remove unused cm_classJason Gunthorpe-3/+0
2020-08-18RDMA: Remove constant domain argument from flow creation callLeon Romanovsky-12/+1
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-986/+103
2020-07-29IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQEMike Marciniszyn-0/+19
2020-07-29RDMA/include: Replace license text with SPDX tagsLeon Romanovsky-946/+59
2020-07-24RDMA/core: Align abort/commit object scheme for write() and ioctl() pathsLeon Romanovsky-0/+15
2020-07-06RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky-3/+3
2020-07-06RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky-3/+4
2020-07-06IB/uverbs: Expose UAPI to query ucontextYishai Hadas-0/+4
2020-07-06RDMA/core: Optimize XRC target lookupMaor Gottlieb-3/+2
2020-07-06RDMA/core: Clean ib_alloc_xrcd() and reuse it to allocate XRC domainMaor Gottlieb-15/+3
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman-1/+1
2020-07-06RDMA/core: Remove ib_alloc_mr_user functionGal Pressman-8/+2
2020-07-03RDMA/mlx5: Introduce ODP prefetch counterMaor Gottlieb-0/+1
2020-06-24RDMA/core: Delete not-used create RWQ table functionLeon Romanovsky-3/+0
2020-06-24RDMA: Add support to dump resource tracker in RAW formatMaor Gottlieb-0/+3
2020-06-23RDMA: Add dedicated CM_ID resource tracker functionMaor Gottlieb-2/+2
2020-06-23RDMA: Add dedicated QP resource tracker functionMaor Gottlieb-0/+1
2020-06-23RDMA: Add a dedicated CQ resource tracker functionMaor Gottlieb-0/+1
2020-06-23RDMA: Add dedicated MR resource tracker functionMaor Gottlieb-2/+2
2020-06-08dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai-2/+4
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-276/+287
2020-06-02RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe-1/+0
2020-06-02RDMA: Remove 'max_fmr'Jason Gunthorpe-1/+0
2020-06-02RDMA/core: Remove FMR device opsMax Gurtovoy-59/+0
2020-06-02RDMA/core: Remove FMR pool APIMax Gurtovoy-93/+0
2020-05-29RDMA/core: Introduce shared CQ pool APIYamin Friedman-1/+16
2020-05-29RDMA/core: Add protection for shared CQs used by ULPsYamin Friedman-1/+4
2020-05-29RDMA/core: Use offsetofend() instead of open codingJason Gunthorpe-2/+1
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky-1/+1
2020-05-27RDMA/cma: Connect ECE to rdma_acceptLeon Romanovsky-0/+3
2020-05-27RDMA/cm: Send and receive ECE parameter over the wireLeon Romanovsky-1/+8
2020-05-27RDMA/ucma: Deliver ECE parameters through UCMA eventsLeon Romanovsky-0/+1
2020-05-27RDMA/ucma: Extend ucma_connect to receive ECE parametersLeon Romanovsky-0/+3
2020-05-27RDMA/cm: Add Enhanced Connection Establishment (ECE) bitsLeon Romanovsky-0/+6
2020-05-27RDMA/core: Fix double destruction of uobjectJason Gunthorpe-1/+1
2020-05-27RDMA/core: Use sizeof_field() helperGustavo A. R. Silva-6/+6
2020-05-21IB/uverbs: Move QP, SRQ, WQ type and flags to UAPIYishai Hadas-19/+24
2020-05-21RDMA/core: Allow the ioctl layer to abort a fully created uobjectJason Gunthorpe-2/+11