aboutsummaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-14RDMA/qedr: Make qedr_iw_load_qp() staticKamal Heib1-1/+1
2019-11-14RDMA/ocrdma: Fix spelling mistake in variable nameColin Ian King2-3/+3
2019-11-14RDMA/qib: Validate ->show()/store() callbacks before calling themViresh Kumar1-0/+6
2019-11-14RDMA/i40iw: Fix potential use after freePan Bian1-1/+1
2019-11-14RDMA/qedr: Fix potential use after freePan Bian1-1/+1
2019-11-13RDMA/srpt: Report the SCSI residual to the initiatorBart Van Assche1-0/+24
2019-11-13IB/mlx5: Support flow counters offset for bulk countersYevgeny Kliteynik4-4/+43
2019-11-12RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky17-154/+104
2019-11-12RDMA/hfi1: Delete unreachable codeLeon Romanovsky1-4/+0
2019-11-08RDMA/hns: Modify appropriate printingsWenpeng Liang4-15/+19
2019-11-08RDMA/hns: Fix non-standard error codesYixian Liu5-13/+14
2019-11-08RDMA/hns: Modify hns_roce_hw_v2_get_cfg to simplify the codeLang Cheng1-11/+4
2019-11-08RDMA/hns: Simplify doorbell initialization codeLang Cheng1-4/+1
2019-11-08RDMA/hns: Replace not intuitive function/macro namesYixing Liu6-59/+63
2019-11-08RDMA/hns: Modify fields of struct hns_roce_srqYixian Liu3-22/+21
2019-11-08RDMA/hns: Delete unnecessary uar from hns_roce_cqYixian Liu2-4/+1
2019-11-08RDMA/hns: Remove unnecessary structure hns_roce_sqpLang Cheng4-22/+5
2019-11-08RDMA/hns: Delete unnecessary variable max_postYixian Liu2-5/+4
2019-11-06RDMA/mlx5: Rewrite MAD processing logic to be readableLeon Romanovsky1-61/+55
2019-11-06RDMA/ocrdma: Simplify process_mad functionLeon Romanovsky1-8/+4
2019-11-06RDMA/mad: Do not check MAD sizes in roce and ib driversLeon Romanovsky5-20/+0
2019-11-06RDMA/ocrdma: Make ocrdma_pma_counters() return voidLeon Romanovsky3-9/+4
2019-11-06RDMA/mad: Allocate zeroed MAD bufferLeon Romanovsky5-14/+2
2019-11-06RDMA/qib: Delete empty check_cc_key functionLeon Romanovsky1-11/+0
2019-11-06RDMA/qib: Delete extra lineLeon Romanovsky1-1/+0
2019-11-06RDMA/mad: Delete never implemented functionsLeon Romanovsky2-59/+0
2019-11-06Revert "RDMA/srpt: Postpone HCA removal until after configfs directory removal"Bart Van Assche1-5/+1
2019-11-06RDMA/qedr: Remove unsupported modify_port callbackKamal Heib3-9/+0
2019-11-06RDMA/ocrdma: Remove unsupported modify_port callbackKamal Heib3-9/+0
2019-11-06RDMA/hns: Remove unsupported modify_port callbackKamal Heib1-7/+0
2019-11-06RDMA/core: Fix return code when modify_port isn't supportedKamal Heib1-1/+5
2019-11-06RDMA/qedr: Add iWARP doorbell recovery supportMichal Kalderon2-6/+43
2019-11-06RDMA/qedr: Add doorbell overflow recovery supportMichal Kalderon3-50/+300
2019-11-06RDMA/qedr: Use the common mmap APIMichal Kalderon4-121/+98
2019-11-06RDMA/siw: Use the common mmap_xa helpersMichal Kalderon4-102/+114
2019-11-06RDMA/efa: Use the common mmap_xa helpersMichal Kalderon3-194/+153
2019-11-06RDMA: Connect between the mmap entry and the umap_priv structureMichal Kalderon8-34/+70
2019-11-06RDMA/core: Create mmap database and cookie helper functionsMichal Kalderon5-0/+275
2019-11-05RDMA/core: Move core content from ib_uverbs to ib_coreMichal Kalderon4-72/+86
2019-10-31IB/mlx5: Test write combining supportMichael Guralnik4-3/+223
2019-10-31RDMA/mlx5: Return proper error valueLeon Romanovsky1-1/+1
2019-10-29RDMA/hns: Fix build error againArnd Bergmann2-5/+20
2019-10-28RDMA/odp: Remove broken debugging call to invalidate_rangeJason Gunthorpe1-19/+19
2019-10-28RDMA/mlx5: Do not race with mlx5_ib_invalidate_range during create and destroyJason Gunthorpe3-59/+88
2019-10-28RDMA/mlx5: Do not store implicit children in the odp_mkeys xarrayJason Gunthorpe1-30/+6
2019-10-28RDMA/mlx5: Rework implicit ODP destroyJason Gunthorpe5-66/+120
2019-10-28RDMA/mlx5: Avoid double lookups on the pagefault pathJason Gunthorpe1-106/+80
2019-10-28RDMA/mlx5: Reduce locking in implicit_mr_get_data()Jason Gunthorpe1-12/+26
2019-10-28RDMA/mlx5: Use an xarray for the children of an implicit ODPJason Gunthorpe3-149/+67
2019-10-28RDMA/mlx5: Split implicit handling from pagefault_mrJason Gunthorpe1-49/+76