summaryrefslogtreecommitdiffstats
path: root/include/rdma
AgeCommit message (Expand)Author
2020-06-03RDMA/core: Fix double destruction of uobjectJason Gunthorpe
2020-02-14RDMA/uverbs: Verify MR access flagsMichael Guralnik
2019-11-24IB/mlx4: Avoid implicit enumerated type conversionNathan Chancellor
2019-11-12RDMA/uverbs: Prevent potential underflowDan Carpenter
2019-10-01IB/core: Add an unbound WQ type to the new CQ APIJack Morgenstein
2019-07-26IB/mlx5: Report correctly tag matching rendezvous capabilityDanit Goldberg
2018-11-13IB/rxe: Revise the ib_wr_opcode enumJason Gunthorpe
2018-08-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko
2018-08-17RDMA/smc: Replace ib_query_gid with rdma_get_gid_attrJason Gunthorpe
2018-08-16Revert "net/smc: Replace ib_query_gid with rdma_get_gid_attr"Jason Gunthorpe
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe
2018-08-13IB/uverbs: Remove struct uverbs_root_spec and all supporting codeJason Gunthorpe
2018-08-13IB/uverbs: Use uverbs_api to unmarshal ioctl commandsJason Gunthorpe
2018-08-13IB/uverbs: Add a simple allocator to uverbs_attr_bundleJason Gunthorpe
2018-08-10IB/uverbs: Remove the ib_uverbs_attr pointer from each attrJason Gunthorpe
2018-08-10IB/uverbs: Provide implementation private memory for the uverbs_attr_bundleJason Gunthorpe
2018-08-10IB/uverbs: Use uverbs_api to manage the object type inside the uobjectJason Gunthorpe
2018-08-10IB/uverbs: Build the specs into a radix tree at runtimeJason Gunthorpe
2018-08-10IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe
2018-08-02RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe
2018-08-01IB/uverbs: Allow all DESTROY commands to succeed after disassociateJason Gunthorpe
2018-08-01IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe
2018-08-01IB/uverbs: Do not pass struct ib_device to the write based methodsJason Gunthorpe
2018-08-01IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociateJason Gunthorpe
2018-08-01IB/uverbs: Convert 'bool exclusive' into an enumJason Gunthorpe
2018-08-01IB/uverbs: Consolidate uobject destructionJason Gunthorpe
2018-08-01IB/uverbs: Make the write path destroy methods use the same flow as ioctlJason Gunthorpe
2018-07-30RDMA/core: Return bool instead of intParav Pandit
2018-07-30RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit
2018-07-30RDMA/core: Constify dst_addr argumentParav Pandit
2018-07-30IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs languageJason Gunthorpe
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche
2018-07-27IB/cache: Restore compatibility for ib_query_gidJason Gunthorpe
2018-07-26IB/core: Introduce and use sgid_attr in CM requestsParav Pandit
2018-07-25IB/uverbs: Fix locking around struct ib_uverbs_file ucontextJason Gunthorpe
2018-07-25IB/uverbs: Move the FD uobj type struct file allocation to alloc_commitJason Gunthorpe
2018-07-25IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject()Jason Gunthorpe
2018-07-25IB/uverbs: Rework the locking for cleaning up the ucontextJason Gunthorpe
2018-07-25IB/uverbs: Handle IDR and FD types without truncationJason Gunthorpe
2018-07-24IB/core: Allow ULPs to specify NULL as the third ib_post_(send|recv|srq_recv)...Bart Van Assche
2018-07-24IB/mlx5: Introduce driver create and destroy flow methodsYishai Hadas
2018-07-24IB: Support ib_flow creation in driversYishai Hadas
2018-07-24IB/mlx5: Introduce flow steering matcher uapi objectYishai Hadas
2018-07-23IB/uverbs: Move ib_access_flags and ib_read_counters_flags to uapiJason Gunthorpe
2018-07-10IB: Enable uverbs_destroy_def_handler to be used by driversYishai Hadas
2018-07-10RDMA: Validate grh_required when handling AVsArtemy Kovalyov
2018-07-10RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe
2018-07-09IB/uverbs: Remove ib_uobject_fileJason Gunthorpe