aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/devx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-25IB/mlx5: Add CREATE_PSV/DESTROY_PSV for devx interfaceMax Gurtovoy1-0/+14
2019-07-08Merge branch 'vhca-tunnel' into rdma.git for-nextJason Gunthorpe1-4/+20
2019-07-08IB/mlx5: Implement VHCA tunnel mechanism in DEVXMax Gurtovoy1-4/+20
2019-07-03IB/mlx5: DEVX cleanup mdevYishai Hadas1-10/+8
2019-07-03IB/mlx5: Add DEVX support for CQ eventsYishai Hadas1-0/+39
2019-07-03IB/mlx5: Implement DEVX dispatching eventYishai Hadas1-3/+300
2019-07-03IB/mlx5: Enable subscription for device events over DEVXYishai Hadas1-7/+553
2019-07-03IB/mlx5: Register DEVX with mlx5_core to get async eventsYishai Hadas1-0/+30
2019-07-03IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_EVENT_FDYishai Hadas1-0/+95
2019-06-24net/mlx5: Convert mkey_table to XArrayMatthew Wilcox1-14/+4
2019-05-14IB/mlx5: Verify DEVX general object type correctlyYishai Hadas1-3/+10
2019-05-06IB/mlx5: Device resource control for privileged DEVX userAriel Levkovich1-0/+4
2019-04-22RDMA/mlx5: Allow DEVX and raw creation flow on repsMark Bloch1-1/+1
2019-04-22RDMA/mlx5: Add query e-switch vport context to devx white listMaor Gottlieb1-0/+2
2019-04-10RDMA/mlx5: Move rep into port structMark Bloch1-1/+1
2019-04-08IB/mlx5: Remove references to uboject->contextJason Gunthorpe1-7/+9
2019-04-01IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch1-2/+4
2019-03-28IB/mlx5: Declare devx_async_cmd_event_fops staticBart Van Assche1-1/+1
2019-03-17IB/mlx5: Use mlx5 core to create/destroy a DEVX DCTYishai Hadas1-8/+26
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch1-8/+13
2019-02-11IB/mlx5: Fix bad flow upon DEVX mkey creationYishai Hadas1-2/+3
2019-01-30IB/mlx5: Remove set but not used variableKamal Heib1-3/+1
2019-01-29Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe1-1/+317
2019-01-29IB/mlx5: Implement DEVX hot unplug for async command FDYishai Hadas1-2/+20
2019-01-29IB/mlx5: Implement the file ops of DEVX async command FDYishai Hadas1-2/+55
2019-01-29IB/mlx5: Introduce async DEVX obj query APIYishai Hadas1-1/+163
2019-01-29IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_CMD_FDYishai Hadas1-0/+83
2019-01-21IB/mlx5: Manage indirection mkey upon DEVX flow for ODPYishai Hadas1-1/+88
2019-01-21IB/mlx5: DEVX handling for indirection MKEYYishai Hadas1-2/+36
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-1/+1
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-54/+179
2018-12-20IB/mlx5: Use the correct commands for UMEM and UCTX allocationYishai Hadas1-19/+15
2018-12-06IB/mlx5: Block DEVX umem from the non applicable casesYishai Hadas1-1/+3
2018-12-04IB/mlx5: Update the supported DEVX commandsYishai Hadas1-0/+17
2018-12-04IB/mlx5: Enforce DEVX privilege by firmwareYishai Hadas1-8/+9
2018-12-04IB/mlx5: Enable modify and query verbs objects via DEVXYishai Hadas1-12/+96
2018-11-29RDMA/mlx5: Attach a DEVX counter via raw flow creationMark Bloch1-0/+15
2018-11-26RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methodsJason Gunthorpe1-12/+13
2018-11-26RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for writeJason Gunthorpe1-1/+1
2018-11-22RDMA/mlx5: Use the uapi disablement APIs instead of codeJason Gunthorpe1-3/+17
2018-11-22RDMA/uverbs: Use a linear list to describe the compiled-in uapiJason Gunthorpe1-9/+6
2018-10-16IB/mlx5: Verify DEVX object typeYishai Hadas1-54/+126
2018-10-16Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe1-1/+4
2018-09-27IB/mlx5: Enable DEVX white list commandsYishai Hadas1-15/+60
2018-09-27IB/mlx5: Manage device uid for DEVX white list commandsYishai Hadas1-6/+6
2018-09-25IB/mlx5: Destroy the DEVX object upon error flowYishai Hadas1-1/+4
2018-09-25IB/mlx5: Set valid umem bit on DEVXYishai Hadas1-0/+95
2018-09-05{net, RDMA}/mlx5: Rename encap to reformat packetMark Bloch1-3/+3
2018-08-13IB/uverbs: Use uverbs_alloc for allocationsJason Gunthorpe1-53/+30
2018-08-01IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe1-22/+21