summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5 (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-153-38/+49
* RDMA/mlx5: Fix memory leak in case we fail to add an IB deviceMark Bloch2019-02-111-1/+3
* IB/mlx5: Fix bad flow upon DEVX mkey creationYishai Hadas2019-02-111-2/+3
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-091-25/+23
* IB/mlx5: Simplify WQE count power of two checkGal Pressman2019-02-071-3/+3
* IB/mlx5: Do not use hw_access_flags for be and CPU dataBart Van Assche2019-02-051-8/+8
* Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-043-14/+15
|\
| * RDMA/mlx5: Fix flow creation on representorsMark Bloch2019-01-251-2/+1
| * IB/mlx5: Fix how advise_mr() launches async workJason Gunthorpe2019-01-211-5/+5
| * RDMA/mlx5: Fix check for supported user flags when creating a QPMark Bloch2019-01-211-7/+9
* | IB/mlx5: Advertise XRC ODP supportMoni Shoua2019-02-041-0/+18
* | IB/mlx5: Advertise SRQ ODP support for supported transportsMoni Shoua2019-02-041-0/+6
* | IB/mlx5: Add ODP SRQ supportMoni Shoua2019-02-041-23/+61
* | IB/mlx5: Let read user wqe also from SRQ bufferMoni Shoua2019-02-043-55/+166
* | IB/mlx5: Add XRC initiator ODP supportMoni Shoua2019-02-041-1/+5
* | IB/mlx5: Clean mlx5_ib_mr_responder_pfault_handler() signatureMoni Shoua2019-02-041-7/+7
* | IB/mlx5: Remove useless check in ODP handlerMoni Shoua2019-02-041-7/+2
* | IB/mlx5: Fix the locking of SRQ objects in ODP eventsMoni Shoua2019-02-044-18/+17
* | IB/mlx5: Consider vlan of lower netdev for macvlan GID entriesParav Pandit2019-01-311-6/+34
* | RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-302-2/+2
* | IB/mlx5: Remove set but not used variableKamal Heib2019-01-301-3/+1
* | IB/mlx5: Make mlx5_ib_stage_odp_cleanup() staticKamal Heib2019-01-301-1/+1
* | Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2019-01-296-40/+372
|\ \
| * | 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
| * | net/mlx5: Make mlx5_cmd_exec_cb() a safe APIJason Gunthorpe2019-01-242-32/+9
| * | RDMA/mad: Reduce MAD scope to mlx5_ib onlyLeon Romanovsky2019-01-154-7/+46
| |/
* | IB/mlx5: Ranges in implicit ODP MR inherit its write accessMoni Shoua2019-01-241-1/+1
* | IB/mlx5: Declare local functions 'static'Bart Van Assche2019-01-241-1/+1
* | infiniband: mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-244-64/+19
* | IB/mlx5: Don't override existing ip_protocolMaor Gottlieb2019-01-221-16/+37
* | IB/mlx5: Add support for ODP for DEVX indirection mkeyYishai Hadas2019-01-221-5/+21
* | IB/mlx5: Manage indirection mkey upon DEVX flow for ODPYishai Hadas2019-01-223-1/+95
* | IB/mlx5: DEVX handling for indirection MKEYYishai Hadas2019-01-221-2/+36
* | RDMA/mlx5: Replace kzalloc with kcallocGustavo A. R. Silva2019-01-151-1/+1
* | RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-5/+8
* | RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* | RDMA: Clear PD objects during their allocationLeon Romanovsky2019-01-111-1/+1
* | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-118-49/+45
* | IB/{core,uverbs}: Move ib_umem_xxx functions from ib_core to ib_uverbsShamir Rabinovitch2019-01-111-1/+0
* | RDMA/mlx5: Embed into the code flow the ODP config optionLeon Romanovsky2019-01-093-41/+33
* | RDMA/mlx5: Introduce and reuse helper to identify ODP MRLeon Romanovsky2019-01-093-13/+16
* | RDMA/core: Don't depend device ODP capabilities on kconfig optionLeon Romanovsky2019-01-091-5/+5
* | RDMA: Clean structures from CONFIG_INFINIBAND_ON_DEMAND_PAGINGLeon Romanovsky2019-01-091-2/+0
|/
* Revert "IB/mlx5: Fix long EEH recover time with NVMe offloads"Leon Romanovsky2019-01-021-16/+3
* IB/mlx5: Allow XRC INI usage via verbs in DEVX contextYishai Hadas2019-01-021-1/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-2813-573/+928
|\
| * RDMA/mlx5: Signedness bug in UVERBS_HANDLER()Dan Carpenter2018-12-231-1/+1