summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4/qp.c
Commit message (Expand)AuthorAgeFilesLines
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-2/+2
* 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-101-5/+9
* IB/mlx4: Remove set but not used variable 'pd'YueHaibing2018-12-201-3/+0
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-181-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-031-7/+1
* IB/mlx4: Use 4K pages for kernel QP's WQE bufferJack Morgenstein2018-07-301-175/+34
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-301-10/+11
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-301-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-121-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-031-1/+1
* IB/providers: Avoid zero GID check for RoCEParav Pandit2018-04-031-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-271-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
* | IB/mlx4: Potential buffer overflow in _mlx4_set_path()Dan Carpenter2017-12-131-0/+2
|/
* IB/mlx4: Increase maximal message size under UD QPMark Bloch2017-11-131-1/+1
* IB/mlx4: Add contig support for control objectsGuy Levi2017-11-131-2/+6
* IB/mlx4: Fix RSS's QPC attributes assignmentsGuy Levi2017-11-101-7/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-13/+13
|\
| * net/mlx4_core: Dynamically allocate structs at mlx4_slave_capEran Ben Elisha2017-08-291-13/+13
* | RDMA/mlx4: Properly annotate link layer variableLeon Romanovsky2017-08-241-4/+2
* | IB/mlx4: Check that reserved fields in mlx4_ib_create_qp_rss are zeroGuy Levi2017-08-241-0/+3
* | IB/mlx4: Fix struct mlx4_ib_create_wq alignmentGuy Levi2017-08-241-5/+4
* | IB/mlx4: Fix RSS QP type in creation verbGuy Levi2017-08-241-1/+1
* | RDMA/mlx4: Don't use uninitialized variableLeon Romanovsky2017-08-241-1/+1
* | IB/mlx4: use kvmalloc_array to allocate wridLi Dongyang2017-08-221-11/+4
* | IB/mlx4: Add support for RSS QPGuy Levi2017-07-241-22/+431
* | IB/mlx4: Add support for WQ indirection table related verbsGuy Levi2017-07-241-0/+70
* | IB/mlx4: Add support for WQ related verbsGuy Levi2017-07-241-56/+449
* | (IB, net)/mlx4: Add resource utilization supportMoshe Shemesh2017-07-241-4/+9
* | IB/mlx4: Add inline-receive supportMaor Gottlieb2017-07-241-7/+25
|/
* {net, IB}/mlx4: Remove gfp flags argumentLeon Romanovsky2017-07-171-23/+17
* IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-011-11/+5
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-44/+48
* IB/mlx4: Rename to_ib_ah_attr to to_rdma_ah_attrDasaratharaman Chandramouli2017-05-011-5/+5
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-3/+5
* IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-251-1/+1