summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2019-05-08IB/core: Destroy QP if XRC QP failsYuval Avnery1-17/+24
2019-05-08IB/core: Fix potential memory leak while creating MAD agentsDaniel Jurgens1-2/+6
2019-05-08IB/core: Unregister notifier before freeing MAD securityDaniel Jurgens1-1/+2
2019-05-08scsi: RDMA/srpt: Fix a credit leak for aborted commandsBart Van Assche1-0/+11
2019-05-02rdma: fix build errors on s390 and MIPS due to bad ZERO_PAGE useLinus Torvalds1-1/+1
2019-05-02RDMA/ucontext: Fix regression with disassociateJason Gunthorpe2-3/+50
2019-05-02RDMA/mlx5: Use rdma_user_map_io for mapping BAR pagesJason Gunthorpe1-5/+3
2019-05-02RDMA/mlx5: Do not allow the user to write to the clock pageJason Gunthorpe1-0/+2
2019-05-02IB/rdmavt: Fix frwr memory registrationJosh Collier1-7/+10
2019-04-27coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli1-0/+3
2019-04-20IB/hfi1: Failed to drain send queue when QP is put into error stateKaike Wan1-1/+1
2019-04-20RDMA/hns: Fix the Oops during rmmod or insmod ko when reset occursWei Hu (Xavier)3-13/+112
2019-04-20i40iw: Avoid panic when handling the inetdev eventFeng Tang1-1/+11
2019-04-20IB/mlx4: Fix race condition between catas error reset and aliasguid flowsJack Morgenstein1-1/+1
2019-04-17IB/mlx5: Reset access mask when looping inside page fault handlerMoni Shoua1-1/+2
2019-04-05iw_cxgb4: fix srqidx leak during connection abortRaju Rangoju1-2/+3
2019-04-05IB/mlx4: Increase the timeout for CM cacheHÃ¥kon Bugge1-1/+1
2019-03-27RDMA/cma: Rollback source IP address if failing to acquire deviceMyungho Jung1-1/+12
2019-03-23IB/rdmavt: Fix concurrency panics in QP post_send and modify to errorMichael J. Ruhl1-10/+23
2019-03-23IB/rdmavt: Fix loopback send with invalidate orderingMike Marciniszyn1-10/+16
2019-03-23IB/hfi1: Close race condition on user context disable and closeMichael J. Ruhl2-6/+10
2019-02-15iw_cxgb4: cq/qp mask depends on bar2 pages in a host pageRaju Rangoju1-2/+13
2019-02-05RDMA/srp: Rework SCSI device reset handlingBart Van Assche1-10/+0
2019-01-29IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociateYishai Hadas1-5/+13
2019-01-25IB/ipoib: Fix for use-after-free in ipoib_cm_tx_startFeras Daoud2-3/+1
2019-01-25IB/uverbs: Fix ioctl query port to consider device disassociationYishai Hadas1-1/+7
2019-01-25RDMA/mlx5: Fix flow creation on representorsMark Bloch1-2/+1
2019-01-25IB/uverbs: Fix OOPs upon device disassociationYishai Hadas1-4/+3
2019-01-25RDMA/umem: Add missing initialization of owning_mmArtemy Kovalyov1-0/+3
2019-01-25RDMA/hns: Update the kernel header file of hnsLijun Ou1-2/+8
2019-01-22IB/mlx5: Fix how advise_mr() launches async workJason Gunthorpe1-5/+5
2019-01-22RDMA/device: Expose ib_device_try_get(()Jason Gunthorpe2-4/+10
2019-01-22IB/hfi1: Add limit test for RC/UC send via loopbackMike Marciniszyn1-1/+6
2019-01-22IB/hfi1: Remove overly conservative VM_EXEC flag checkMichael J. Ruhl1-1/+1
2019-01-22IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMMBrian Welty2-2/+0
2019-01-22IB/mlx4: Fix using wrong function to destroy sqp AHs under SRIOVJack Morgenstein1-3/+3
2019-01-22RDMA/mlx5: Fix check for supported user flags when creating a QPMark Bloch1-7/+9
2019-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds9-22/+108
2019-01-15RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUTJason Gunthorpe4-13/+59
2019-01-11RDMA/mthca: Clear QP objects during their allocationLeon Romanovsky1-2/+2
2019-01-11RDMA/vmw_pvrdma: Return the correct opcode when creating WRAdit Ranadive2-1/+40
2019-01-09RDMA/cma: Add cm_id restrack resource based on kernel or user cm_id typeSteve Wise1-1/+4
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain16-79/+71
2019-01-07RDMA/nldev: Don't expose unsafe global rkey to regular userLeon Romanovsky1-4/+0
2019-01-07RDMA/uverbs: Fix post send success return value in case of errorGal Pressman1-1/+3
2019-01-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds6-21/+10
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds3-4/+3
2019-01-03infiniband/qedr: Potential null ptr dereference of qpAditya Pakki1-0/+2
2019-01-03infiniband: bnxt_re: qplib: Check the return value of send_messageAditya Pakki1-3/+2
2019-01-03IB/ipoib: drop useless LIST_HEADJulia Lawall1-1/+0