summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/vmw_pvrdma: Fix the active_speed and phys_state valueAdit Ranadive2020-11-031-1/+1
* RDMA/qedr: Fix memory leak in iWARP CMAlok Prasad2020-10-281-0/+1
* RDMA/mlx5: Fix devlink deadlock on net namespace deletionParav Pandit2020-10-261-2/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-10-17104-1877/+2624
|\
| * RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-1612-14/+24
| * IB/mlx4: Convert rej_tmout radix-tree to XArrayHÃ¥kon Bugge2020-10-092-49/+51
| * RDMA/bnxt_re: Fix sizeof mismatch for allocation of pbl_tbl.Colin Ian King2020-10-061-1/+1
| * RDMA/bnxt_re: Use rdma_umem_for_each_dma_block()Jason Gunthorpe2020-10-063-29/+22
| * RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon2020-10-023-4/+6
| * RDMA/qedr: Endianness warnings cleanupAlok Prasad2020-10-021-2/+2
| * RDMA/mlx5: Sync device with CPU pages upon ODP MR registrationYishai Hadas2020-10-013-6/+32
| * RDMA/mlx5: Extend advice MR to support non faulting modeYishai Hadas2020-10-012-2/+8
| * IB/core: Enable ODP sync without faultingYishai Hadas2020-10-011-1/+1
| * IB/core: Improve ODP to use hmm_range_fault()Yishai Hadas2020-10-011-17/+7
| * RDMA/hns: Remove unused variables and definitionsLang Cheng2020-09-292-10/+0
| * RDMA/i40iw: Remove intermediate pointer that points to the same structLeon Romanovsky2020-09-291-6/+3
| * RDMA/mthca: Combine special QP struct with mthca QPLeon Romanovsky2020-09-294-58/+59
| * RDMA/drivers: Remove udata check from special QPLeon Romanovsky2020-09-296-68/+19
| * RDMA/mlx4: Prepare QP allocation to remove from the driverLeon Romanovsky2020-09-291-94/+63
| * RDMA/mlx4: Embed GSI QP into general mlx4_ib QPLeon Romanovsky2020-09-292-91/+100
| * RDMA/mlx5: Delete not needed GSI QP signal QP typeLeon Romanovsky2020-09-292-8/+1
| * RDMA/mlx5: Change GSI QP to have same creation flow like other QPsLeon Romanovsky2020-09-293-46/+38
| * RDMA/mlx5: Reuse existing fields in parent QP storage objectLeon Romanovsky2020-09-293-45/+31
| * RDMA/mlx5: Embed GSI QP into general mlx5_ib QPLeon Romanovsky2020-09-293-33/+32
| * RDMA/mlx5: Fix type warning of sizeof in __mlx5_ib_alloc_counters()Liu Shixin2020-09-251-2/+2
| * RDMA/hns: Support inline data in extented sge space for RCWeihang Li2020-09-244-52/+162
| * RDMA/hns: Fix missing sq_sig_type when querying QPWeihang Li2020-09-241-0/+1
| * RDMA/hns: Fix configuration of ack_req_freq in QPCWeihang Li2020-09-241-6/+12
| * RDMA/hns: Fix the wrong value of rnr_retry when querying qpWenpeng Liang2020-09-241-1/+3
| * RDMA/hns: Solve the overflow of the calc_pg_sz()Jiaran Zhang2020-09-241-3/+3
| * RDMA/hns: Add check for the validity of sl configurationJiaran Zhang2020-09-242-2/+12
| * RDMA/hns: Correct typo of hns_roce_create_cq()Lang Cheng2020-09-241-1/+1
| * RDMA/hns: Add interception for resizing SRQsYangyang Li2020-09-241-0/+4
| * RDMA/hns: Refactor process about opcode in post_send()Weihang Li2020-09-241-55/+76
| * RDMA/hns: Add support for SCCC in size of 64 BytesYangyang Li2020-09-246-12/+38
| * RDMA/hns: Add support for QPC in size of 512 BytesWenpeng Liang2020-09-246-18/+75
| * RDMA/hns: Add support for CQE in size of 64 BytesWenpeng Liang2020-09-247-16/+48
| * RDMA/hns: Add support for EQE in size of 64 BytesWenpeng Liang2020-09-244-20/+44
| * RDMA/efa: Drop double zeroing for sg_init_table()Julia Lawall2020-09-231-1/+1
| * i40iw: Add support to make destroy QP synchronousSindhu, Devale2020-09-236-71/+45
| * RDMA/efa: Add messages and RDMA read work requests HW statsDaniel Kranzdorf2020-09-234-7/+99
| * RDMA/efa: Group keep alive received counter with other SW statsGal Pressman2020-09-232-21/+18
| * RDMA/mlx5: Don't call to restrack recursivelyLeon Romanovsky2020-09-231-2/+14
| * RDMA/mlx5: Clarify what the UMR is for when creating MRsJason Gunthorpe2020-09-184-49/+97
| * RDMA/mlx5: Disable IB_DEVICE_MEM_MGT_EXTENSIONS if IB_WR_REG_MR can't workJason Gunthorpe2020-09-181-1/+3
| * RDMA/mlx5: Make mkeys always owned by the kernel's PD when not enabledJason Gunthorpe2020-09-181-25/+26
| * RDMA/mlx5: Use set_mkc_access_pd_addr_fields() in reg_create()Jason Gunthorpe2020-09-181-14/+1
| * RDMA/mlx5: Remove dead check for EAGAIN after alloc_mr_from_cache()Jason Gunthorpe2020-09-181-3/+1
| * RDMA/hns: Set the unsupported wr opcodeLijun Ou2020-09-181-1/+0
| * RDMA/qedr: Fix resource leak in qedr_create_qpKeita Suzuki2020-09-181-25/+27