aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-16RDMA/uverbs: Add new relaxed ordering memory region access flagGravatar Michael Guralnik 2-0/+2
2020-01-16RDMA/efa: Allow passing of optional access flags for MR registrationGravatar Michael Guralnik 1-0/+1
2020-01-16RDMA/core: Add optional access flags rangeGravatar Michael Guralnik 2-1/+10
2020-01-16RDMA/uverbs: Verify MR access flagsGravatar Michael Guralnik 1-0/+3
2020-01-16RDMA/uverbs: Add ioctl command to get a device contextGravatar Jason Gunthorpe 6-62/+119
2020-01-16RDMA/core: Remove ucontext_lock from the uverbs_destry_ufile_hw() pathGravatar Jason Gunthorpe 2-21/+5
2020-01-16RDMA/core: Add UVERBS_METHOD_ASYNC_EVENT_ALLOCGravatar Jason Gunthorpe 3-2/+33
2020-01-16Merge branch 'mlx5-next' into rdma.git for-nextGravatar Jason Gunthorpe 1-4/+20
2020-01-16net/mlx5: Expose relaxed ordering bitsGravatar Michael Guralnik 1-2/+5
2020-01-16net/mlx5: Add RoCE accelerator countersGravatar Leon Romanovsky 1-2/+15
2020-01-15IB/srp: Never use immediate data if it is disabled by a userGravatar Sergey Gorenko 1-1/+2
2020-01-15RDMA/rxe: Compute the maximum sges and inline size based on the WQE sizeGravatar Rao Shoaib 1-10/+8
2020-01-15Introduce maximum WQE size to check limitsGravatar Rao Shoaib 1-1/+6
2020-01-15RDMA/efa: Remove unused ucontext parameter from efa_qp_user_mmap_entries_removeGravatar Gal Pressman 1-7/+4
2020-01-15RDMA/efa: Remove {} brackets from single statement ifGravatar Gal Pressman 1-2/+1
2020-01-15RDMA/efa: Device definitions documentation updatesGravatar Gal Pressman 1-13/+24
2020-01-15RDMA/hns: Add support for extended atomic in userspaceGravatar Jiaran Zhang 2-2/+17
2020-01-15RDMA/hns: Get pf capabilities from firmwareGravatar Lijun Ou 2-109/+6
2020-01-15RDMA/hns: Add interfaces to get pf capabilities from firmwareGravatar Lijun Ou 3-0/+527
2020-01-15RDMA/hns: Remove some redundant variables related to capabilitiesGravatar Weihang Li 3-7/+1
2020-01-13RDMA/core: Use READ_ONCE for ib_ufile.async_fileGravatar Jason Gunthorpe 5-26/+18
2020-01-13RDMA/core: Make ib_uverbs_async_event_file into a uobjectGravatar Jason Gunthorpe 9-143/+96
2020-01-13RDMA/core: Remove the ufile arg from rdma_alloc_begin_uobjectGravatar Jason Gunthorpe 3-21/+21
2020-01-13RDMA/core: Simplify type usage for ib_uverbs_async_handler()Gravatar Jason Gunthorpe 3-56/+34
2020-01-13RDMA/core: Do not erase the type of ib_wq.uobjectGravatar Jason Gunthorpe 3-8/+11
2020-01-13RDMA/core: Do not erase the type of ib_srq.uobjectGravatar Jason Gunthorpe 3-9/+14
2020-01-13RDMA/core: Do not erase the type of ib_qp.uobjectGravatar Jason Gunthorpe 4-17/+25
2020-01-13RDMA/core: Do not erase the type of ib_cq.uobjectGravatar Jason Gunthorpe 5-22/+34
2020-01-13RDMA/core: Make ib_ucq_object use ib_uevent_objectGravatar Jason Gunthorpe 4-35/+25
2020-01-13RDMA/core: Do not allow alloc_commit to failGravatar Jason Gunthorpe 6-141/+99
2020-01-13RDMA/mlx5: Simplify devx async commandsGravatar Jason Gunthorpe 1-14/+10
2020-01-13RDMA/core: Simplify destruction of FD uobjectsGravatar Jason Gunthorpe 7-123/+94
2020-01-13RDMA/mlx5: Use RCU and direct refcounts to keep memory aliveGravatar Jason Gunthorpe 4-37/+35
2020-01-13RDMA/uverbs: Remove needs_kfree_rcu from uverbs_obj_type_classGravatar Jason Gunthorpe 2-23/+1
2020-01-12IB/mlx5: Add mmap support for VARGravatar Yishai Hadas 1-1/+4
2020-01-12IB/mlx5: Introduce VAR object and its alloc/destroy methodsGravatar Yishai Hadas 3-0/+181
2020-01-12IB/mlx5: Extend caps stage to handle VAR capabilitiesGravatar Yishai Hadas 2-2/+48
2020-01-12Merge branch 'mlx5_vdpa' into rdma.git for-nextGravatar Jason Gunthorpe 3-0/+31
2020-01-10net/mlx5: Expose vDPA emulation device capabilitiesGravatar Yishai Hadas 2-0/+16
2020-01-10net/mlx5: Add Virtio Emulation related device capabilitiesGravatar Yishai Hadas 1-0/+15
2020-01-10RDMA/core: Remove err in iw_query_portGravatar Guoqing Jiang 1-6/+1
2020-01-10RDMA/hns: Add support for reporting wc as software modeGravatar Xi Wang 6-34/+252
2020-01-10RDMA/hns: Bugfix for posting a wqe with sgeGravatar Lijun Ou 1-16/+25
2020-01-10IB/hfi1: Add RcvShortLengthErrCnt to hfi1statsGravatar Mike Marciniszyn 3-0/+3
2020-01-10IB/hfi1: Add software counter for ctxt0 seq dropGravatar Mike Marciniszyn 4-0/+14
2020-01-10IB/hfi1: Return void in packet receiving functionsGravatar Grzegorz Andrejczuk 2-25/+18
2020-01-10IB/hfi1: Decouple IRQ name from typeGravatar Grzegorz Andrejczuk 2-48/+59
2020-01-10IB/hfi1: Create API for auto activateGravatar Mike Marciniszyn 1-14/+23
2020-01-10IB/hfi1: IB/hfi1: Add an API to handle special case dropGravatar Mike Marciniszyn 3-8/+23
2020-01-10IB/hfi1: Move common receive IRQ code to functionGravatar Grzegorz Andrejczuk 1-30/+52