summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2019-03-14IB/ipoib: Fix for use-after-free in ipoib_cm_tx_startFeras Daoud2-3/+1
2019-03-14RDMA/umem: Add missing initialization of owning_mmArtemy Kovalyov1-0/+3
2019-03-14IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMMBrian Welty2-2/+0
2019-02-27RDMA/srp: Rework SCSI device reset handlingBart Van Assche1-10/+0
2019-02-27RDMA/mthca: Clear QP objects during their allocationLeon Romanovsky1-2/+2
2019-02-12IB/hfi1: Unreserve a reserved request when it is completedKaike Wan1-0/+2
2019-02-12RDMA/core: Sync unregistration with netlink commandsParav Pandit3-14/+33
2019-02-06IB/hfi1: Add limit test for RC/UC send via loopbackMike Marciniszyn1-1/+6
2019-02-06IB/hfi1: Remove overly conservative VM_EXEC flag checkMichael J. Ruhl1-1/+1
2019-02-06IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociateYishai Hadas1-5/+13
2019-02-06IB/uverbs: Fix OOPs upon device disassociationYishai Hadas1-4/+3
2019-01-26IB/usnic: Fix potential deadlockParvi Kaustubhi1-4/+7
2019-01-26rxe: IB_WR_REG_MR does not capture MR's iova fieldChuck Lever1-0/+1
2019-01-22RDMA/vmw_pvrdma: Return the correct opcode when creating WRAdit Ranadive2-1/+40
2019-01-22RDMA/nldev: Don't expose unsafe global rkey to regular userLeon Romanovsky1-4/+0
2019-01-13RDMA/iwcm: Don't copy past the end of dev_name() stringSteve Wise1-4/+8
2019-01-13RDMA/srpt: Fix a use-after-free in the channel release codeBart Van Assche1-5/+13
2019-01-13rxe: fix error completion wr_id and qp_numSagi Grimberg1-4/+9
2019-01-09IB/hfi1: Incorrect sizing of sge for PIO will OOPsMichael J. Ruhl1-0/+2
2018-12-12IB/core: Fix oops in netdev_next_upper_dev_rcu()Mark Zhang1-0/+3
2018-12-06IB/mlx5: Block DEVX umem from the non applicable casesYishai Hadas1-1/+3
2018-12-04IB/mlx5: Fix implicit ODP interrupted page faultArtemy Kovalyov1-5/+4
2018-12-04IB/hfi1: Fix an out-of-bounds access in get_hw_statsPiotr Stankiewicz3-2/+5
2018-12-04IB/hfi1: Fix a latency issue for small messagesMichael J. Ruhl1-0/+7
2018-11-30RDMA/mlx5: Initialize return variable in case pagefault was skippedLeon Romanovsky1-0/+1
2018-11-27IB/mlx5: Fix page fault handling for MWArtemy Kovalyov1-0/+1
2018-11-27IB/umem: Set correct address to the invalidation functionArtemy Kovalyov1-14/+6
2018-11-27IB/mlx5: Skip non-ODP MR when handling a page faultArtemy Kovalyov1-0/+8
2018-11-23RDMA/hns: Bugfix pbl configuration for rereg mrYixian Liu1-68/+60
2018-11-22iser: set sector for ambiguous mr status errorsSagi Grimberg1-4/+3
2018-11-22RDMA/rdmavt: Fix rvt_create_ah function signatureKamal Heib2-2/+5
2018-11-22IB/mlx5: Avoid load failure due to unknown link widthMichael Guralnik1-18/+11
2018-11-22IB/mlx5: Fix XRC QP support after introducing extended atomicYonatan Cohen1-2/+1
2018-11-22RDMA/bnxt_re: Avoid accessing the device structure after it is freedSelvin Xavier1-0/+2
2018-11-22RDMA/bnxt_re: Fix system hang when registration with L2 driver failsSelvin Xavier1-0/+1
2018-11-22RDMA/core: Add GIDs while changing MAC addr only for registered ndevParav Pandit1-2/+4
2018-11-22RDMA/mlx5: Fix fence type for IB_WR_LOCAL_INV WRMajd Dibbiny1-9/+10
2018-10-27Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...Michal Hocko1-1/+0
2018-10-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds182-5018/+7128
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-10/+15
2018-10-20Merge branch 'pci/peer-to-peer'Bjorn Helgaas1-2/+9
2018-10-20Merge branch 'pci/misc'Bjorn Helgaas2-6/+6
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+6
2018-10-19Merge tag 'for-gkh' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGreg Kroah-Hartman2-0/+6
2018-10-18net/mlx5: Refactor fragmented buffer struct fields and init flowTariq Toukan2-18/+14
2018-10-18net/mlx5: Add a no-append flow insertion modePaul Blakey1-3/+3
2018-10-18net/mlx5: Use flow counter IDs and not the wrapping cache objectMark Bloch1-2/+5
2018-10-18Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2-5/+5
2018-10-17IB/core: Ensure we map P2P memory correctly in rdma_rw_ctx_[init|destroy]()Logan Gunthorpe1-2/+9
2018-10-17IB/mlx5: Add support for extended atomic operationsYonatan Cohen1-12/+84