aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06RDMA/core: Create mmap database and cookie helper functionsMichal Kalderon1-0/+2
2019-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+2
2019-09-16RDMA: Fix double-free in srq creation error flowJack Morgenstein1-1/+2
2019-08-21RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'Jason Gunthorpe1-3/+0
2019-08-21RDMA/core: Make invalidate_range a device operationMoni Shoua1-2/+0
2019-07-04RDMA/uverbs: remove redundant assignment to variable retColin Ian King1-1/+1
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe1-9/+21
2019-06-24RDMA/core: Add signature attrs element for ib_mr structureMax Gurtovoy1-0/+1
2019-06-24RDMA/core: Save the MR type in the ib_mr structureMax Gurtovoy1-0/+1
2019-06-20RDMA/uverbs: Use offsetofend instead of opencodingJason Gunthorpe1-6/+3
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-5/+10
2019-05-27RDMA/uverbs: Pass udata on uverbs error unwindGal Pressman1-4/+5
2019-05-27RDMA/core: Clear out the udata before error unwindJason Gunthorpe1-5/+16
2019-05-03IB/core: Set qp->real_qp before it may be accessedArtemy Kovalyov1-1/+0
2019-05-03RDMA/uverbs: Initialize uverbs_attr_bundle ucontext in ib_uverbs_get_contextShamir Rabinovitch1-0/+2
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-3/+9
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-5/+3
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch1-3/+4
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-9/+8
2019-04-01IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch1-26/+26
2019-04-01IB: ucontext should be set properly for all cmd & ioctl pathsShamir Rabinovitch1-1/+1
2019-03-28RDMA/uverbs: Annotate uverbs_request_next_ptr() return value as a __user pointerBart Van Assche1-1/+1
2019-02-25RDMA/uverbs: Don't do double free of allocated PDLeon Romanovsky1-0/+1
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-10/+14
2019-02-21RDMA/uverbs: Store PR pointer before it is overwrittenLeon Romanovsky1-1/+1
2019-02-19RDMA/core: Verify that memory window type is legalNoa Osherovich1-0/+5
2019-02-19RDMA/core: Cosmetic change - move member initialization to correct blockYuval Shaia1-8/+7
2019-02-15RDMA/uverbs: Fix an error flow in ib_uverbs_poll_cqJason Gunthorpe1-2/+1
2019-02-15IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch1-1/+1
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-5/+10
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe1-1/+10
2019-02-04IB/uverbs: Expose XRC ODP device capabilitiesMoni Shoua1-0/+1
2019-01-14RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUTJason Gunthorpe1-0/+7
2019-01-08RDMA/mlx5: Embed into the code flow the ODP config optionLeon Romanovsky1-3/+0
2019-01-08RDMA/core: Don't depend device ODP capabilities on kconfig optionLeon Romanovsky1-2/+0
2019-01-07RDMA/uverbs: Fix post send success return value in case of errorGal Pressman1-1/+3
2018-12-20IB/core: Move query port to ioctlMichael Guralnik1-52/+1
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman1-1/+1
2018-12-18RDMA/restrack: Resource-tracker should not use uobject pointersShamir Rabinovitch1-4/+4
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-29/+31
2018-12-11RDMA/uverbs: Optimize clearing of extra bytes in responseLeon Romanovsky1-6/+8
2018-12-03RDMA/uverbs: Annotate alloc/deallloc paths with context trackingLeon Romanovsky1-0/+3
2018-12-03RDMA/uverbs: Use only attrs for the write() handler signatureJason Gunthorpe1-103/+47
2018-12-03RDMA/uverbs: Do not check the input length on create_cq/qp pathsJason Gunthorpe1-29/+9
2018-12-03RDMA/uverbs: Use the iterator for ib_uverbs_unmarshall_recv()Jason Gunthorpe1-40/+63
2018-12-03RDMA/uverbs: Add a simple iterator interface for reading the commandJason Gunthorpe1-48/+65
2018-12-03RDMA/uverbs: Simplify ib_uverbs_ex_query_deviceJason Gunthorpe1-60/+4
2018-12-03RDMA/uverbs: Fill in the response for IB_USER_VERBS_EX_CMD_MODIFY_QPJason Gunthorpe1-1/+8
2018-12-03RDMA/uverbs: Use uverbs_request() and core for write_ex handlersJason Gunthorpe1-139/+46
2018-12-03RDMA/uverbs: Use uverbs_request() for request copyingJason Gunthorpe1-64/+135