aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_verbs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-1/+2
2020-10-01RDMA/uverbs: Expose the new GID query API to user spaceAvihai Horon1-3/+3
2020-10-01RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon1-7/+10
2020-09-30RDMA/core: Remove ucontext->closingJason Gunthorpe1-6/+0
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe1-3/+4
2020-09-18RDMA: Fix link active_speed sizeAharon Landau1-3/+4
2020-09-17RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky1-5/+4
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky1-2/+2
2020-09-11RDMA/core: Added missing WR and WC opcodesBob Pearson1-7/+9
2020-09-09RDMA/umem: Use simpler logic for ib_umem_find_best_pgsz()Jason Gunthorpe1-24/+0
2020-09-09RDMA: Make counters destroy symmetricalLeon Romanovsky1-1/+1
2020-09-09RDMA: Restore ability to return error for destroy WQLeon Romanovsky1-2/+2
2020-09-09RDMA: Change XRCD destroy return valueLeon Romanovsky1-1/+1
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky1-2/+4
2020-09-09RDMA/core: Delete function indirection for alloc/free kernel CQLeon Romanovsky1-56/+6
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky1-3/+5
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky1-3/+5
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky1-8/+5
2020-09-09RDMA/core: Change how failing destroy is handled during uobj abortJason Gunthorpe1-5/+0
2020-08-31RDMA/hns: Get udp sport num dynamically instead of using a fixed valueWeihang Li1-0/+1
2020-08-18RDMA: Remove constant domain argument from flow creation callLeon Romanovsky1-12/+1
2020-07-29RDMA/include: Replace license text with SPDX tagsLeon Romanovsky1-29/+2
2020-07-06RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky1-3/+3
2020-07-06RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky1-3/+4
2020-07-06IB/uverbs: Expose UAPI to query ucontextYishai Hadas1-0/+4
2020-07-06RDMA/core: Optimize XRC target lookupMaor Gottlieb1-3/+2
2020-07-06RDMA/core: Clean ib_alloc_xrcd() and reuse it to allocate XRC domainMaor Gottlieb1-15/+3
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-8/+2
2020-07-03RDMA/mlx5: Introduce ODP prefetch counterMaor Gottlieb1-0/+1
2020-06-24RDMA/core: Delete not-used create RWQ table functionLeon Romanovsky1-3/+0
2020-06-24RDMA: Add support to dump resource tracker in RAW formatMaor Gottlieb1-0/+3
2020-06-23RDMA: Add dedicated CM_ID resource tracker functionMaor Gottlieb1-2/+2
2020-06-23RDMA: Add dedicated QP resource tracker functionMaor Gottlieb1-0/+1
2020-06-23RDMA: Add a dedicated CQ resource tracker functionMaor Gottlieb1-0/+1
2020-06-23RDMA: Add dedicated MR resource tracker functionMaor Gottlieb1-2/+2
2020-06-08dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai1-2/+4
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 Gurtovoy1-59/+0
2020-05-29RDMA/core: Introduce shared CQ pool APIYamin Friedman1-1/+16
2020-05-29RDMA/core: Add protection for shared CQs used by ULPsYamin Friedman1-1/+4
2020-05-21IB/uverbs: Move QP, SRQ, WQ type and flags to UAPIYishai Hadas1-19/+24
2020-05-21RDMA/core: Allow the ioctl layer to abort a fully created uobjectJason Gunthorpe1-0/+5
2020-05-21IB/ipoib: Increase ipoib Datagram mode MTU's upper limitKaike Wan1-0/+77
2020-05-21IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPsGary Leshner1-2/+2
2020-05-21IB/hfi1: Add functions to transmit datagram ipoib packetsGary Leshner1-0/+1
2020-05-17RDMA/core: Consolidate ib_create_srq flowsJason Gunthorpe1-15/+12
2020-05-06RDMA/core: Add hash functions to calculate RoCEv2 flowlabel and UDP source portMark Zhang1-0/+44
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe1-1/+1