aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/cq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-04IB/mlx5: Fix the locking of SRQ objects in ODP eventsMoni Shoua1-2/+2
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-6/+5
2018-12-20Merge branch 'mlx5-next' into rdma.gitJason Gunthorpe1-4/+4
2018-12-18RDMA/mlx5: Delete unreachable handle_atomic code by simplifying SW completionLeon Romanovsky1-97/+5
2018-12-09IB/mlx5: Use helper to get CQE opcodeTariq Toukan1-4/+4
2018-12-04RDMA/mlx5: Update SRQ functions signatures to mlx5_ib formatLeon Romanovsky1-2/+1
2018-12-04net/mlx5: Move SRQ functions to RDMA partLeon Romanovsky1-0/+1
2018-10-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+2
2018-10-18net/mlx5: Refactor fragmented buffer struct fields and init flowTariq Toukan1-18/+13
2018-10-17IB/mlx5: Support scatter to CQE for DC transport typeYonatan Cohen1-1/+1
2018-09-25IB/mlx5: Set uid as part of CQ creationYishai Hadas1-0/+1
2018-07-31RDMA: Fix return code check in rdma_set_cq_moderationKamal Heib1-1/+1
2018-05-29Merge branch 'mini_cqe' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-nextJason Gunthorpe1-10/+32
2018-05-29IB/mlx5: Introduce a new mini-CQE formatYonatan Cohen1-10/+32
2018-05-24Merge tag 'mlx5-updates-2018-05-17' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into for-nextJason Gunthorpe1-1/+1
2018-05-24IB/mlx5: Fetch soft WQE's on fatal error stateErez Shitrit1-3/+12
2018-05-16IB/mlx5: Use 'kvfree()' for memory allocated by 'kvzalloc()'Christophe JAILLET1-1/+1
2018-03-27mlx5: Move dump error CQE function out of mlx5_ib for code sharingEran Ben Elisha1-7/+1
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+8
2018-03-09RDMA/mlx5: Fix integer overflow while resizing CQLeon Romanovsky1-1/+6
2018-03-09Revert "RDMA/mlx5: Fix integer overflow while resizing CQ"Doug Ledford1-6/+1
2018-03-07RDMA/mlx5: Fix integer overflow while resizing CQLeon Romanovsky1-1/+6
2018-02-28IB/mlx: Set slid to zero in Ethernet completion structMoni Shoua1-1/+2
2018-02-15IB/mlx5: Implement fragmented completion queue (CQ)Yonatan Cohen1-25/+39
2018-01-29RDMA: Move enum ib_cq_creation_flags to uapi headersJason Gunthorpe1-1/+1
2017-11-13IB/mlx5: Exposing modify CQ callback to uverbs layerYonatan Cohen1-0/+3
2017-10-25IB/mlx5: Support padded 128B CQE featureGuy Levi1-4/+23
2017-10-25IB/mlx5: Support 128B CQE compression featureGuy Levi1-2/+4
2017-10-14IB/mlx5: Suppress gcc 7 fall-through complaintsBart Van Assche1-0/+2
2017-08-24IB/mlx5: Fix some spelling mistakesTalat Batheesh1-1/+1
2017-08-22IB/core: Fix input len in multiple user verbsAmrani, Ram1-4/+2
2017-05-14{net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky1-3/+3
2017-04-21IB/mlx5: Set correct SL in completion for RoCEMoni Shoua1-3/+16
2017-04-21IB/mlx5: Fix wrong use of kfree at bad flow in create_cq_userBodong Wang1-1/+1
2017-01-09IB/mlx5: Allow future extension of libmlx5 input dataEli Cohen1-1/+1
2017-01-09IB/mlx5: Use blue flame register allocator in mlx5_ibEli Cohen1-5/+3
2017-01-08mlx5: Fix naming convention with respect to UARsEli Cohen1-3/+3
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-3/+31
2016-12-13IB/mlx5: Add support for CQE compressingBodong Wang1-1/+29
2016-11-16IB/mlx5: Limit mkey page size to 2GBMajd Dibbiny1-2/+2
2016-11-16IB/mlx5: Use cache line size to select CQE strideDaniel Jurgens1-2/+1
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+0
2016-10-07IB/mlx5: Move and decouple user vendor structuresLeon Romanovsky1-1/+0
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-20/+2
2016-09-02IB/mlx5: Don't return errors from poll_cqLeon Romanovsky1-20/+2
2016-08-14{net,IB}/mlx5: CQ commands via mlx5 ifcSaeed Mahameed1-47/+63
2016-06-23IB/mlx5: Reset flow support for IB kernel ULPsMaor Gottlieb1-1/+86
2016-06-07IB/mlx5: Fix entries check in mlx5_ib_resize_cqNoa Osherovich1-2/+7
2016-06-07IB/mlx5: Fix entries checks in mlx5_ib_create_cqNoa Osherovich1-1/+2
2016-05-18IB/mlx5: Fire the CQ completion handler from taskletMatan Barak1-1/+4