aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/infiniband/hw/mlx4/qp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-12RDMA/mlx4: Make check for invalid flags stricterDan Carpenter1-9/+9
2023-03-19RDMA/mlx4: Prevent shift wrapping in set_user_sq_size()Dan Carpenter1-2/+6
2023-01-15RDMA/mlx: Calling qp event handler in workqueue contextMark Zhang1-36/+85
2021-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+3
2021-10-12RDMA/mlx4: Return missed an error if device doesn't support steeringLeon Romanovsky1-1/+3
2021-10-05mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski1-1/+1
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-16/+9
2021-06-21IB/mlx4: Avoid field-overflowing memcpy()Kees Cook1-1/+1
2021-06-02RDMA/core: Sanitize WQ state received from the userspaceLeon Romanovsky1-7/+2
2021-04-20RDMA/mlx4: Remove an unused variableChristophe JAILLET1-3/+0
2020-11-27RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky1-0/+5
2020-11-26RDMA/mlx4: Enable querying AH for XRC QP typesAvihai Horon1-1/+3
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe1-1/+1
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe1-0/+3
2020-09-29RDMA/drivers: Remove udata check from special QPLeon Romanovsky1-3/+0
2020-09-29RDMA/mlx4: Prepare QP allocation to remove from the driverLeon Romanovsky1-94/+63
2020-09-29RDMA/mlx4: Embed GSI QP into general mlx4_ib QPLeon Romanovsky1-90/+76
2020-09-17RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky1-29/+11
2020-09-11RDMA/mlx4: Use ib_umem_num_dma_blocks()Jason Gunthorpe1-2/+0
2020-09-09RDMA: Restore ability to return error for destroy WQLeon Romanovsky1-1/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-3/+3
2020-05-12IB/mlx4: Test return value of calls to ib_get_cached_pkeyJack Morgenstein1-3/+11
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib1-1/+1
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe1-2/+3
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua1-2/+3
2020-01-03RDMA/mlx4: use true,false for bool variablezhengbin1-2/+2
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-3/+2
2019-07-25RDMA/mlx4: Annotate boolean arguments as bool and not intLeon Romanovsky1-4/+4
2019-07-25RDMA/mlx4: Separate creation of RWQ and QPLeon Romanovsky1-82/+154
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky1-4/+3
2019-06-20RDMA: Convert destroy_wq to be voidLeon Romanovsky1-3/+1
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-20/+30
2019-05-03RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit1-2/+4
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-6/+0
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-4/+4
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch1-12/+20
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-2/+2
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch1-32/+40
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-5/+9
2018-12-20IB/mlx4: Remove set but not used variable 'pd'YueHaibing1-3/+0
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch1-10/+10
2018-12-18IB/mlx4: Utilize macro to calculate SQ spare sizeYuval Shaia1-1/+1
2018-12-11IB/mlx4: Remove unneeded NULL checkYuval Shaia1-3/+3
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib1-7/+1
2018-07-30IB/mlx4: Use 4K pages for kernel QP's WQE bufferJack Morgenstein1-175/+34
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-10/+11
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche1-12/+13
2018-07-04IB/mlx4: Test port number before querying type.Tarick Bedeir1-1/+1
2018-06-25IB/mlx4: Add support for drain SQ & RQYishai Hadas1-6/+148