aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4/qp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-18RDMA: Convert drivers to use the AH's sgid_attr in post_wr pathsParav Pandit1-6/+2
2018-06-18IB/mlx4: Use GID attribute from ah attributeParav Pandit1-2/+1
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit1-20/+11
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2018-05-24IB/core: Reduce the places that use zgidParav Pandit1-1/+1
2018-04-27RDMA/mlx4: Add missed RSS hash inner header flagLeon Romanovsky1-1/+2
2018-04-03IB/providers: Avoid null netdev check for RoCEParav Pandit1-1/+1
2018-04-03IB/providers: Avoid zero GID check for RoCEParav Pandit1-2/+0
2018-03-21IB/mlx4: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya1-2/+2
2018-03-15IB/mlx4: Add Scatter FCS support over WQ creationGuy Levi1-1/+18
2017-12-28IB/mlx4: Add support to RSS hash for inner headersGuy Levi1-0/+14
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.gitJason Gunthorpe1-7/+19
2017-12-18IB/mlx4: Remove unused ibpd parameterErez Alfasi1-2/+2
2017-12-13IB/mlx4: Potential buffer overflow in _mlx4_set_path()Dan Carpenter1-0/+2
2017-12-07IB/mlx4: Fix RSS hash fields restrictionsGuy Levi1-7/+19
2017-11-13IB/mlx4: Increase maximal message size under UD QPMark Bloch1-1/+1
2017-11-13IB/mlx4: Add contig support for control objectsGuy Levi1-2/+6
2017-11-10IB/mlx4: Fix RSS's QPC attributes assignmentsGuy Levi1-7/+9
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-13/+13
2017-08-29net/mlx4_core: Dynamically allocate structs at mlx4_slave_capEran Ben Elisha1-13/+13
2017-08-24RDMA/mlx4: Properly annotate link layer variableLeon Romanovsky1-4/+2
2017-08-24IB/mlx4: Check that reserved fields in mlx4_ib_create_qp_rss are zeroGuy Levi1-0/+3
2017-08-24IB/mlx4: Fix struct mlx4_ib_create_wq alignmentGuy Levi1-5/+4
2017-08-24IB/mlx4: Fix RSS QP type in creation verbGuy Levi1-1/+1
2017-08-24RDMA/mlx4: Don't use uninitialized variableLeon Romanovsky1-1/+1
2017-08-22IB/mlx4: use kvmalloc_array to allocate wridLi Dongyang1-11/+4
2017-07-24IB/mlx4: Add support for RSS QPGuy Levi1-22/+431
2017-07-24IB/mlx4: Add support for WQ indirection table related verbsGuy Levi1-0/+70
2017-07-24IB/mlx4: Add support for WQ related verbsGuy Levi1-56/+449
2017-07-24(IB, net)/mlx4: Add resource utilization supportMoshe Shemesh1-4/+9
2017-07-24IB/mlx4: Add inline-receive supportMaor Gottlieb1-7/+25
2017-07-17{net, IB}/mlx4: Remove gfp flags argumentLeon Romanovsky1-23/+17
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli1-11/+5
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-44/+48
2017-05-01IB/mlx4: Rename to_ib_ah_attr to to_rdma_ah_attrDasaratharaman Chandramouli1-5/+5
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-3/+5
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov1-1/+1
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-24/+32
2017-02-14IB/mlx4: Take source GID by index from HW GID tableTalat Batheesh1-24/+32
2017-01-10RDMA: Adding ethertype ETH_P_IBOESelvin Xavier1-5/+1
2016-12-14IB/mlx4: Rework special QP creation error pathBart Van Assche1-2/+4
2016-12-13IB/mlx4: Fix out-of-range array index in destroy qp flowJack Morgenstein1-1/+2
2016-12-13IB/mlx4: Check if GRH is available before using itEran Ben Elisha1-2/+2
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+23