summaryrefslogtreecommitdiff
path: root/include/rdma
AgeCommit message (Expand)AuthorFilesLines
2019-02-05RDMA/IWPM: Support no port mapping requirementsSteve Wise2-1/+27
2019-02-05Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe1-2/+22
2019-02-05IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche1-27/+0
2019-02-05IB/uverbs: Expose XRC ODP device capabilitiesMoni Shoua1-0/+1
2019-02-05IB/core: Allocate a bit for SRQ ODP supportMoni Shoua1-0/+1
2019-01-31RDMA/core: Use the ops infrastructure to keep all callbacks in one placeLeon Romanovsky2-7/+5
2019-01-31RDMA/core: Simplify restrack interfaceLeon Romanovsky1-19/+4
2019-01-31RDMA: Add indication for in kernel API support to IB deviceGal Pressman1-0/+5
2019-01-31RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+7
2019-01-31RDMA/srp: Increase max_segment_sizeBart Van Assche1-0/+13
2019-01-29Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe1-0/+1
2019-01-29IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_CMD_FDYishai Hadas1-0/+1
2019-01-24IB/mlx5: Remove dead codeMoni Shoua1-6/+0
2019-01-24IB/mlx5: Ranges in implicit ODP MR inherit its write accessMoni Shoua1-1/+1
2019-01-22RDMA/device: Expose ib_device_try_get(()Jason Gunthorpe1-2/+22
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit1-0/+23
2019-01-14RDMA: Rename port_callback to init_portParav Pandit2-6/+7
2019-01-11IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2-3/+6
2019-01-09RDMA/mlx5: Embed into the code flow the ODP config optionLeon Romanovsky1-13/+13
2019-01-09RDMA: Clean structures from CONFIG_INFINIBAND_ON_DEMAND_PAGINGLeon Romanovsky1-2/+0
2018-12-21IB/core: uverbs copy to struct or zero helperMichael Guralnik1-0/+8
2018-12-20RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman1-2/+8
2018-12-20RDMA: Mark if create address handle is in a sleepable contextGal Pressman1-2/+9
2018-12-19RDMA/restrack: Resource-tracker should not use uobject pointersShamir Rabinovitch1-6/+7
2018-12-19IB/uverbs: Add support to advise_mrMoni Shoua1-0/+4
2018-12-19IB/uverbs: Add helper to get array size from ptr attributeMoni Shoua1-0/+22
2018-12-12RDMA: Start use ib_device_opsKamal Heib2-296/+19
2018-12-12RDMA/core: Introduce ib_device_opsKamal Heib1-0/+242
2018-12-12RDMA/mlx5: Fail early if user tries to create flows on IB representorsLeon Romanovsky1-4/+5
2018-12-11IB/core: Add new IB ratesMichael Guralnik1-1/+5
2018-12-11IB/core: Add 2X port widthMichael Guralnik1-0/+2
2018-12-11IB/core: Add CapabilityMask2 to port attributesMichael Guralnik2-0/+11
2018-12-07RDMA/uverbs: Fix typo in string concatenation macroLeon Romanovsky1-1/+1
2018-12-07IB/hfi1: Allow the driver to initialize QP priv structMike Marciniszyn1-0/+7
2018-12-04IB/core: Enable getting an object type from a given uobjectYishai Hadas1-0/+12
2018-12-04IB/core: Introduce UVERBS_IDR_ANY_OBJECTYishai Hadas1-0/+6
2018-12-03RDMA/restrack: Track ucontextLeon Romanovsky2-0/+8
2018-12-03RDMA/uverbs: Use only attrs for the write() handler signatureJason Gunthorpe1-6/+2
2018-12-03RDMA/uverbs: Use uverbs_attr_bundle to pass ucore for write/write_exJason Gunthorpe1-0/+1
2018-11-27RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl()Jason Gunthorpe1-2/+6
2018-11-27RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_exJason Gunthorpe1-2/+2
2018-11-27RDMA/uverbs: Add structure size info to write commandsJason Gunthorpe1-3/+9
2018-11-27RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methodsJason Gunthorpe2-4/+3
2018-11-27RDMA/uverbs: Make write() handlers return 0 on successJason Gunthorpe2-10/+8
2018-11-27RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for writeJason Gunthorpe3-26/+34
2018-11-22RDMA/core: Sync unregistration with netlink commandsParav Pandit1-1/+7
2018-11-22RDMA/uverbs: Check for NULL driver methods for every write callJason Gunthorpe1-0/+16
2018-11-22RDMA/verbs: Store the write/write_ex uapi entry points in the uverbs_apiJason Gunthorpe1-6/+88
2018-11-22RDMA/uverbs: Add helpers to mark uapi functions as unsupportedJason Gunthorpe1-0/+31
2018-11-22RDMA/uverbs: Use a linear list to describe the compiled-in uapiJason Gunthorpe4-37/+38