summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-288-129/+170
|\
| * IB/mlx4: Remove set but not used variable 'pd'YueHaibing2018-12-201-3/+0
| * RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-193-14/+14
| * RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-193-5/+5
| * RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-182-15/+15
| * IB/mlx4: Utilize macro to calculate SQ spare sizeYuval Shaia2018-12-181-1/+1
| * RDMA: Start use ib_device_opsKamal Heib2018-12-121-1/+1
| * RDMA/mlx4: Initialize ib_device_ops structKamal Heib2018-12-111-79/+99
| * IB/mlx4: Remove unneeded NULL checkYuval Shaia2018-12-111-3/+3
| * mlx4: Use snprintf instead of complicated strcpyQian Cai2018-12-061-8/+4
| * mlx4: trigger IB events needed by SMCUrsula Braun2018-11-222-0/+28
* | {net, IB}/mlx4: Initialize CQ buffers in the driver when possibleDaniel Jurgens2018-11-221-1/+8
|/
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-19/+18
* 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/+1
* 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-031-7/+1
* | RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-2/+1
* | 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/+24
|/
* 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