summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx4/cq.c
AgeCommit message (Expand)Author
2026-03-31RDMA/mlx4: Use ib_copy_validate_udata_in()Jason Gunthorpe
2026-03-30RDMA/mlx4: Restrict external umem for CQ when copy_to_user() is usedLeon Romanovsky
2026-03-30RDMA: Properly propagate the number of CQEs as unsigned intLeon Romanovsky
2026-02-25RDMA/mlx4: Remove unused create_flags field from CQ structureLeon Romanovsky
2026-02-25RDMA/mlx4: Introduce a modern CQ creation interfaceLeon Romanovsky
2026-02-25RDMA/mlx4: Inline mlx4_ib_get_cq_umem into callersLeon Romanovsky
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2024-12-10RDMA/mlx4: Use ib_umem_find_best_pgsz() to calculate MTT sizeLeon Romanovsky
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger
2021-05-20RDMA/mlx4: Remove unused parameter udataLang Cheng
2020-09-11RDMA/mlx4: Use ib_umem_num_dma_blocks()Jason Gunthorpe
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua
2020-01-03RDMA/mlx4: Redo TX checksum offload in line with docsEugene Crosser
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch
2019-01-10RDMA: Clear CQ objects during their allocationLeon Romanovsky
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe
2018-11-22{net, IB}/mlx4: Initialize CQ buffers in the driver when possibleDaniel Jurgens
2018-02-28IB/mlx: Set slid to zero in Ethernet completion structMoni Shoua
2018-01-29RDMA: Move enum ib_cq_creation_flags to uapi headersJason Gunthorpe
2017-11-13IB/mlx4: Add contig support for control objectsGuy Levi
2017-10-14IB/mlx4: Suppress gcc 7 fall-through complaintsBart Van Assche
2017-08-24IB/mlx4: Fix some spelling mistakesTalat Batheesh
2017-07-24(IB, net)/mlx4: Add resource utilization supportMoshe Shemesh
2017-07-17{net, IB}/mlx4: Remove gfp flags argumentLeon Romanovsky
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov
2016-11-16IB/mlx4: Fix create CQ error flowMatan Barak
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-10-07IB/mlx4: Move user vendor structuresLeon Romanovsky
2016-09-02IB/mlx4: Don't return errors from poll_cqLeon Romanovsky
2016-09-02Revert "IB/mlx4: Return EAGAIN for any error in mlx4_ib_poll_one"Leon Romanovsky
2016-08-22IB/mlx4: Return EAGAIN for any error in mlx4_ib_poll_oneYuval Shaia
2016-08-22IB/mlx4: Make function use_tunnel_data return voidYuval Shaia
2016-08-03IB/mlx4: Don't use GFP_ATOMIC for CQ resize structRoland Dreier
2015-12-23IB: remove in-kernel support for memory windowsChristoph Hellwig
2015-10-28IB/mlx4: Remove old FRWR API supportSagi Grimberg
2015-10-28IB/mlx4: Support the new memory registration APISagi Grimberg
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-08-30IB/mlx4: Fix incorrect cq flushing in error stateAriel Nahum
2015-07-27net/mlx4: Prepare VLAN macros for 802.1ad Hardware accelerated supportHadar Hen Zion
2015-06-12IB/mlx4: Add support for CQ time-stampingMatan Barak