summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* IB/mlx5: Report correctly tag matching rendezvous capabilityDanit Goldberg2019-07-261-2/+6
* IB/hfi1: Handle port down properly in pioMike Marciniszyn2019-07-144-7/+8
* IB/hfi1: Handle wakeup of orphaned QPs for pioMike Marciniszyn2019-07-141-0/+16
* IB/hfi1: Wakeup QPs orphaned on wait list after flushMike Marciniszyn2019-07-141-0/+17
* IB/hfi1: Use aborts to trigger RC throttlingMike Marciniszyn2019-07-143-4/+37
* IB/hfi1: Create inline to get extended headersMike Marciniszyn2019-07-142-20/+32
* RDMA: Directly cast the sockaddr union to sockaddrJason Gunthorpe2019-07-032-6/+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: Correct tid qp rcd to match verbs contextMike Marciniszyn2019-06-253-3/+15
* IB/hfi1: Avoid hardlockup with flushlist_lockMike Marciniszyn2019-06-251-6/+3
* IB/hfi1: Close PSM sdma_progress sleep windowMike Marciniszyn2019-06-252-9/+4
* IB/hfi1: Validate fault injection opcode user inputKaike Wan2019-06-251-0/+5
* IB/mlx5: Compare only index part of a memory window rkeyArtemy Kovalyov2019-05-311-1/+10
* 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/mlx5: Use get_zeroed_page() for clock_infoJason Gunthorpe2019-05-251-2/+3
* RDMA/hns: Bugfix for mapping user dbLijun Ou2019-04-251-1/+1
* RDMA/mlx5: Use rdma_user_map_io for mapping BAR pagesJason Gunthorpe2019-04-241-5/+3
* RDMA/mlx5: Do not allow the user to write to the clock pageJason Gunthorpe2019-04-241-0/+2
* IB/mlx5: Fix scatter to CQE in DCT QP creationGuy Levi2019-04-182-4/+9
* IB/hfi1: Do not flush send queue in the TID RDMA second legKaike Wan2019-04-101-23/+8
* RDMA/hns: Bugfix for SCC hem freeYangyang Li2019-04-081-3/+0
* RDMA/hns: Fix bug that caused srq creation to failLijun Ou2019-04-082-4/+6
* RDMA/vmw_pvrdma: Fix memory leak on pvrdma_pci_removeKamal Heib2019-04-081-0/+2
* IB/mlx5: Reset access mask when looping inside page fault handlerMoni Shoua2019-03-271-1/+2
* IB/hfi1: Fix the allocation of RSM tableKaike Wan2019-03-271-7/+19
* IB/hfi1: Eliminate opcode tests on mr derefKaike Wan2019-03-271-2/+2
* IB/hfi1: Clear the IOWAIT pending bits when QP is put into error stateKaike Wan2019-03-271-0/+2
* IB/hfi1: Failed to drain send queue when QP is put into error stateKaike Wan2019-03-271-1/+1
* i40iw: Avoid panic when handling the inetdev eventFeng Tang2019-03-171-1/+11
* IB/mlx5: Fix mapping of link-mode to IB width and speedAya Levin2019-03-171-0/+7
* IB/mlx5: Use mlx5 core to create/destroy a DEVX DCTYishai Hadas2019-03-172-9/+29
* IB/mlx4: Fix race condition between catas error reset and aliasguid flowsJack Morgenstein2019-03-171-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-09150-3035/+13433
|\
| * IB/hfi1: Close race condition on user context disable and closeMichael J. Ruhl2019-03-062-6/+10
| * RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qpYueHaibing2019-03-041-1/+1
| * cxgb4: kfree mhp after the debug printShaobo He2019-03-041-1/+1
| * IB/mlx5: Set correct write permissions for implicit ODP MRMoni Shoua2019-03-041-1/+1
| * bnxt_re: Clean cq for kernel consumers onlyDevesh Sharma2019-03-041-1/+1
| * RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-2223-297/+161
| * bnxt_re: fix the regression due to changes in alloc_pblDevesh Sharma2019-02-223-22/+14
| * IB/mlx4: Increase the timeout for CM cacheHÃ¥kon Bugge2019-02-221-1/+1
| * IB/mlx5: Validate correct PD before prefetch MRMoni Shoua2019-02-211-16/+30
| * IB/mlx5: Protect against prefetch of invalid MRMoni Shoua2019-02-214-23/+102
| * IB/hfi1: Add missing break in switch statementGustavo A. R. Silva2019-02-211-0/+1
| * Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe2019-02-213-77/+101
| |\