aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2020-11-02RDMA/mlx5: Move xlt_emergency_page_mutex into mr.cJason Gunthorpe3-22/+19
2020-11-02RDMA/mlx5: Change mlx5_ib_populate_pas() to use rdma_for_each_block()Jason Gunthorpe7-18/+30
2020-11-02RDMA/mlx5: Remove npages from mlx5_ib_cont_pages()Jason Gunthorpe7-45/+27
2020-11-02RDMA/mlx5: Remove ncont from mlx5_ib_cont_pages()Jason Gunthorpe7-52/+46
2020-11-02RDMA/mlx5: Remove order from mlx5_ib_cont_pages()Jason Gunthorpe7-24/+12
2020-11-02RDMA/mlx5: Move mlx5_ib_cont_pages() to the creation of the mlx5_ib_mrJason Gunthorpe3-78/+69
2020-11-02RDMA/mlx5: Remove mlx5_ib_mr->npagesJason Gunthorpe2-12/+12
2020-11-02RDMA/mlx5: Fix corruption of reg_pages in mlx5_ib_rereg_user_mr()Jason Gunthorpe1-9/+11
2020-11-02RDMA/mlx5: Remove mlx5_ib_mr->orderJason Gunthorpe2-3/+3
2020-10-30RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches4-52/+35
2020-10-30RDMA: Manual changes for sysfs_emit and neateningJoe Perches7-151/+144
2020-10-28RDMA/hns: Add support for filling GMV tableWeihang Li3-31/+116
2020-10-28RDMA/hns: Add support for configuring GMV tableWeihang Li6-28/+159
2020-10-28RDMA/hns: Support owner mode doorbellLang Cheng3-7/+28
2020-10-28RDMA/qedr: Fix memory leak in iWARP CMAlok Prasad1-0/+1
2020-10-27RDMA/bnxt_re: Fix entry size during SRQ createSelvin Xavier1-2/+2
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches13-84/+80
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe4-23/+4
2020-10-26RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe6-41/+2
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe13-25/+22
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe12-6/+22
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe14-2/+39
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe10-9/+25
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe10-91/+9
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe12-179/+11
2020-10-26RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe5-37/+3
2020-10-26RDMA/cxgb4: Remove MW supportJason Gunthorpe3-88/+0
2020-10-26RDMA/bnxt_re: Set queue pair state when being queriedKamal Heib1-0/+1
2020-10-26RDMA/mlx5: Fix devlink deadlock on net namespace deletionParav Pandit1-2/+4
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds104-1876/+2623
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe12-14/+24
2020-10-13IB/hfi1: use new function dev_fetch_sw_netstatsHeiner Kallweit1-33/+1
2020-10-09IB/mlx4: Convert rej_tmout radix-tree to XArrayHÃ¥kon Bugge2-48/+50
2020-10-06RDMA/bnxt_re: Fix sizeof mismatch for allocation of pbl_tbl.Colin Ian King1-1/+1
2020-10-06RDMA/bnxt_re: Use rdma_umem_for_each_dma_block()Jason Gunthorpe3-29/+22
2020-10-01RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon3-4/+6
2020-10-01RDMA/qedr: Endianness warnings cleanupAlok Prasad1-2/+2
2020-10-01RDMA/mlx5: Sync device with CPU pages upon ODP MR registrationYishai Hadas3-6/+32
2020-10-01RDMA/mlx5: Extend advice MR to support non faulting modeYishai Hadas2-2/+8
2020-10-01IB/core: Enable ODP sync without faultingYishai Hadas1-1/+1
2020-10-01IB/core: Improve ODP to use hmm_range_fault()Yishai Hadas1-17/+7
2020-09-29RDMA/hns: Remove unused variables and definitionsLang Cheng2-10/+0
2020-09-29RDMA/i40iw: Remove intermediate pointer that points to the same structLeon Romanovsky1-6/+3
2020-09-29RDMA/mthca: Combine special QP struct with mthca QPLeon Romanovsky4-58/+59
2020-09-29RDMA/drivers: Remove udata check from special QPLeon Romanovsky6-68/+19
2020-09-29RDMA/mlx4: Prepare QP allocation to remove from the driverLeon Romanovsky1-94/+63
2020-09-29RDMA/mlx4: Embed GSI QP into general mlx4_ib QPLeon Romanovsky2-91/+100
2020-09-29RDMA/mlx5: Delete not needed GSI QP signal QP typeLeon Romanovsky2-8/+1
2020-09-29RDMA/mlx5: Change GSI QP to have same creation flow like other QPsLeon Romanovsky3-46/+38
2020-09-29RDMA/mlx5: Reuse existing fields in parent QP storage objectLeon Romanovsky3-45/+31