aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-24/+0
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko1-1/+2
2018-08-17RDMA/smc: Replace ib_query_gid with rdma_get_gid_attrJason Gunthorpe1-24/+0
2018-08-16Revert "net/smc: Replace ib_query_gid with rdma_get_gid_attr"Jason Gunthorpe1-0/+1
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe1-5/+8
2018-08-13IB/uverbs: Remove struct uverbs_root_spec and all supporting codeJason Gunthorpe1-91/+0
2018-08-13IB/uverbs: Use uverbs_api to unmarshal ioctl commandsJason Gunthorpe1-29/+7
2018-08-13IB/uverbs: Add a simple allocator to uverbs_attr_bundleJason Gunthorpe1-0/+24
2018-08-10IB/uverbs: Remove the ib_uverbs_attr pointer from each attrJason Gunthorpe1-28/+8
2018-08-10IB/uverbs: Provide implementation private memory for the uverbs_attr_bundleJason Gunthorpe1-0/+1
2018-08-10IB/uverbs: Use uverbs_api to manage the object type inside the uobjectJason Gunthorpe3-19/+22
2018-08-10IB/uverbs: Build the specs into a radix tree at runtimeJason Gunthorpe1-0/+137
2018-08-10IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe1-1/+1
2018-08-02RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe1-1/+5
2018-08-01IB/uverbs: Allow all DESTROY commands to succeed after disassociateJason Gunthorpe1-2/+4
2018-08-01IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe2-4/+3
2018-08-01IB/uverbs: Do not pass struct ib_device to the write based methodsJason Gunthorpe1-3/+9
2018-08-01IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociateJason Gunthorpe1-1/+6
2018-08-01IB/uverbs: Convert 'bool exclusive' into an enumJason Gunthorpe2-11/+18
2018-08-01IB/uverbs: Consolidate uobject destructionJason Gunthorpe2-39/+35
2018-08-01IB/uverbs: Make the write path destroy methods use the same flow as ioctlJason Gunthorpe2-6/+11
2018-07-30RDMA/core: Return bool instead of intParav Pandit1-2/+2
2018-07-30RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit1-1/+1
2018-07-30RDMA/core: Constify dst_addr argumentParav Pandit2-3/+3
2018-07-30IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs languageJason Gunthorpe1-0/+33
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-15/+15
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche1-5/+6
2018-07-27IB/cache: Restore compatibility for ib_query_gidJason Gunthorpe1-0/+24
2018-07-26IB/core: Introduce and use sgid_attr in CM requestsParav Pandit1-0/+13
2018-07-25IB/uverbs: Fix locking around struct ib_uverbs_file ucontextJason Gunthorpe1-8/+0
2018-07-25IB/uverbs: Move the FD uobj type struct file allocation to alloc_commitJason Gunthorpe1-1/+1
2018-07-25IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject()Jason Gunthorpe2-3/+8
2018-07-25IB/uverbs: Rework the locking for cleaning up the ucontextJason Gunthorpe1-0/+5
2018-07-25IB/uverbs: Handle IDR and FD types without truncationJason Gunthorpe2-19/+23
2018-07-24IB/core: Allow ULPs to specify NULL as the third ib_post_(send|recv|srq_recv)() argumentBart Van Assche1-3/+9
2018-07-24IB/mlx5: Introduce driver create and destroy flow methodsYishai Hadas2-12/+31
2018-07-24IB: Support ib_flow creation in driversYishai Hadas1-0/+1
2018-07-24IB/mlx5: Introduce flow steering matcher uapi objectYishai Hadas1-0/+2
2018-07-23IB/uverbs: Move ib_access_flags and ib_read_counters_flags to uapiJason Gunthorpe1-13/+10
2018-07-10IB: Enable uverbs_destroy_def_handler to be used by driversYishai Hadas1-0/+3
2018-07-10RDMA: Validate grh_required when handling AVsArtemy Kovalyov1-1/+12
2018-07-10RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe2-28/+36
2018-07-09IB/uverbs: Remove ib_uobject_fileJason Gunthorpe2-8/+3
2018-07-09IB/uverbs: Replace file->ucontext with file in uverbs_cmd.cJason Gunthorpe1-16/+19
2018-07-09IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function callsJason Gunthorpe2-12/+12
2018-07-09IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufileJason Gunthorpe1-6/+3
2018-07-09IB/uverbs: Add a uobj_perform_destroy helperJason Gunthorpe1-0/+5
2018-07-04RDMA/uverbs: Combine MIN_SZ_OR_ZERO with UVERBS_ATTR_STRUCTJason Gunthorpe1-9/+22
2018-07-04RDMA/uverbs: Use UVERBS_ATTR_MIN_SIZE correctly and uniformlyJason Gunthorpe1-8/+9
2018-07-04RDMA/uverbs: Remove UA_FLAGSJason Gunthorpe1-14/+21