summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mlx4: Ensure that maximal send/receive SGE less than supported by HWLeon Romanovsky2018-09-061-3/+5
* Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-161-2/+5
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-211-2/+5
| |\
| | * IB/mlx4: Fix an error handling path in 'mlx4_ib_rereg_user_mr()'Christophe Jaillet2018-06-111-2/+5
* | | IB/mlx4: Use 4K pages for kernel QP's WQE bufferJack Morgenstein2018-07-302-176/+34
* | | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-304-21/+23
* | | RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-301-12/+13
* | | RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe2018-07-101-1/+2
* | | IB/mlx4: Test port number before querying type.Tarick Bedeir2018-07-041-1/+1
* | | IB/mlx4: Create slave AH's directlyJason Gunthorpe2018-06-263-25/+59
* | | IB/mlx4: Add support for drain SQ & RQYishai Hadas2018-06-253-6/+152
* | | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-2/+2
* | | 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-184-20/+9
* | | RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-182-30/+17
* | | RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit2018-06-181-6/+6
|/ /
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-7/+9
|/
* Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...Jason Gunthorpe2018-06-041-1/+5
|\
| * IB/core: Support passing uhw for create_flowMatan Barak2018-06-021-1/+5
* | RDMA/mlx4: Don't crash machine if zap_vma_ptes() failsLeon Romanovsky2018-06-011-8/+2
* | RDMA/mlx4: Discard unknown SQP work requestsLeon Romanovsky2018-06-011-1/+0
* | RDMA/mlx4: Catch FW<->SW misalignment without machine crashLeon Romanovsky2018-06-011-1/+4
* | RDMA/uverbs: Hoist the common process of disassociate_ucontext into ib coreWei Hu(Xavier)2018-05-301-34/+0
* | Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-8/+42
|\ \
| * | IB/mlx4: Mark user MR as writable if actual virtual memory is writableJack Morgenstein2018-05-281-8/+42
* | | IB/core: Reduce the places that use zgidParav Pandit2018-05-242-3/+4
|/ /
* | IB/mlx4: Fix integer overflow when calculating optimal MTT sizeJack Morgenstein2018-05-031-1/+1
* | RDMA/mlx4: Add missed RSS hash inner header flagLeon Romanovsky2018-04-271-1/+2
|/
* IB/mlx4: Check for egress flow steeringBoris Pismenny2018-04-041-0/+3
* RDMA: Use ib_gid_attr during GID modificationParav Pandit2018-04-031-18/+12
* IB/providers: Avoid null netdev check for RoCEParav Pandit2018-04-032-7/+5
* IB/providers: Avoid zero GID check for RoCEParav Pandit2018-04-032-5/+0
* RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit2018-04-031-16/+1
* IB/mlx4: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya2018-03-211-2/+2
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-0/+1
* IB/mlx4: Add Scatter FCS support over WQ creationGuy Levi2018-03-153-9/+32
* IB/mlx4: Report TSO capabilitiesYishai Hadas2018-03-151-2/+20
* RDMA/mlx4: Move flag constants to uapi headerJason Gunthorpe2018-03-152-5/+1
* Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-03-142-5/+10
|\
| * IB/mlx4: Include GID type when deleting GIDs from HW table under RoCEJack M2018-03-061-2/+7
| * IB/mlx4: Fix corruption of RoCEv2 IPv4 GIDsJack Morgenstein2018-03-061-2/+0
| * IB/mlx: Set slid to zero in Ethernet completion structMoni Shoua2018-02-281-1/+3
* | mlx4_ib: zero out struct ib_pd when allocatingSteve Wise2018-03-081-2/+1
* | mlx4_ib: set user mr attributes in struct ib_mrSteve Wise2018-03-081-0/+3
* | IB/mlx4: Move mlx4_uverbs_ex_query_device_resp to include/uapi/Yishai Hadas2018-03-071-14/+0
|/
* RDMA: Move enum ib_cq_creation_flags to uapi headersJason Gunthorpe2018-01-291-2/+2
* IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH portsJack Morgenstein2018-01-151-8/+5
* Merge branch 'bart-srpt-for-next' into k.o/wip/dl-for-nextDoug Ledford2018-01-081-1/+1
|\
| * IB/mlx4: Fix mlx4_ib_alloc_mr error flowLeon Romanovsky2018-01-021-1/+1