summaryrefslogtreecommitdiffstats
path: root/include/rdma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-0631-986/+103
|\
| * RDMA/include: Replace license text with SPDX tagsLeon Romanovsky2020-07-2931-946/+59
| * RDMA/core: Align abort/commit object scheme for write() and ioctl() pathsLeon Romanovsky2020-07-242-0/+15
| * RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky2020-07-061-3/+3
| * RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky2020-07-061-3/+4
| * IB/uverbs: Expose UAPI to query ucontextYishai Hadas2020-07-061-0/+4
| * RDMA/core: Optimize XRC target lookupMaor Gottlieb2020-07-061-3/+2
| * RDMA/core: Clean ib_alloc_xrcd() and reuse it to allocate XRC domainMaor Gottlieb2020-07-061-15/+3
| * RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-061-1/+1
| * RDMA/core: Remove ib_alloc_mr_user functionGal Pressman2020-07-061-8/+2
| * RDMA/mlx5: Introduce ODP prefetch counterMaor Gottlieb2020-07-031-0/+1
| * RDMA/core: Delete not-used create RWQ table functionLeon Romanovsky2020-06-241-3/+0
| * RDMA: Add support to dump resource tracker in RAW formatMaor Gottlieb2020-06-241-0/+3
| * RDMA: Add dedicated CM_ID resource tracker functionMaor Gottlieb2020-06-231-2/+2
| * RDMA: Add dedicated QP resource tracker functionMaor Gottlieb2020-06-231-0/+1
| * RDMA: Add a dedicated CQ resource tracker functionMaor Gottlieb2020-06-231-0/+1
| * RDMA: Add dedicated MR resource tracker functionMaor Gottlieb2020-06-231-2/+2
* | IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQEMike Marciniszyn2020-07-291-0/+19
|/
* dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai2020-06-081-2/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-06-0513-276/+287
|\
| * RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe2020-06-021-1/+0
| * RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-021-1/+0
| * RDMA/core: Remove FMR device opsMax Gurtovoy2020-06-021-59/+0
| * RDMA/core: Remove FMR pool APIMax Gurtovoy2020-06-021-93/+0
| * RDMA/core: Introduce shared CQ pool APIYamin Friedman2020-05-291-1/+16
| * RDMA/core: Add protection for shared CQs used by ULPsYamin Friedman2020-05-291-1/+4
| * RDMA/core: Use offsetofend() instead of open codingJason Gunthorpe2020-05-291-2/+1
| * RDMA/cma: Provide ECE reject reasonLeon Romanovsky2020-05-271-1/+1
| * RDMA/cma: Connect ECE to rdma_acceptLeon Romanovsky2020-05-271-0/+3
| * RDMA/cm: Send and receive ECE parameter over the wireLeon Romanovsky2020-05-271-1/+8
| * RDMA/ucma: Deliver ECE parameters through UCMA eventsLeon Romanovsky2020-05-271-0/+1
| * RDMA/ucma: Extend ucma_connect to receive ECE parametersLeon Romanovsky2020-05-271-0/+3
| * RDMA/cm: Add Enhanced Connection Establishment (ECE) bitsLeon Romanovsky2020-05-271-0/+6
| * RDMA/core: Use sizeof_field() helperGustavo A. R. Silva2020-05-271-6/+6
| * IB/uverbs: Move QP, SRQ, WQ type and flags to UAPIYishai Hadas2020-05-211-19/+24
| * RDMA/core: Allow the ioctl layer to abort a fully created uobjectJason Gunthorpe2020-05-214-2/+11
| * IB/ipoib: Increase ipoib Datagram mode MTU's upper limitKaike Wan2020-05-212-9/+78
| * IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPsGary Leshner2020-05-212-4/+4
| * IB/hfi1: Remove module parameter for KDETH qpnsGary Leshner2020-05-211-1/+28
| * IB/hfi1: Add functions to transmit datagram ipoib packetsGary Leshner2020-05-211-0/+1
| * RDMA/core: Consolidate ib_create_srq flowsJason Gunthorpe2020-05-171-15/+12
| * IB/rdmavt: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-131-1/+1
| * RDMA/core: Add hash functions to calculate RoCEv2 flowlabel and UDP source portMark Zhang2020-05-061-0/+44
| * RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe2020-05-061-1/+1
| * RDMA/mad: Remove snoop interfaceMaor Gottlieb2020-05-061-48/+1
| * RDMA/core: Get xmit slave for LAGMaor Gottlieb2020-05-021-0/+2
| * RDMA/core: Add LAG functionalityMaor Gottlieb2020-05-022-0/+24
| * RDMA: Group create AH arguments in structMaor Gottlieb2020-05-021-2/+7
| * RDMA/cma: Limit the scope of rdma_is_consumer_reject functionLeon Romanovsky2020-04-141-8/+0
* | RDMA/core: Fix double destruction of uobjectJason Gunthorpe2020-05-271-1/+1
|/