aboutsummaryrefslogtreecommitdiff
path: root/include/rdma
AgeCommit message (Expand)AuthorFilesLines
2020-08-27RDMA/cma: Add missing locking to rdma_accept()Gravatar Jason Gunthorpe 1-0/+5
2020-08-18RDMA/cm: Remove unused cm_classGravatar Jason Gunthorpe 1-3/+0
2020-08-18RDMA: Remove constant domain argument from flow creation callGravatar Leon Romanovsky 1-12/+1
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 31-986/+103
2020-07-29IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQEGravatar Mike Marciniszyn 1-0/+19
2020-07-29RDMA/include: Replace license text with SPDX tagsGravatar Leon Romanovsky 31-946/+59
2020-07-24RDMA/core: Align abort/commit object scheme for write() and ioctl() pathsGravatar Leon Romanovsky 2-0/+15
2020-07-06RDMA: Move XRCD to be under ib_core responsibilityGravatar Leon Romanovsky 1-3/+3
2020-07-06RDMA/core: Create and destroy counters in the ib_coreGravatar Leon Romanovsky 1-3/+4
2020-07-06IB/uverbs: Expose UAPI to query ucontextGravatar Yishai Hadas 1-0/+4
2020-07-06RDMA/core: Optimize XRC target lookupGravatar Maor Gottlieb 1-3/+2
2020-07-06RDMA/core: Clean ib_alloc_xrcd() and reuse it to allocate XRC domainGravatar Maor Gottlieb 1-15/+3
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGravatar Gal Pressman 1-1/+1
2020-07-06RDMA/core: Remove ib_alloc_mr_user functionGravatar Gal Pressman 1-8/+2
2020-07-03RDMA/mlx5: Introduce ODP prefetch counterGravatar Maor Gottlieb 1-0/+1
2020-06-24RDMA/core: Delete not-used create RWQ table functionGravatar Leon Romanovsky 1-3/+0
2020-06-24RDMA: Add support to dump resource tracker in RAW formatGravatar Maor Gottlieb 1-0/+3
2020-06-23RDMA: Add dedicated CM_ID resource tracker functionGravatar Maor Gottlieb 1-2/+2
2020-06-23RDMA: Add dedicated QP resource tracker functionGravatar Maor Gottlieb 1-0/+1
2020-06-23RDMA: Add a dedicated CQ resource tracker functionGravatar Maor Gottlieb 1-0/+1
2020-06-23RDMA: Add dedicated MR resource tracker functionGravatar Maor Gottlieb 1-2/+2
2020-06-08dynamic_debug: add an option to enable dynamic debug for modules onlyGravatar Orson Zhai 1-2/+4
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 13-276/+287
2020-06-02RDMA: Remove 'max_map_per_fmr'Gravatar Jason Gunthorpe 1-1/+0
2020-06-02RDMA: Remove 'max_fmr'Gravatar Jason Gunthorpe 1-1/+0
2020-06-02RDMA/core: Remove FMR device opsGravatar Max Gurtovoy 1-59/+0
2020-06-02RDMA/core: Remove FMR pool APIGravatar Max Gurtovoy 1-93/+0
2020-05-29RDMA/core: Introduce shared CQ pool APIGravatar Yamin Friedman 1-1/+16
2020-05-29RDMA/core: Add protection for shared CQs used by ULPsGravatar Yamin Friedman 1-1/+4
2020-05-29RDMA/core: Use offsetofend() instead of open codingGravatar Jason Gunthorpe 1-2/+1
2020-05-27RDMA/cma: Provide ECE reject reasonGravatar Leon Romanovsky 1-1/+1
2020-05-27RDMA/cma: Connect ECE to rdma_acceptGravatar Leon Romanovsky 1-0/+3
2020-05-27RDMA/cm: Send and receive ECE parameter over the wireGravatar Leon Romanovsky 1-1/+8
2020-05-27RDMA/ucma: Deliver ECE parameters through UCMA eventsGravatar Leon Romanovsky 1-0/+1
2020-05-27RDMA/ucma: Extend ucma_connect to receive ECE parametersGravatar Leon Romanovsky 1-0/+3
2020-05-27RDMA/cm: Add Enhanced Connection Establishment (ECE) bitsGravatar Leon Romanovsky 1-0/+6
2020-05-27RDMA/core: Fix double destruction of uobjectGravatar Jason Gunthorpe 1-1/+1
2020-05-27RDMA/core: Use sizeof_field() helperGravatar Gustavo A. R. Silva 1-6/+6
2020-05-21IB/uverbs: Move QP, SRQ, WQ type and flags to UAPIGravatar Yishai Hadas 1-19/+24
2020-05-21RDMA/core: Allow the ioctl layer to abort a fully created uobjectGravatar Jason Gunthorpe 4-2/+11
2020-05-21IB/ipoib: Increase ipoib Datagram mode MTU's upper limitGravatar Kaike Wan 2-9/+78
2020-05-21IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPsGravatar Gary Leshner 2-4/+4
2020-05-21IB/hfi1: Remove module parameter for KDETH qpnsGravatar Gary Leshner 1-1/+28
2020-05-21IB/hfi1: Add functions to transmit datagram ipoib packetsGravatar Gary Leshner 1-0/+1
2020-05-17RDMA/core: Consolidate ib_create_srq flowsGravatar Jason Gunthorpe 1-15/+12
2020-05-13IB/rdmavt: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-05-06RDMA/core: Add hash functions to calculate RoCEv2 flowlabel and UDP source portGravatar Mark Zhang 1-0/+44
2020-05-06RDMA: Allow ib_client's to fail when add() is calledGravatar Jason Gunthorpe 1-1/+1
2020-05-06RDMA/mad: Remove snoop interfaceGravatar Maor Gottlieb 1-48/+1
2020-05-02RDMA/core: Get xmit slave for LAGGravatar Maor Gottlieb 1-0/+2