summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/devx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-071-74/+28
|\
| * RDMA/mlx5: Cleanup DEVX initialization flowLeon Romanovsky2020-07-071-16/+27
| * RDMA/mlx5: Separate flow steering logic from main.cLeon Romanovsky2020-07-071-58/+1
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* IB/mlx5: Fix DEVX support for MLX5_CMD_OP_INIT2INIT_QP commandMark Zhang2020-05-271-0/+4
* RDMA/core: Allow the ioctl layer to abort a fully created uobjectJason Gunthorpe2020-05-221-6/+4
* RDMA/mlx5: Add init2init as a modify commandAharon Landau2020-05-201-0/+1
* RDMA/mlx5: Delete create QP flags obfuscationLeon Romanovsky2020-04-291-1/+1
* net/mlx5: Move QP logic to mlx5_ibLeon Romanovsky2020-04-191-5/+5
* RDMA/mlx5: Fix async events cleanup flowsYishai Hadas2020-02-131-23/+28
* Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe2020-01-211-1/+1
|\
| * IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-1/+1
* | RDMA/mlx5: Simplify devx async commandsJason Gunthorpe2020-01-131-14/+10
* | RDMA/core: Simplify destruction of FD uobjectsJason Gunthorpe2020-01-131-63/+48
* | RDMA/mlx5: Use RCU and direct refcounts to keep memory aliveJason Gunthorpe2020-01-131-17/+17
|/
* IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-1/+1
* IB/mlx5: Support flow counters offset for bulk countersYevgeny Kliteynik2019-11-131-1/+14
* RDMA/mlx5: Use a dedicated mkey xarray for ODPJason Gunthorpe2019-10-281-4/+4
* RDMA/mlx5: Add missing synchronize_srcu() for MW casesJason Gunthorpe2019-10-041-42/+16
* Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe2019-08-211-5/+6
|\
| * IB/mlx5: Fix use-after-free error while accessing ev_file pointerYishai Hadas2019-08-121-4/+5
| * IB/mlx5: Check the correct variable in error handling codeDan Carpenter2019-08-071-1/+1
* | IB/mlx5: Expose XRQ legacy commands over the DEVX interfaceYishai Hadas2019-08-131-0/+4
* | IB/mlx5: Add legacy events to DEVX listYishai Hadas2019-08-131-0/+8
* | Merge remote-tracking branch 'mlx5-next/mlx5-next' into wip/dl-for-nextDoug Ledford2019-08-131-0/+1
|\ \
| * | IB/mlx5: Support MLX5_CMD_OP_QUERY_LAG as a DEVX general commandMark Zhang2019-08-041-0/+1
| |/
* / IB/mlx5: Add CREATE_PSV/DESTROY_PSV for devx interfaceMax Gurtovoy2019-07-251-0/+14
|/
* Merge branch 'vhca-tunnel' into rdma.git for-nextJason Gunthorpe2019-07-081-4/+20
|\
| * IB/mlx5: Implement VHCA tunnel mechanism in DEVXMax Gurtovoy2019-07-081-4/+20
* | IB/mlx5: DEVX cleanup mdevYishai Hadas2019-07-031-10/+8
* | IB/mlx5: Add DEVX support for CQ eventsYishai Hadas2019-07-031-0/+39
* | IB/mlx5: Implement DEVX dispatching eventYishai Hadas2019-07-031-3/+300
* | IB/mlx5: Enable subscription for device events over DEVXYishai Hadas2019-07-031-7/+553
* | IB/mlx5: Register DEVX with mlx5_core to get async eventsYishai Hadas2019-07-031-0/+30
* | IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_EVENT_FDYishai Hadas2019-07-031-0/+95
|/
* net/mlx5: Convert mkey_table to XArrayMatthew Wilcox2019-06-251-14/+4
* IB/mlx5: Verify DEVX general object type correctlyYishai Hadas2019-05-141-3/+10
* IB/mlx5: Device resource control for privileged DEVX userAriel Levkovich2019-05-061-0/+4
* 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-181-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