summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Directly cast the sockaddr union to sockaddrJason Gunthorpe2019-07-032-6/+4
* IB/hfi1: Close PSM sdma_progress sleep windowMike Marciniszyn2019-07-032-9/+4
* IB/hfi1: Validate page aligned for a given virtual addressKamenee Arumugam2019-06-251-0/+3
* IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn2019-06-252-4/+0
* IB/hfi1: Insure freeze_work work_struct is canceled on shutdownMike Marciniszyn2019-06-251-0/+1
* IB/hfi1: Silence txreq allocation warningsMike Marciniszyn2019-06-252-2/+3
* IB/hfi1: Validate fault injection opcode user inputKaike Wan2019-06-251-0/+5
* RDMA/hns: Fix bad endianess of port_pd variableLeon Romanovsky2019-05-311-1/+1
* RDMA/cxgb4: Fix null pointer dereference on alloc_skb failureColin Ian King2019-05-311-0/+2
* IB/hfi1: Fix WQ_MEM_RECLAIM warningMike Marciniszyn2019-05-311-1/+2
* RDMA/hns: Bugfix for mapping user dbLijun Ou2019-05-161-1/+1
* RDMA/hns: Fix bug that caused srq creation to failLijun Ou2019-05-102-4/+6
* RDMA/vmw_pvrdma: Fix memory leak on pvrdma_pci_removeKamal Heib2019-05-101-0/+2
* IB/hfi1: Fix the allocation of RSM tableKaike Wan2019-05-101-7/+19
* IB/hfi1: Eliminate opcode tests on mr derefKaike Wan2019-05-101-2/+2
* RDMA/mlx5: Do not allow the user to write to the clock pageJason Gunthorpe2019-05-021-0/+2
* IB/hfi1: Failed to drain send queue when QP is put into error stateKaike Wan2019-04-201-1/+1
* i40iw: Avoid panic when handling the inetdev eventFeng Tang2019-04-201-1/+11
* IB/mlx4: Fix race condition between catas error reset and aliasguid flowsJack Morgenstein2019-04-201-1/+1
* 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
* IB/hfi1: Close race condition on user context disable and closeMichael J. Ruhl2019-03-232-6/+10
* IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMMBrian Welty2019-03-132-2/+0
* RDMA/mthca: Clear QP objects during their allocationLeon Romanovsky2019-02-271-2/+2
* IB/hfi1: Add limit test for RC/UC send via loopbackMike Marciniszyn2019-02-122-2/+12
* IB/hfi1: Unreserve a reserved request when it is completedKaike Wan2019-02-121-0/+2
* IB/hfi1: Remove overly conservative VM_EXEC flag checkMichael J. Ruhl2019-02-061-1/+1
* IB/usnic: Fix potential deadlockParvi Kaustubhi2019-01-261-4/+7
* RDMA/vmw_pvrdma: Return the correct opcode when creating WRAdit Ranadive2019-01-222-1/+40
* IB/mlx5: Block DEVX umem from the non applicable casesYishai Hadas2019-01-131-1/+3
* IB/hfi1: Incorrect sizing of sge for PIO will OOPsMichael J. Ruhl2019-01-091-0/+2
* IB/hfi1: Remove race conditions in user_sdma send pathMichael J. Ruhl2018-12-212-18/+15
* IB/hfi1: Fix an out-of-bounds access in get_hw_statsPiotr Stankiewicz2018-12-173-2/+5
* IB/mlx5: Fix page fault handling for MWArtemy Kovalyov2018-12-171-0/+1
* RDMA/hns: Bugfix pbl configuration for rereg mrYixian Liu2018-12-171-68/+60
* RDMA/bnxt_re: Avoid accessing the device structure after it is freedSelvin Xavier2018-12-171-0/+2
* RDMA/bnxt_re: Fix system hang when registration with L2 driver failsSelvin Xavier2018-12-171-0/+1
* RDMA/mlx5: Fix fence type for IB_WR_LOCAL_INV WRMajd Dibbiny2018-12-171-9/+10
* IB/mlx5: Avoid load failure due to unknown link widthMichael Guralnik2018-12-081-18/+11
* IB/hfi1: Eliminate races in the SDMA send error pathMichael J. Ruhl2018-12-012-51/+39
* IB/mlx5: Fix MR cache initializationArtemy Kovalyov2018-11-131-1/+1
* IB/mlx5: Allow transition of DCI QP to resetMoni Shoua2018-11-131-1/+3
* RDMA/bnxt_re: Fix recursive lock warning in debug kernelSelvin Xavier2018-11-131-2/+11
* RDMA/bnxt_re: Avoid accessing nq->bar_reg_iomem in failure caseSelvin Xavier2018-11-131-1/+2
* Merge tag 'for-gkh' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGreg Kroah-Hartman2018-10-121-4/+8
|\
| * IB/mlx5: Unmap DMA addr from HCA before IOMMUValentine Fatiev2018-10-101-4/+8
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGreg Kroah-Hartman2018-09-277-69/+98
|\|
| * IB/mlx5: Destroy the DEVX object upon error flowYishai Hadas2018-09-251-1/+4
| * RDMA/bnxt_re: Fix system crash during RDMA resource initializationSelvin Xavier2018-09-241-55/+38
| * IB/hfi1: Fix destroy_qp hang after a link downMichael J. Ruhl2018-09-203-9/+41