summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4
Commit message (Expand)AuthorAgeFilesLines
* mlx4: trigger IB events needed by SMCUrsula Braun2018-11-222-0/+28
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-19/+18Star
* IB/mlx4: Add port and TID to MAD debug printHåkon Bugge2018-10-161-8/+10
* IB/mlx4: Enable debug print of SMPsHåkon Bugge2018-10-161-1/+1
* IB/mlx4: Refer to the device kobject instead of ports_parentParav Pandit2018-10-161-5/+1Star
* Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe2018-10-161-3/+5
|\
| * RDMA/mlx4: Ensure that maximal send/receive SGE less than supported by HWLeon Romanovsky2018-09-061-3/+5
* | RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-041-7/+1Star
* | RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-2/+1Star
* | RDMA: Fix dependencies for rdma_user_mmap_ioArnd Bergmann2018-09-261-0/+1
* | IB/mlx4: Remove unnecessary parenthesesNathan Chancellor2018-09-211-1/+1
* | RDMA/mlx4: Use rdma_user_mmap_ioJason Gunthorpe2018-09-202-123/+24Star
|/
* 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-312-176/+34Star
* | | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-314-21/+23
* | | RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-311-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/+2Star
* | | IB/mlx4: Use GID attribute from ah attributeParav Pandit2018-06-184-20/+9Star
* | | RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-182-30/+17Star
* | | RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit2018-06-181-6/+6
|/ /
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+2
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-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/+2Star
* | RDMA/mlx4: Discard unknown SQP work requestsLeon Romanovsky2018-06-011-1/+0Star
* | 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-311-34/+0Star
* | 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-041-18/+12Star
* IB/providers: Avoid null netdev check for RoCEParav Pandit2018-04-042-7/+5Star
* IB/providers: Avoid zero GID check for RoCEParav Pandit2018-04-042-5/+0Star
* RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit2018-04-041-16/+1Star
* 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/+1Star