summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mlx5: Use ib_umem_find_best_pgoff() for SRQJason Gunthorpe2020-11-164-10/+128
* RDMA/efa: Remove .create_ah callback assignmentGal Pressman2020-11-162-2/+1
* RDMA/hns: Add new PCI device ID matching for HIP09Lang Cheng2020-11-161-0/+1
* RDMA/cma: Add missing error handling of listen_idLeon Romanovsky2020-11-161-74/+101
* RDMA/restrack: Store all special QPs in restrack DBLeon Romanovsky2020-11-162-2/+11
* RDMA/counter: Combine allocation and bind logicLeon Romanovsky2020-11-161-74/+62
* RDMA/hns: Fix double free of the pointer to TSQ/TPQWeihang Li2020-11-121-0/+2
* nvme-rdma: Use ibdev_to_node instead of dereferencing ->dma_deviceChristoph Hellwig2020-11-121-1/+1
* RDMA: Lift ibdev_to_node from rds to common codeChristoph Hellwig2020-11-122-7/+13
* RDMA/core: Remove ib_dma_{alloc,free}_coherentChristoph Hellwig2020-11-121-29/+0
* RDMA/umem: Use ib_dma_max_seg_size instead of dma_get_max_seg_sizeChristoph Hellwig2020-11-121-4/+4
* RDMa/mthca: Work around -Wenum-conversion warningArnd Bergmann2020-11-122-2/+1
* RDMA/core: Make FD destroy callback voidLeon Romanovsky2020-11-125-14/+11
* RDMA/core: Postpone uobject cleanup on failure till FD closeLeon Romanovsky2020-11-1213-113/+45
* IB/isert: Do not excplicitly check == false for boolZou Wei2020-11-121-1/+1
* RDMA/rxe: Remove VLAN code leftovers from RXEZhu Yanjun2020-11-122-14/+0
* IB/mlx5: Add support for NDR link speedMeir Lichtinger2020-11-021-0/+12
* IB/core: Add support for NDR link speedMeir Lichtinger2020-11-021-0/+4
* RDMA/ipoib: Add 50Gb and 100Gb link speeds to ethtoolMeir Lichtinger2020-11-021-0/+4
* RDMA/rxe,siw: Restore uverbs_cmd_mask IB_USER_VERBS_CMD_POST_SENDJason Gunthorpe2020-11-022-1/+4
* RDMA/siw: Fix typo of EAGAIN not -EAGAIN in siw_cm_work_handler()Zhang Qilong2020-11-021-1/+1
* RDMA/mlx5: Use ib_umem_find_best_pgsz() for mkc'sJason Gunthorpe2020-11-023-17/+56
* RDMA/mlx5: Split mlx5_ib_update_xlt() into ODP and non-ODP casesJason Gunthorpe2020-11-023-109/+90
* RDMA/mlx5: Split the WR setup out of mlx5_ib_update_xlt()Jason Gunthorpe2020-11-023-69/+128
* RDMA/mlx5: Move xlt_emergency_page_mutex into mr.cJason Gunthorpe2020-11-023-22/+19
* RDMA/mlx5: Change mlx5_ib_populate_pas() to use rdma_for_each_block()Jason Gunthorpe2020-11-027-18/+30
* RDMA/mlx5: Remove npages from mlx5_ib_cont_pages()Jason Gunthorpe2020-11-027-45/+27
* RDMA/mlx5: Remove ncont from mlx5_ib_cont_pages()Jason Gunthorpe2020-11-027-52/+46
* RDMA/mlx5: Remove order from mlx5_ib_cont_pages()Jason Gunthorpe2020-11-027-24/+12
* RDMA/mlx5: Move mlx5_ib_cont_pages() to the creation of the mlx5_ib_mrJason Gunthorpe2020-11-023-78/+69
* RDMA/mlx5: Remove mlx5_ib_mr->npagesJason Gunthorpe2020-11-022-12/+12
* RDMA/mlx5: Fix corruption of reg_pages in mlx5_ib_rereg_user_mr()Jason Gunthorpe2020-11-021-9/+11
* RDMA/mlx5: Remove mlx5_ib_mr->orderJason Gunthorpe2020-11-022-3/+3
* RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches2020-10-3012-124/+118
* RDMA: Manual changes for sysfs_emit and neateningJoe Perches2020-10-309-182/+186
* RDMA/hns: Add support for filling GMV tableWeihang Li2020-10-283-31/+116
* RDMA/hns: Add support for configuring GMV tableWeihang Li2020-10-286-28/+159
* RDMA/rtrs-clt: Remove 'addr' from rtrs_clt_add_path_to_arrGuoqing Jiang2020-10-281-3/+2
* RDMA/rtrs: Introduce rtrs_post_sendGuoqing Jiang2020-10-281-33/+19
* RDMA/rtrs-srv: Kill rtrs_srv_change_state_get_oldGuoqing Jiang2020-10-281-16/+3
* RDMA/rtrs-clt: Remove duplicated codeGioh Kim2020-10-281-6/+5
* RDMA/rtrs-clt: Remove duplicated switch-case handling for CM error eventsGioh Kim2020-10-281-5/+7
* RDMA/rtrs: Remove unnecessary argument dir of rtrs_iu_freeGioh Kim2020-10-284-23/+17
* RDMA/rtrs-srv: Fix typoGuoqing Jiang2020-10-281-1/+1
* RDMA/rtrs-srv: Don't guard the whole __alloc_srv with srv_mutexGuoqing Jiang2020-10-281-49/+37
* RDMA/rtrs-clt: Missing error from rtrs_rdma_conn_establishedGioh Kim2020-10-281-2/+2
* RDMA/rtrs-clt: Avoid run destroy_con_cq_qp/create_con_cq_qp in parallelJack Wang2020-10-282-2/+14
* RDMA/rtrs-clt: Remove outdated comment in create_con_cq_qpJack Wang2020-10-281-9/+0
* RDMA/rtrs-clt: Remove destroy_con_cq_qp in case route resolving failedDanil Kipnis2020-10-281-3/+1
* RDMA/hns: Support owner mode doorbellLang Cheng2020-10-283-7/+28