summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* 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/+3Star
* 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/+8Star
* RDMA/hns: Bugfix for SCC hem freeYangyang Li2019-04-081-3/+0Star
* 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-181-1/+11
* IB/mlx5: Fix mapping of link-mode to IB width and speedAya Levin2019-03-181-0/+7
* IB/mlx5: Use mlx5 core to create/destroy a DEVX DCTYishai Hadas2019-03-182-9/+29
* IB/mlx4: Fix race condition between catas error reset and aliasguid flowsJack Morgenstein2019-03-181-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-10150-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/+161Star
| * bnxt_re: fix the regression due to changes in alloc_pblDevesh Sharma2019-02-223-22/+14Star
| * IB/mlx4: Increase the timeout for CM cacheHÃ¥kon Bugge2019-02-221-1/+1
| * IB/mlx5: Validate correct PD before prefetch MRMoni Shoua2019-02-221-16/+30
| * IB/mlx5: Protect against prefetch of invalid MRMoni Shoua2019-02-224-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
| |\
| * | drivers/IB,qib: Fix pinned/locked limit check in qib_get_user_pages()Davidlohr Bueso2019-02-201-1/+1
| * | iw_cxgb4: Make function read_tcb() staticWei Yongjun2019-02-201-1/+1
| * | RDMA/hns: Bugfix for set hem of SCCYangyang Li2019-02-201-0/+3
| * | RDMA/hns: Modify qp&cq&pd specification according to UMLijun Ou2019-02-201-5/+5
| * | IB/usnic: Fix deadlockParvi Kaustubhi2019-02-203-28/+19Star
| * | RDMA/cxgb4: Remove kref accounting for sync operationLeon Romanovsky2019-02-163-29/+3Star
| * | RDMA/nes: Remove useless usecnt variable and redundant memsetLeon Romanovsky2019-02-162-9/+1Star
| * | IB/hfi1: Fix a build warning for TID RDMA READKaike Wan2019-02-151-0/+1
| * | IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-1517-144/+172
| * | RDMA/hns: Configure capacity of hns deviceLijun Ou2019-02-141-0/+5
| * | RDMA/hns: Delete useful prints for aeq subtype eventYixian Liu2019-02-141-51/+6Star
| * | RDMA/hns: Set allocated memory to zero for wridYixian Liu2019-02-141-4/+4
| * | RDMA/hns: Fix the state of rereg mrYixian Liu2019-02-141-0/+3
| * | RDMA/hns: Limit minimum ROCE CQ depth to 64chenglang2019-02-141-0/+1
| * | RDMA/nes: Use for_each_sg_dma_page iterator for umem SGLShiraz, Saleem2019-02-131-131/+89Star
| * | RDMA: Fix allocation failure on pointer pdColin Ian King2019-02-131-1/+1
| * | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Doug Ledford2019-02-1338-612/+588Star
| |\ \
| | * | RDMA/bnxt_re: fix or'ing of data into an uninitialized struct memberColin Ian King2019-02-111-1/+1
| | * | RDMA/mlx5: Fix memory leak in case we fail to add an IB deviceMark Bloch2019-02-111-1/+3
| | * | IB/mlx5: Fix bad flow upon DEVX mkey creationYishai Hadas2019-02-111-2/+3