summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2019-05-31RDMA/hns: Fix bad endianess of port_pd variableLeon Romanovsky1-1/+1
2019-05-31RDMA/cxgb4: Fix null pointer dereference on alloc_skb failureColin Ian King1-0/+2
2019-05-31RDMA/cma: Consider scope_id while binding to ipv6 ll addressParav Pandit1-6/+19
2019-05-31IB/hfi1: Fix WQ_MEM_RECLAIM warningMike Marciniszyn1-1/+2
2019-05-16RDMA/hns: Bugfix for mapping user dbLijun Ou1-1/+1
2019-05-10RDMA/hns: Fix bug that caused srq creation to failLijun Ou2-4/+6
2019-05-10RDMA/vmw_pvrdma: Fix memory leak on pvrdma_pci_removeKamal Heib1-0/+2
2019-05-10IB/hfi1: Fix the allocation of RSM tableKaike Wan1-7/+19
2019-05-10IB/hfi1: Eliminate opcode tests on mr derefKaike Wan1-2/+2
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/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-20IB/hfi1: Failed to drain send queue when QP is put into error stateKaike Wan1-1/+1
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-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/hfi1: Close race condition on user context disable and closeMichael J. Ruhl2-6/+10
2019-03-14IB/ipoib: Fix for use-after-free in ipoib_cm_tx_startFeras Daoud2-3/+1
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: Add limit test for RC/UC send via loopbackMike Marciniszyn2-2/+12
2019-02-12IB/hfi1: Unreserve a reserved request when it is completedKaike Wan1-0/+2
2019-02-06IB/hfi1: Remove overly conservative VM_EXEC flag checkMichael J. Ruhl1-1/+1
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/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-13IB/core: Fix oops in netdev_next_upper_dev_rcu()Mark Zhang1-0/+3
2019-01-13IB/mlx5: Block DEVX umem from the non applicable casesYishai Hadas1-1/+3
2019-01-09IB/hfi1: Incorrect sizing of sge for PIO will OOPsMichael J. Ruhl1-0/+2
2018-12-21IB/hfi1: Remove race conditions in user_sdma send pathMichael J. Ruhl2-18/+15
2018-12-17IB/hfi1: Fix an out-of-bounds access in get_hw_statsPiotr Stankiewicz3-2/+5
2018-12-17IB/mlx5: Fix page fault handling for MWArtemy Kovalyov1-0/+1
2018-12-17RDMA/hns: Bugfix pbl configuration for rereg mrYixian Liu1-68/+60
2018-12-17RDMA/rdmavt: Fix rvt_create_ah function signatureKamal Heib2-2/+5
2018-12-17RDMA/bnxt_re: Avoid accessing the device structure after it is freedSelvin Xavier1-0/+2
2018-12-17RDMA/bnxt_re: Fix system hang when registration with L2 driver failsSelvin Xavier1-0/+1
2018-12-17RDMA/core: Add GIDs while changing MAC addr only for registered ndevParav Pandit1-2/+4
2018-12-17RDMA/mlx5: Fix fence type for IB_WR_LOCAL_INV WRMajd Dibbiny1-9/+10
2018-12-08IB/mlx5: Avoid load failure due to unknown link widthMichael Guralnik1-18/+11
2018-12-08iser: set sector for ambiguous mr status errorsSagi Grimberg1-4/+3
2018-12-01IB/hfi1: Eliminate races in the SDMA send error pathMichael J. Ruhl2-51/+39