summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/devx.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mlx5: Allow DEVX and raw creation flow on repsMark Bloch2019-04-221-1/+1
* RDMA/mlx5: Add query e-switch vport context to devx white listMaor Gottlieb2019-04-221-0/+2
* RDMA/mlx5: Move rep into port structMark Bloch2019-04-101-1/+1
* IB/mlx5: Remove references to uboject->contextJason Gunthorpe2019-04-081-7/+9
* IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch2019-04-011-2/+4
* IB/mlx5: Declare devx_async_cmd_event_fops staticBart Van Assche2019-03-281-1/+1
* IB/mlx5: Use mlx5 core to create/destroy a DEVX DCTYishai Hadas2019-03-171-8/+26
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-8/+13
* IB/mlx5: Fix bad flow upon DEVX mkey creationYishai Hadas2019-02-111-2/+3
* IB/mlx5: Remove set but not used variableKamal Heib2019-01-301-3/+1
* Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2019-01-291-1/+317
|\
| * IB/mlx5: Implement DEVX hot unplug for async command FDYishai Hadas2019-01-291-2/+20
| * IB/mlx5: Implement the file ops of DEVX async command FDYishai Hadas2019-01-291-2/+55
| * IB/mlx5: Introduce async DEVX obj query APIYishai Hadas2019-01-291-1/+163
| * IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_CMD_FDYishai Hadas2019-01-291-0/+83
* | IB/mlx5: Manage indirection mkey upon DEVX flow for ODPYishai Hadas2019-01-211-1/+88
* | IB/mlx5: DEVX handling for indirection MKEYYishai Hadas2019-01-211-2/+36
* | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-101-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-281-54/+179
|\
| * IB/mlx5: Use the correct commands for UMEM and UCTX allocationYishai Hadas2018-12-201-19/+15
| * IB/mlx5: Update the supported DEVX commandsYishai Hadas2018-12-041-0/+17
| * IB/mlx5: Enforce DEVX privilege by firmwareYishai Hadas2018-12-041-8/+9
| * IB/mlx5: Enable modify and query verbs objects via DEVXYishai Hadas2018-12-041-12/+96
| * RDMA/mlx5: Attach a DEVX counter via raw flow creationMark Bloch2018-11-291-0/+15
| * RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methodsJason Gunthorpe2018-11-261-12/+13
| * RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for writeJason Gunthorpe2018-11-261-1/+1
| * RDMA/mlx5: Use the uapi disablement APIs instead of codeJason Gunthorpe2018-11-221-3/+17
| * RDMA/uverbs: Use a linear list to describe the compiled-in uapiJason Gunthorpe2018-11-221-9/+6
* | IB/mlx5: Block DEVX umem from the non applicable casesYishai Hadas2018-12-061-1/+3
|/
* IB/mlx5: Verify DEVX object typeYishai Hadas2018-10-161-54/+126
* Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe2018-10-161-1/+4
|\
| * IB/mlx5: Destroy the DEVX object upon error flowYishai Hadas2018-09-251-1/+4
* | IB/mlx5: Enable DEVX white list commandsYishai Hadas2018-09-271-15/+60
* | IB/mlx5: Manage device uid for DEVX white list commandsYishai Hadas2018-09-271-6/+6
* | IB/mlx5: Set valid umem bit on DEVXYishai Hadas2018-09-251-0/+95
* | {net, RDMA}/mlx5: Rename encap to reformat packetMark Bloch2018-09-051-3/+3
|/
* IB/uverbs: Use uverbs_alloc for allocationsJason Gunthorpe2018-08-131-53/+30
* IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe2018-08-011-22/+21
* IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs languageJason Gunthorpe2018-07-301-6/+10
* IB/uverbs: Fix locking around struct ib_uverbs_file ucontextJason Gunthorpe2018-07-251-5/+15
* IB/mlx5: Use the ucontext from the uobj, not the fileJason Gunthorpe2018-07-251-16/+16
* IB/mlx5: Introduce driver create and destroy flow methodsYishai Hadas2018-07-241-0/+22
* RDMA/mlx5: Remove set but not used variablesKamal Heib2018-07-231-2/+0
* IB: Enable uverbs_destroy_def_handler to be used by driversYishai Hadas2018-07-101-16/+2
* RDMA/uverbs: Use UVERBS_ATTR_MIN_SIZE correctly and uniformlyJason Gunthorpe2018-07-041-12/+4
* RDMA/uverbs: Remove UA_FLAGSJason Gunthorpe2018-07-041-34/+34
* RDMA/uverbs: Get rid of the & in method specificationsJason Gunthorpe2018-07-041-108/+132
* RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macrosJason Gunthorpe2018-07-041-4/+4
* RDMA/uverbs: Simplify method definition macrosJason Gunthorpe2018-07-041-9/+9
* RDMA/uverbs: Simplify UVERBS_ATTR family of macrosJason Gunthorpe2018-07-041-36/+36
OpenPOWER on IntegriCloud