aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-13IB/uverbs: Do not check for device disassociation during ioctlJason Gunthorpe1-28/+13
2018-08-13IB/uverbs: Remove struct uverbs_root_spec and all supporting codeJason Gunthorpe6-742/+2
2018-08-13IB/uverbs: Use uverbs_api to unmarshal ioctl commandsJason Gunthorpe3-269/+210
2018-08-13IB/uverbs: Use uverbs_alloc for allocationsJason Gunthorpe1-12/+8
2018-08-13IB/uverbs: Add a simple allocator to uverbs_attr_bundleJason Gunthorpe1-20/+89
2018-08-10IB/uverbs: Remove the ib_uverbs_attr pointer from each attrJason Gunthorpe2-35/+64
2018-08-10IB/uverbs: Provide implementation private memory for the uverbs_attr_bundleJason Gunthorpe1-55/+57
2018-08-10IB/uverbs: Use uverbs_api to manage the object type inside the uobjectJason Gunthorpe3-51/+57
2018-08-10IB/uverbs: Build the specs into a radix tree at runtimeJason Gunthorpe5-3/+408
2018-08-10IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe3-20/+33
2018-08-09IB/uverbs: Fix reading of 32 bit flagsJason Gunthorpe1-1/+1
2018-08-07IB/ucm: Initialize sgid request GID attribute pointerParav Pandit1-4/+1
2018-08-01IB/uverbs: Allow all DESTROY commands to succeed after disassociateJason Gunthorpe3-14/+62
2018-08-01IB/uverbs: Do not block disassociate during write()Jason Gunthorpe2-12/+11
2018-08-01IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe7-63/+51
2018-08-01IB/uverbs: Do not pass struct ib_device to the write based methodsJason Gunthorpe3-83/+80
2018-08-01IB/uverbs: Lower the test for ongoing disassociationJason Gunthorpe1-0/+11
2018-08-01IB/uverbs: Allow uobject allocation to work concurrently with disassociateJason Gunthorpe1-11/+26
2018-08-01IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociateJason Gunthorpe3-23/+57
2018-08-01IB/uverbs: Convert 'bool exclusive' into an enumJason Gunthorpe1-37/+57
2018-08-01IB/uverbs: Consolidate uobject destructionJason Gunthorpe1-129/+122
2018-08-01IB/uverbs: Make the write path destroy methods use the same flow as ioctlJason Gunthorpe2-86/+44
2018-08-01IB/uverbs: Remove rdma_explicit_destroy() from the ioctl methodsJason Gunthorpe3-22/+32
2018-07-30RDMA/core: Prefix _ib to IB/RoCE specific functionsParav Pandit1-18/+19
2018-07-30RDMA/core: Simplify gid type check in cma_acquire_dev()Parav Pandit1-9/+3
2018-07-30RDMA/core: Avoid holding lock while initializing fields on stackParav Pandit1-22/+14
2018-07-30RDMA/core: Return bool instead of intParav Pandit1-10/+13
2018-07-30RDMA/cma: Get rid of 1 bit booleanParav Pandit1-2/+2
2018-07-30RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit1-24/+31
2018-07-30RDMA/core: Constify dst_addr argumentParav Pandit2-9/+9
2018-07-30RDMA/cma: Simplify rdma_resolve_addr() error flowParav Pandit1-10/+4
2018-07-30RDMA/cma: Initialize resource type in __rdma_create_id()Parav Pandit1-1/+1
2018-07-30RDMA/core: Check for verbs callbacks before using themKamal Heib2-1/+5
2018-07-30RDMA/core: Remove {create,destroy}_ah from mandatory verbsKamal Heib1-2/+0
2018-07-30IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs languageJason Gunthorpe4-15/+69
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-3/+6
2018-07-26RDMA/cma: Do not ignore net namespace for unbound cm_idParav Pandit1-3/+10
2018-07-26RDMA/cma: Consider netdevice for RoCE portsParav Pandit1-3/+2
2018-07-26IB/core: Introduce and use sgid_attr in CM requestsParav Pandit2-7/+26
2018-07-25IB/core: Remove extra parenthesesVarsha Rao1-1/+1
2018-07-25IB/uverbs: Fix locking around struct ib_uverbs_file ucontextJason Gunthorpe7-30/+50
2018-07-25IB/uverbs: Move the FD uobj type struct file allocation to alloc_commitJason Gunthorpe1-37/+46
2018-07-25IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject()Jason Gunthorpe2-36/+18
2018-07-25IB/uverbs: Rework the locking for cleaning up the ucontextJason Gunthorpe5-108/+122
2018-07-25IB/uverbs: Revise and clarify the rwsem and uobjects_lockJason Gunthorpe3-20/+22
2018-07-25IB/uverbs: Clarify and revise uverbs_close_fdJason Gunthorpe1-13/+28
2018-07-25IB/uverbs: Revise the placement of get/puts on uobjectJason Gunthorpe1-33/+50
2018-07-25IB/uverbs: Clarify the kref'ing ordering for alloc_commitJason Gunthorpe1-4/+22
2018-07-25IB/uverbs: Handle IDR and FD types without truncationJason Gunthorpe4-18/+30
2018-07-25IB/uverbs: Get rid of null_obj_typeJason Gunthorpe1-32/+9