aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2020-02-28RDMA/efa: Unified getters/setters for device structs bitmask accessGal Pressman6-126/+99
2020-02-28RDMA/hns: Optimize qp doorbell allocation flowXi Wang1-102/+132
2020-02-28RDMA/hns: Optimize kernel qp wrid allocation flowXi Wang1-27/+45
2020-02-28RDMA/hns: Optimize qp param setup flowXi Wang1-64/+72
2020-02-28RDMA/hns: Optimize qp buffer allocation flowXi Wang2-123/+144
2020-02-28RDMA/hns: Optimize qp number assign flowXi Wang1-47/+44
2020-02-28RDMA/hns: Optimize qp context create and destroy flowXi Wang2-89/+81
2020-02-28RDMA/hns: Optimize qp destroy flowXi Wang4-58/+46
2020-02-28RDMA/hns: Stop doorbell update while qp state errorYixian Liu1-35/+41
2020-02-28RDMA/hns: Use flush framework for the case in aeqYixian Liu2-36/+9
2020-02-28RDMA/hns: Treat revision HIP08_A as a special caseLang Cheng1-14/+12
2020-02-26RDMA/bnxt_re: Using vmalloc requires including vmalloc.hJason Gunthorpe1-0/+1
2020-02-26Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/coreIngo Molnar1-1/+1
2020-02-23infiniband: hfi1: Use EFI GetVariable only when availableArd Biesheuvel1-1/+1
2020-02-21RDMA/bnxt_re: use ibdev based message printing functionsDevesh Sharma2-203/+208
2020-02-21RDMA/bnxt_re: Refactor doorbell management functionsDevesh Sharma5-147/+141
2020-02-21RDMA/bnxt_re: Refactor notification queue management codeDevesh Sharma2-72/+92
2020-02-21RDMA/bnxt_re: Refactor command queue management codeDevesh Sharma4-204/+312
2020-02-21RDMA/bnxt_re: Refactor net ring allocation functionDevesh Sharma2-29/+44
2020-02-21RDMA/bnxt_re: Refactor hardware queue memory allocationDevesh Sharma9-330/+523
2020-02-21RDMA/bnxt_re: Replace chip context structure with pointerDevesh Sharma4-21/+36
2020-02-21RDMA/bnxt_re: Refactor queue pair creation codeDevesh Sharma3-215/+426
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva12-20/+20
2020-02-20RDMA/hns: Initialize all fields of doorbells to zeroLang Cheng2-11/+3
2020-02-20RDMA/hns: fix spelling mistake: "attatch" -> "attach"Colin Ian King1-1/+1
2020-02-19net/mlx5: E-Switch, Move source port on reg_c0 to the upper 16 bitsPaul Blakey1-1/+2
2020-02-19RDMA/bnxt_re: Use rdma_read_gid_hw_context to retrieve HW gid indexSelvin Xavier1-11/+12
2020-02-14IB/mlx5: Use div64_u64 for num_var_hw_entries calculationJason Gunthorpe1-1/+1
2020-02-13RDMA/hns: Delayed flush cqe process with workqueueYixian Liu3-50/+66
2020-02-13RDMA/hns: Add the workqueue framework for flush cqe handlerYixian Liu3-11/+49
2020-02-13RDMA/mlx5: Prevent overflow in mmap offset calculationsLeon Romanovsky1-2/+2
2020-02-13RDMA/mlx5: Fix async events cleanup flowsYishai Hadas1-23/+28
2020-02-11i40iw: Do an RCU lookup in i40iw_add_ipv4_addrShiraz Saleem1-12/+6
2020-02-11RDMA/iw_cxgb4: initiate CLOSE when entering TERMKrishnamraju Eraparaju2-2/+6
2020-02-11IB/mlx5: Return failure when rts2rts_qp_counters_set_id is not supportedMark Zhang1-3/+6
2020-02-11RDMA/hns: Optimize eqe buffer allocation flowXi Wang2-380/+105
2020-02-11RDMA/hns: Cleanups of magic numbersLang Cheng4-17/+21
2020-02-11IB/hfi1: Close window for pq and request colidingMike Marciniszyn4-29/+48
2020-02-11IB/hfi1: Acquire lock to release TID entries when user file is closedKaike Wan1-0/+2
2020-02-11RDMA/hfi1: Fix memory leak in _dev_comp_vect_mappings_createKamal Heib1-0/+2
2020-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds41-972/+1977
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard5-9/+9
2020-01-31IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard5-5/+5
2020-01-30RDMA/core: Make the entire API tree staticJason Gunthorpe2-6/+3
2020-01-29RDMA/efa: Mask access flags with the correct optional rangeGal Pressman1-1/+1
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds30-155/+237
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+5
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds7-10/+10
2020-01-27IB/mlx4: Fix leak in id_map_find_delHÃ¥kon Bugge1-26/+3