summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* iw_cxgb4: fix srqidx leak during connection abortRaju Rangoju2019-04-051-2/+3
* IB/mlx4: Increase the timeout for CM cacheHåkon Bugge2019-04-051-1/+1
* RDMA/cma: Rollback source IP address if failing to acquire deviceMyungho Jung2019-03-271-1/+12
* IB/rdmavt: Fix concurrency panics in QP post_send and modify to errorMichael J. Ruhl2019-03-231-10/+23
* IB/rdmavt: Fix loopback send with invalidate orderingMike Marciniszyn2019-03-231-10/+16
* IB/hfi1: Close race condition on user context disable and closeMichael J. Ruhl2019-03-232-6/+10
* iw_cxgb4: cq/qp mask depends on bar2 pages in a host pageRaju Rangoju2019-02-151-2/+13
* RDMA/srp: Rework SCSI device reset handlingBart Van Assche2019-02-041-10/+0
* IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociateYishai Hadas2019-01-291-5/+13
* IB/ipoib: Fix for use-after-free in ipoib_cm_tx_startFeras Daoud2019-01-252-3/+1
* IB/uverbs: Fix ioctl query port to consider device disassociationYishai Hadas2019-01-251-1/+7
* RDMA/mlx5: Fix flow creation on representorsMark Bloch2019-01-251-2/+1
* IB/uverbs: Fix OOPs upon device disassociationYishai Hadas2019-01-251-4/+3
* RDMA/umem: Add missing initialization of owning_mmArtemy Kovalyov2019-01-251-0/+3
* RDMA/hns: Update the kernel header file of hnsLijun Ou2019-01-251-2/+8
* IB/mlx5: Fix how advise_mr() launches async workJason Gunthorpe2019-01-211-5/+5
* RDMA/device: Expose ib_device_try_get(()Jason Gunthorpe2019-01-212-4/+10
* IB/hfi1: Add limit test for RC/UC send via loopbackMike Marciniszyn2019-01-211-1/+6
* IB/hfi1: Remove overly conservative VM_EXEC flag checkMichael J. Ruhl2019-01-211-1/+1
* IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMMBrian Welty2019-01-212-2/+0
* IB/mlx4: Fix using wrong function to destroy sqp AHs under SRIOVJack Morgenstein2019-01-211-3/+3
* RDMA/mlx5: Fix check for supported user flags when creating a QPMark Bloch2019-01-211-7/+9
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-01-189-22/+108
|\
| * RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUTJason Gunthorpe2019-01-144-13/+59
| * RDMA/mthca: Clear QP objects during their allocationLeon Romanovsky2019-01-101-2/+2
| * RDMA/vmw_pvrdma: Return the correct opcode when creating WRAdit Ranadive2019-01-102-1/+40
| * RDMA/cma: Add cm_id restrack resource based on kernel or user cm_id typeSteve Wise2019-01-081-1/+4
| * RDMA/nldev: Don't expose unsafe global rkey to regular userLeon Romanovsky2019-01-071-4/+0
| * RDMA/uverbs: Fix post send success return value in case of errorGal Pressman2019-01-071-1/+3
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-0816-79/+71
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-01-056-21/+10
|\
| * infiniband/qedr: Potential null ptr dereference of qpAditya Pakki2019-01-021-0/+2
| * infiniband: bnxt_re: qplib: Check the return value of send_messageAditya Pakki2019-01-021-3/+2
| * IB/ipoib: drop useless LIST_HEADJulia Lawall2019-01-021-1/+0
| * IB/core: Add advise_mr to the list of known opsMoni Shoua2019-01-021-0/+1
| * Revert "IB/mlx5: Fix long EEH recover time with NVMe offloads"Leon Romanovsky2019-01-021-16/+3
| * IB/mlx5: Allow XRC INI usage via verbs in DEVX contextYishai Hadas2019-01-021-1/+2
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-033-4/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-282-20/+13
|\ \ | |/ |/|
| * mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2018-12-282-20/+13
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-28174-3991/+6957
|\ \
| * | RDMA/srpt: Use kmem_cache_free() instead of kfree()Wei Yongjun2018-12-221-1/+1
| * | RDMA/mlx5: Signedness bug in UVERBS_HANDLER()Dan Carpenter2018-12-221-1/+1
| * | IB/uverbs: Signedness bug in UVERBS_HANDLER()Dan Carpenter2018-12-221-1/+1
| * | IB/mlx5: Allocate the per-port Q counter shared when DEVX is supportedYishai Hadas2018-12-213-2/+26
| * | IB/umad: Start using dev_groups of classParav Pandit2018-12-211-16/+12
| * | IB/umad: Use class_groups and let core create class fileParav Pandit2018-12-211-9/+14
| * | IB/umad: Refactor code to use cdev_device_add()Parav Pandit2018-12-211-85/+86
| * | IB/umad: Avoid destroying device while it is accessedParav Pandit2018-12-211-9/+13
| * | IB/umad: Simplify and avoid dynamic allocation of classParav Pandit2018-12-211-21/+21
OpenPOWER on IntegriCloud