summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* RDMA/efa: Expose RDMA read related attributesDaniel Kranzdorf2019-11-254-5/+40
* RDMA/efa: Support remote read access in MR registrationDaniel Kranzdorf2019-11-254-13/+14
* RDMA/efa: Store network attributes in device attributesGal Pressman2019-11-255-51/+18
* IB/hfi1: remove redundant assignment to variable retColin Ian King2019-11-251-1/+1
* RDMA/bnxt_re: Fix missing le16_to_cpuDevesh Sharma2019-11-251-4/+4
* RDMA/bnxt_re: Fix stat push into dma buffer on gen p5 devicesDevesh Sharma2019-11-251-0/+1
* RDMA/bnxt_re: Fix chip number validation Broadcom's Gen P5 seriesLuke Starrett2019-11-251-2/+6
* RDMA/bnxt_re: Fix Kconfig indentationKrzysztof Kozlowski2019-11-251-6/+6
* Merge branch 'ib-guids' into rdma.git for-nextJason Gunthorpe2019-11-255-22/+51
|\
| * IB/mlx5: Implement callbacks for getting VFs GUID attributesDanit Goldberg2019-11-223-0/+28
| * IB/mlx5: Load profile according to RoCE enablement stateMichael Guralnik2019-11-111-12/+13
| * IB/mlx5: Rename profile and init methodsMichael Guralnik2019-11-113-9/+9
| * IB/mlx5: Introduce and use mlx5_core_is_vf()Parav Pandit2019-11-011-1/+1
* | RDMA/qedr: Fix null-pointer dereference when calling rdma_user_mmap_get_offsetMichal Kalderon2019-11-191-5/+10
* | IB/mlx5: Support extended number of strides for Striding RQMark Zhang2019-11-193-12/+43
* | IB/mlx4: Update HW GID table while adding vlan GIDDanit Goldberg2019-11-192-1/+9
* | RDMA/iw_cgxb4: Fix an error handling path in 'c4iw_connect()'Christophe JAILLET2019-11-171-2/+2
* | IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-1727-55/+49
* | RDMA/efa: Clear the admin command buffer prior to its submissionGal Pressman2019-11-141-1/+4
* | RDMA/qedr: Make qedr_iw_load_qp() staticKamal Heib2019-11-141-1/+1
* | 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
* | 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-1214-140/+93
* | 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-064-12/+0
* | RDMA/qib: Delete empty check_cc_key functionLeon Romanovsky2019-11-061-11/+0
* | RDMA/qib: Delete extra lineLeon Romanovsky2019-11-061-1/+0
* | 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/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/efa: Use the common mmap_xa helpersMichal Kalderon2019-11-063-194/+153