aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4/qp.c
AgeCommit message (Expand)Author
2023-07-12RDMA/mlx4: Make check for invalid flags stricterDan Carpenter
2023-03-19RDMA/mlx4: Prevent shift wrapping in set_user_sq_size()Dan Carpenter
2023-01-15RDMA/mlx: Calling qp event handler in workqueue contextMark Zhang
2021-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-10-12RDMA/mlx4: Return missed an error if device doesn't support steeringLeon Romanovsky
2021-10-05mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky
2021-06-21IB/mlx4: Avoid field-overflowing memcpy()Kees Cook
2021-06-02RDMA/core: Sanitize WQ state received from the userspaceLeon Romanovsky
2021-04-20RDMA/mlx4: Remove an unused variableChristophe JAILLET
2020-11-27RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky
2020-11-26RDMA/mlx4: Enable querying AH for XRC QP typesAvihai Horon
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe
2020-09-29RDMA/drivers: Remove udata check from special QPLeon Romanovsky
2020-09-29RDMA/mlx4: Prepare QP allocation to remove from the driverLeon Romanovsky
2020-09-29RDMA/mlx4: Embed GSI QP into general mlx4_ib QPLeon Romanovsky
2020-09-17RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky
2020-09-11RDMA/mlx4: Use ib_umem_num_dma_blocks()Jason Gunthorpe
2020-09-09RDMA: Restore ability to return error for destroy WQLeon Romanovsky
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-05-12IB/mlx4: Test return value of calls to ib_get_cached_pkeyJack Morgenstein
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib
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: use true,false for bool variablezhengbin
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig
2019-07-25RDMA/mlx4: Annotate boolean arguments as bool and not intLeon Romanovsky
2019-07-25RDMA/mlx4: Separate creation of RWQ and QPLeon Romanovsky
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky
2019-06-20RDMA: Convert destroy_wq to be voidLeon Romanovsky
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-05-03RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
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-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe
2018-12-20IB/mlx4: Remove set but not used variable 'pd'YueHaibing
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch
2018-12-18IB/mlx4: Utilize macro to calculate SQ spare sizeYuval Shaia
2018-12-11IB/mlx4: Remove unneeded NULL checkYuval Shaia
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib
2018-07-30IB/mlx4: Use 4K pages for kernel QP's WQE bufferJack Morgenstein
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche
2018-07-04IB/mlx4: Test port number before querying type.Tarick Bedeir
2018-06-25IB/mlx4: Add support for drain SQ & RQYishai Hadas