summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2019-07-26IB/mlx5: Report correctly tag matching rendezvous capabilityDanit Goldberg1-2/+6
2019-07-14IB/hfi1: Handle port down properly in pioMike Marciniszyn4-7/+8
2019-07-14IB/hfi1: Handle wakeup of orphaned QPs for pioMike Marciniszyn1-0/+16
2019-07-14IB/hfi1: Wakeup QPs orphaned on wait list after flushMike Marciniszyn1-0/+17
2019-07-14IB/hfi1: Use aborts to trigger RC throttlingMike Marciniszyn3-4/+37
2019-07-14IB/hfi1: Create inline to get extended headersMike Marciniszyn2-20/+32
2019-07-03RDMA: Directly cast the sockaddr union to sockaddrJason Gunthorpe2-6/+4
2019-06-25IB/hfi1: Validate page aligned for a given virtual addressKamenee Arumugam1-0/+3
2019-06-25IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn2-4/+0
2019-06-25IB/hfi1: Insure freeze_work work_struct is canceled on shutdownMike Marciniszyn1-0/+1
2019-06-25IB/hfi1: Silence txreq allocation warningsMike Marciniszyn2-2/+3
2019-06-25IB/hfi1: Correct tid qp rcd to match verbs contextMike Marciniszyn3-3/+15
2019-06-25IB/hfi1: Avoid hardlockup with flushlist_lockMike Marciniszyn1-6/+3
2019-06-25IB/hfi1: Close PSM sdma_progress sleep windowMike Marciniszyn2-9/+4
2019-06-25IB/hfi1: Validate fault injection opcode user inputKaike Wan1-0/+5
2019-05-31IB/mlx5: Compare only index part of a memory window rkeyArtemy Kovalyov1-1/+10
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-31IB/hfi1: Fix WQ_MEM_RECLAIM warningMike Marciniszyn1-1/+2
2019-05-25RDMA/mlx5: Use get_zeroed_page() for clock_infoJason Gunthorpe1-2/+3
2019-04-25RDMA/hns: Bugfix for mapping user dbLijun Ou1-1/+1
2019-04-24RDMA/mlx5: Use rdma_user_map_io for mapping BAR pagesJason Gunthorpe1-5/+3
2019-04-24RDMA/mlx5: Do not allow the user to write to the clock pageJason Gunthorpe1-0/+2
2019-04-18IB/mlx5: Fix scatter to CQE in DCT QP creationGuy Levi2-4/+9
2019-04-10IB/hfi1: Do not flush send queue in the TID RDMA second legKaike Wan1-23/+8
2019-04-08RDMA/hns: Bugfix for SCC hem freeYangyang Li1-3/+0
2019-04-08RDMA/hns: Fix bug that caused srq creation to failLijun Ou2-4/+6
2019-04-08RDMA/vmw_pvrdma: Fix memory leak on pvrdma_pci_removeKamal Heib1-0/+2
2019-03-27IB/mlx5: Reset access mask when looping inside page fault handlerMoni Shoua1-1/+2
2019-03-27IB/hfi1: Fix the allocation of RSM tableKaike Wan1-7/+19
2019-03-27IB/hfi1: Eliminate opcode tests on mr derefKaike Wan1-2/+2
2019-03-27IB/hfi1: Clear the IOWAIT pending bits when QP is put into error stateKaike Wan1-0/+2
2019-03-27IB/hfi1: Failed to drain send queue when QP is put into error stateKaike Wan1-1/+1
2019-03-18i40iw: Avoid panic when handling the inetdev eventFeng Tang1-1/+11
2019-03-18IB/mlx5: Fix mapping of link-mode to IB width and speedAya Levin1-0/+7
2019-03-18IB/mlx5: Use mlx5 core to create/destroy a DEVX DCTYishai Hadas2-9/+29
2019-03-18IB/mlx4: Fix race condition between catas error reset and aliasguid flowsJack Morgenstein1-1/+1
2019-03-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds150-3035/+13433
2019-03-06IB/hfi1: Close race condition on user context disable and closeMichael J. Ruhl2-6/+10
2019-03-06mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2-2/+4
2019-03-04RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qpYueHaibing1-1/+1
2019-03-04cxgb4: kfree mhp after the debug printShaobo He1-1/+1
2019-03-04IB/mlx5: Set correct write permissions for implicit ODP MRMoni Shoua1-1/+1
2019-03-04bnxt_re: Clean cq for kernel consumers onlyDevesh Sharma1-1/+1
2019-02-26net: devlink: turn devlink into a built-inJakub Kicinski2-2/+0
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+13
2019-02-23RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky23-297/+161
2019-02-22bnxt_re: fix the regression due to changes in alloc_pblDevesh Sharma3-22/+14
2019-02-22IB/mlx4: Increase the timeout for CM cacheHÃ¥kon Bugge1-1/+1
2019-02-22IB/mlx5: Validate correct PD before prefetch MRMoni Shoua1-16/+30