summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | RDMA/ocrdma: Fix spelling mistake in variable nameColin Ian King2019-11-142-3/+3
| * | | | | RDMA/qib: Validate ->show()/store() callbacks before calling themViresh Kumar2019-11-141-0/+6
| * | | | | RDMA/i40iw: Fix potential use after freePan Bian2019-11-141-1/+1
| * | | | | RDMA/qedr: Fix potential use after freePan Bian2019-11-141-1/+1
| * | | | | RDMA/srpt: Report the SCSI residual to the initiatorBart Van Assche2019-11-131-0/+24
| * | | | | IB/mlx5: Support flow counters offset for bulk countersYevgeny Kliteynik2019-11-133-4/+42
| * | | | | RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky2019-11-1216-150/+101
| * | | | | RDMA/hfi1: Delete unreachable codeLeon Romanovsky2019-11-121-4/+0
| * | | | | RDMA/hns: Modify appropriate printingsWenpeng Liang2019-11-084-15/+19
| * | | | | RDMA/hns: Fix non-standard error codesYixian Liu2019-11-085-13/+14
| * | | | | RDMA/hns: Modify hns_roce_hw_v2_get_cfg to simplify the codeLang Cheng2019-11-081-11/+4
| * | | | | RDMA/hns: Simplify doorbell initialization codeLang Cheng2019-11-081-4/+1
| * | | | | RDMA/hns: Replace not intuitive function/macro namesYixing Liu2019-11-086-59/+63
| * | | | | RDMA/hns: Modify fields of struct hns_roce_srqYixian Liu2019-11-083-22/+21
| * | | | | RDMA/hns: Delete unnecessary uar from hns_roce_cqYixian Liu2019-11-082-4/+1
| * | | | | RDMA/hns: Remove unnecessary structure hns_roce_sqpLang Cheng2019-11-084-22/+5
| * | | | | RDMA/hns: Delete unnecessary variable max_postYixian Liu2019-11-082-5/+4
| * | | | | RDMA/mlx5: Rewrite MAD processing logic to be readableLeon Romanovsky2019-11-061-61/+55
| * | | | | RDMA/ocrdma: Simplify process_mad functionLeon Romanovsky2019-11-061-8/+4
| * | | | | RDMA/mad: Do not check MAD sizes in roce and ib driversLeon Romanovsky2019-11-065-20/+0
| * | | | | RDMA/ocrdma: Make ocrdma_pma_counters() return voidLeon Romanovsky2019-11-063-9/+4
| * | | | | RDMA/mad: Allocate zeroed MAD bufferLeon Romanovsky2019-11-065-14/+2
| * | | | | RDMA/qib: Delete empty check_cc_key functionLeon Romanovsky2019-11-061-11/+0
| * | | | | RDMA/qib: Delete extra lineLeon Romanovsky2019-11-061-1/+0
| * | | | | RDMA/mad: Delete never implemented functionsLeon Romanovsky2019-11-061-19/+0
| * | | | | Revert "RDMA/srpt: Postpone HCA removal until after configfs directory removal"Bart Van Assche2019-11-061-5/+1
| * | | | | RDMA/qedr: Remove unsupported modify_port callbackKamal Heib2019-11-063-9/+0
| * | | | | RDMA/ocrdma: Remove unsupported modify_port callbackKamal Heib2019-11-063-9/+0
| * | | | | RDMA/hns: Remove unsupported modify_port callbackKamal Heib2019-11-061-7/+0
| * | | | | RDMA/core: Fix return code when modify_port isn't supportedKamal Heib2019-11-061-1/+5
| * | | | | RDMA/qedr: Add iWARP doorbell recovery supportMichal Kalderon2019-11-062-6/+43
| * | | | | RDMA/qedr: Add doorbell overflow recovery supportMichal Kalderon2019-11-062-50/+275
| * | | | | RDMA/qedr: Use the common mmap APIMichal Kalderon2019-11-064-121/+98
| * | | | | RDMA/siw: Use the common mmap_xa helpersMichal Kalderon2019-11-064-102/+114
| * | | | | RDMA/efa: Use the common mmap_xa helpersMichal Kalderon2019-11-063-194/+153
| * | | | | RDMA: Connect between the mmap entry and the umap_priv structureMichal Kalderon2019-11-067-23/+68
| * | | | | RDMA/core: Create mmap database and cookie helper functionsMichal Kalderon2019-11-064-0/+240
| * | | | | RDMA/core: Move core content from ib_uverbs to ib_coreMichal Kalderon2019-11-054-72/+86
| * | | | | IB/mlx5: Test write combining supportMichael Guralnik2019-10-314-3/+223
| * | | | | RDMA/mlx5: Return proper error valueLeon Romanovsky2019-10-311-1/+1
| * | | | | RDMA/hns: Fix build error againArnd Bergmann2019-10-292-5/+20
| * | | | | Merge branch 'odp_rework' into rdma.git for-nextJason Gunthorpe2019-10-287-610/+623
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | RDMA/odp: Remove broken debugging call to invalidate_rangeJason Gunthorpe2019-10-281-19/+19
| | * | | | RDMA/mlx5: Do not race with mlx5_ib_invalidate_range during create and destroyJason Gunthorpe2019-10-283-59/+88
| | * | | | RDMA/mlx5: Do not store implicit children in the odp_mkeys xarrayJason Gunthorpe2019-10-281-30/+6
| | * | | | RDMA/mlx5: Rework implicit ODP destroyJason Gunthorpe2019-10-284-64/+120
| | * | | | RDMA/mlx5: Avoid double lookups on the pagefault pathJason Gunthorpe2019-10-281-106/+80
| | * | | | RDMA/mlx5: Reduce locking in implicit_mr_get_data()Jason Gunthorpe2019-10-281-12/+26
| | * | | | RDMA/mlx5: Use an xarray for the children of an implicit ODPJason Gunthorpe2019-10-282-133/+67
| | * | | | RDMA/mlx5: Split implicit handling from pagefault_mrJason Gunthorpe2019-10-281-49/+76