aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-29RDMA/efa: Mask access flags with the correct optional rangeGal Pressman1-1/+1
2020-01-28RDMA/cma: Fix unbalanced cm_id reference count during address resolveParav Pandit1-0/+2
2020-01-28RDMA/umem: Fix ib_umem_find_best_pgsz()Artemy Kovalyov1-3/+6
2020-01-27IB/mlx4: Fix leak in id_map_find_delHÃ¥kon Bugge1-26/+3
2020-01-25IB/opa_vnic: Spelling correction of 'erorr' to 'error'Dillon Brock1-1/+1
2020-01-25IB/hfi1: Fix logical condition in msix_request_irqNathan Chancellor1-1/+1
2020-01-25RDMA/cm: Remove CM message structsJason Gunthorpe3-289/+6
2020-01-25RDMA/cm: Use IBA functions for complex structure membersJason Gunthorpe1-64/+107
2020-01-25RDMA/cm: Use IBA functions for simple structure membersJason Gunthorpe1-139/+245
2020-01-25RDMA/cm: Use IBA functions for swapping get/set acessorsJason Gunthorpe2-269/+36
2020-01-25RDMA/cm: Use IBA functions for simple get/set acessorsJason Gunthorpe2-509/+104
2020-01-25RDMA/cm: Add SET/GET implementations to hide IBA wire formatLeon Romanovsky4-0/+622
2020-01-25RDMA/cm: Add accessors for CM_REQ transport_typeJason Gunthorpe1-12/+29
2020-01-25IB/mlx5: Return the administrative GUID if existsDanit Goldberg2-16/+17
2020-01-25RDMA/core: Ensure that rdma_user_mmap_entry_remove() is a fenceJason Gunthorpe1-0/+2
2020-01-18net/rds: Use prefetch for On-Demand-Paging MRHans Westgaard Ry1-0/+9
2020-01-18net/rds: Handle ODP mr registration/unregistrationHans Westgaard Ry7-56/+244
2020-01-16IB/mlx4: Fix memory leak in add_gid error flowJack Morgenstein1-4/+16
2020-01-16IB/mlx5: Expose RoCE accelerator countersAvihai Horon1-0/+18
2020-01-16RDMA/mlx5: Set relaxed ordering when requestedMichael Guralnik4-5/+23
2020-01-16RDMA/core: Add the core support field to METHOD_GET_CONTEXTMichael Guralnik3-0/+13
2020-01-16RDMA/uverbs: Add new relaxed ordering memory region access flagMichael Guralnik2-0/+2
2020-01-16RDMA/efa: Allow passing of optional access flags for MR registrationMichael Guralnik1-0/+1
2020-01-16RDMA/core: Add optional access flags rangeMichael Guralnik2-1/+10
2020-01-16RDMA/uverbs: Verify MR access flagsMichael Guralnik1-0/+3
2020-01-16RDMA/uverbs: Add ioctl command to get a device contextJason Gunthorpe6-62/+119
2020-01-16RDMA/core: Remove ucontext_lock from the uverbs_destry_ufile_hw() pathJason Gunthorpe2-21/+5
2020-01-16RDMA/core: Add UVERBS_METHOD_ASYNC_EVENT_ALLOCJason Gunthorpe3-2/+33
2020-01-16net/mlx5: Expose relaxed ordering bitsMichael Guralnik1-2/+5
2020-01-16net/mlx5: Add RoCE accelerator countersLeon Romanovsky1-2/+15
2020-01-16net/rds: Detect need of On-Demand-Paging memory registrationHans Westgaard Ry1-2/+4
2020-01-16RDMA/mlx5: Fix handling of IOVA != user_va in ODP pathsJason Gunthorpe2-6/+15
2020-01-16IB/mlx5: Mask out unsupported ODP capabilities for kernel QPsMoni Shoua1-0/+17
2020-01-16RDMA/mlx5: Don't fake udata for kernel pathLeon Romanovsky1-18/+16
2020-01-16IB/mlx5: Add ODP WQE handlers for kernel QPsMoni Shoua3-70/+117
2020-01-16IB/core: Add interface to advise_mr for kernel usersMoni Shoua2-0/+14
2020-01-16IB/core: Introduce ib_reg_user_mrMoni Shoua4-1/+40
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua34-103/+85
2020-01-15IB/srp: Never use immediate data if it is disabled by a userSergey Gorenko1-1/+2
2020-01-15RDMA/rxe: Compute the maximum sges and inline size based on the WQE sizeRao Shoaib1-10/+8
2020-01-15Introduce maximum WQE size to check limitsRao Shoaib1-1/+6
2020-01-15RDMA/efa: Remove unused ucontext parameter from efa_qp_user_mmap_entries_removeGal Pressman1-7/+4
2020-01-15RDMA/efa: Remove {} brackets from single statement ifGal Pressman1-2/+1
2020-01-15RDMA/efa: Device definitions documentation updatesGal Pressman1-13/+24
2020-01-15RDMA/hns: Add support for extended atomic in userspaceJiaran Zhang2-2/+17
2020-01-15RDMA/hns: Get pf capabilities from firmwareLijun Ou2-109/+6
2020-01-15RDMA/hns: Add interfaces to get pf capabilities from firmwareLijun Ou3-0/+527
2020-01-15RDMA/hns: Remove some redundant variables related to capabilitiesWeihang Li3-7/+1
2020-01-13RDMA/core: Use READ_ONCE for ib_ufile.async_fileJason Gunthorpe5-26/+18
2020-01-13RDMA/core: Make ib_uverbs_async_event_file into a uobjectJason Gunthorpe9-143/+96