summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4/qp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/drivers: Remove udata check from special QPLeon Romanovsky2020-09-291-3/+0
* RDMA/mlx4: Prepare QP allocation to remove from the driverLeon Romanovsky2020-09-291-94/+63
* RDMA/mlx4: Embed GSI QP into general mlx4_ib QPLeon Romanovsky2020-09-291-90/+76
* RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky2020-09-171-29/+11
* RDMA/mlx4: Use ib_umem_num_dma_blocks()Jason Gunthorpe2020-09-111-2/+0
* RDMA: Restore ability to return error for destroy WQLeon Romanovsky2020-09-091-1/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-3/+3
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-3/+3
* IB/mlx4: Test return value of calls to ib_get_cached_pkeyJack Morgenstein2020-05-121-3/+11
* RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-041-1/+1
* Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe2020-01-211-2/+3
|\
| * IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-2/+3
* | RDMA/mlx4: use true,false for bool variablezhengbin2020-01-041-2/+2
|/
* IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-3/+2
* RDMA/mlx4: Annotate boolean arguments as bool and not intLeon Romanovsky2019-07-251-4/+4
* RDMA/mlx4: Separate creation of RWQ and QPLeon Romanovsky2019-07-251-82/+154
* RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-4/+3
* RDMA: Convert destroy_wq to be voidLeon Romanovsky2019-06-201-3/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-091-20/+30
|\
| * RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit2019-05-031-2/+4
| * IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-4/+4
| * IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-011-12/+20
| * IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-2/+2
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-6/+0
|/
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-32/+40
* IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-111-5/+9
* IB/mlx4: Remove set but not used variable 'pd'YueHaibing2018-12-211-3/+0
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-191-10/+10
* IB/mlx4: Utilize macro to calculate SQ spare sizeYuval Shaia2018-12-181-1/+1
* IB/mlx4: Remove unneeded NULL checkYuval Shaia2018-12-111-3/+3
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-041-7/+1
* IB/mlx4: Use 4K pages for kernel QP's WQE bufferJack Morgenstein2018-07-311-175/+34
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-311-10/+11
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-311-12/+13
* IB/mlx4: Test port number before querying type.Tarick Bedeir2018-07-041-1/+1
* IB/mlx4: Add support for drain SQ & RQYishai Hadas2018-06-251-6/+148
* RDMA: Convert drivers to use the AH's sgid_attr in post_wr pathsParav Pandit2018-06-181-6/+2
* IB/mlx4: Use GID attribute from ah attributeParav Pandit2018-06-181-2/+1
* RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-181-20/+11
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-2/+2
* IB/core: Reduce the places that use zgidParav Pandit2018-05-241-1/+1
* RDMA/mlx4: Add missed RSS hash inner header flagLeon Romanovsky2018-04-271-1/+2
* IB/providers: Avoid null netdev check for RoCEParav Pandit2018-04-041-1/+1
* IB/providers: Avoid zero GID check for RoCEParav Pandit2018-04-041-2/+0
* IB/mlx4: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya2018-03-211-2/+2
* IB/mlx4: Add Scatter FCS support over WQ creationGuy Levi2018-03-151-1/+18
* IB/mlx4: Add support to RSS hash for inner headersGuy Levi2017-12-281-0/+14
* Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-281-7/+19
|\
| * IB/mlx4: Fix RSS hash fields restrictionsGuy Levi2017-12-071-7/+19
* | IB/mlx4: Remove unused ibpd parameterErez Alfasi2017-12-181-2/+2