summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/cq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge mlx5-next into rdma for-nextJason Gunthorpe2019-07-031-6/+7
|\
| * net/mlx5: Report EQE data upon CQ completionYishai Hadas2019-07-031-1/+1
| * net/mlx5: mlx5_core_create_cq() enhancementsYishai Hadas2019-07-031-1/+2
| * net/mlx5: Convert mkey_table to XArrayMatthew Wilcox2019-06-251-4/+4
* | RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-15/+5Star
* | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-21/+11Star
* | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-3/+1Star
|/
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-12/+11Star
* IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-011-11/+10Star
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-2/+1Star
* IB/mlx5: Fix the locking of SRQ objects in ODP eventsMoni Shoua2019-02-041-2/+2
* IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-111-6/+5Star
* Merge branch 'mlx5-next' into rdma.gitJason Gunthorpe2018-12-201-4/+4
|\
| * IB/mlx5: Use helper to get CQE opcodeTariq Toukan2018-12-101-4/+4
* | RDMA/mlx5: Delete unreachable handle_atomic code by simplifying SW completionLeon Romanovsky2018-12-181-97/+5Star
|/
* RDMA/mlx5: Update SRQ functions signatures to mlx5_ib formatLeon Romanovsky2018-12-041-2/+1Star
* net/mlx5: Move SRQ functions to RDMA partLeon Romanovsky2018-12-041-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-10-261-1/+2
|\
| * IB/mlx5: Support scatter to CQE for DC transport typeYonatan Cohen2018-10-171-1/+1
| * IB/mlx5: Set uid as part of CQ creationYishai Hadas2018-09-251-0/+1
* | net/mlx5: Refactor fragmented buffer struct fields and init flowTariq Toukan2018-10-181-18/+13Star
|/
* RDMA: Fix return code check in rdma_set_cq_moderationKamal Heib2018-08-011-1/+1
* Merge branch 'mini_cqe' into git://git.kernel.org/pub/scm/linux/kernel/git/rd...Jason Gunthorpe2018-05-291-10/+32
|\
| * IB/mlx5: Introduce a new mini-CQE formatYonatan Cohen2018-05-291-10/+32
* | Merge tag 'mlx5-updates-2018-05-17' of git://git.kernel.org/pub/scm/linux/ker...Jason Gunthorpe2018-05-241-1/+1
|\|
| * IB/mlx5: Use 'kvfree()' for memory allocated by 'kvzalloc()'Christophe JAILLET2018-05-171-1/+1
* | IB/mlx5: Fetch soft WQE's on fatal error stateErez Shitrit2018-05-241-3/+12
|/
* mlx5: Move dump error CQE function out of mlx5_ib for code sharingEran Ben Elisha2018-03-281-7/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-2/+8
|\
| * RDMA/mlx5: Fix integer overflow while resizing CQLeon Romanovsky2018-03-101-1/+6
| * Revert "RDMA/mlx5: Fix integer overflow while resizing CQ"Doug Ledford2018-03-101-6/+1Star
| * RDMA/mlx5: Fix integer overflow while resizing CQLeon Romanovsky2018-03-071-1/+6
| * IB/mlx: Set slid to zero in Ethernet completion structMoni Shoua2018-02-281-1/+2
* | IB/mlx5: Implement fragmented completion queue (CQ)Yonatan Cohen2018-02-151-25/+39
|/
* RDMA: Move enum ib_cq_creation_flags to uapi headersJason Gunthorpe2018-01-291-1/+1
* IB/mlx5: Exposing modify CQ callback to uverbs layerYonatan Cohen2017-11-131-0/+3
* IB/mlx5: Support padded 128B CQE featureGuy Levi2017-10-251-4/+23
* IB/mlx5: Support 128B CQE compression featureGuy Levi2017-10-251-2/+4
* IB/mlx5: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-151-0/+2
* IB/mlx5: Fix some spelling mistakesTalat Batheesh2017-08-241-1/+1
* IB/core: Fix input len in multiple user verbsAmrani, Ram2017-08-221-4/+2Star
* {net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky2017-05-141-3/+3
* IB/mlx5: Set correct SL in completion for RoCEMoni Shoua2017-04-211-3/+16
* IB/mlx5: Fix wrong use of kfree at bad flow in create_cq_userBodong Wang2017-04-211-1/+1
* IB/mlx5: Allow future extension of libmlx5 input dataEli Cohen2017-01-091-1/+1
* IB/mlx5: Use blue flame register allocator in mlx5_ibEli Cohen2017-01-091-5/+3Star
* mlx5: Fix naming convention with respect to UARsEli Cohen2017-01-081-3/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-151-3/+31
|\
| * IB/mlx5: Add support for CQE compressingBodong Wang2016-12-131-1/+29
| * IB/mlx5: Limit mkey page size to 2GBMajd Dibbiny2016-11-171-2/+2