summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* IB/mlx5: Fix use-after-free error while accessing ev_file pointerYishai Hadas2019-08-121-4/+5
* IB/mlx5: Check the correct variable in error handling codeDan Carpenter2019-08-071-1/+1
* IB/mlx5: Fix implicit MR release flowYishai Hadas2019-08-071-15/+9Star
* RDMA/hns: Fix error return code in hns_roce_v1_rsv_lp_qp()Wei Yongjun2019-08-011-1/+3
* RDMA/mlx5: Release locks during notifier unregisterLeon Romanovsky2019-08-011-4/+3Star
* IB/hfi1: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2019-08-011-0/+2
* IB/mlx5: Fix MR registration flow to use UMR properlyGuy Levi2019-08-011-18/+9Star
* RDMA/qedr: Fix the hca_type and hca_rev returned in device attributesMichal Kalderon2019-07-291-2/+8
* RDMA/hns: Fix build errorYueHaibing2019-07-292-9/+5Star
* IB/mlx5: Fix RSS Toeplitz setup to be aligned with the HW specificationYishai Hadas2019-07-251-1/+0Star
* IB/mlx5: Prevent concurrent MR updates during invalidationMoni Shoua2019-07-251-1/+2
* IB/mlx5: Fix clean_mr() to work in the expected orderYishai Hadas2019-07-241-3/+3
* IB/mlx5: Move MRs to a kernel PD when freeing them to the MR cacheYishai Hadas2019-07-241-1/+3
* IB/mlx5: Use direct mkey destroy command upon UMR unreg failureYishai Hadas2019-07-241-5/+8
* IB/mlx5: Fix unreg_umr to ignore the mkey stateYishai Hadas2019-07-243-6/+11
* IB/mlx5: Replace kfree with kvfreeChuhong Yuan2019-07-221-2/+2
* RDMA/bnxt_re: Honor vlan_id in GID entry comparisonSelvin Xavier2019-07-225-13/+30
* IB/hfi1: Drop all TID RDMA READ RESP packets after r_next_psnKaike Wan2019-07-221-41/+1Star
* IB/hfi1: Field not zero-ed when allocating TID flow memoryKaike Wan2019-07-221-0/+1
* IB/hfi1: Unreserve a flushed OPFN requestKaike Wan2019-07-221-2/+0Star
* IB/hfi1: Check for error on call to alloc_rsm_map_tableJohn Fleck2019-07-221-2/+9
* RDMA/hns: Fix sg offset non-zero issueXi Wang2019-07-221-7/+8
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-9/+17
|\
| * vfs: Convert qib_fs/ipathfs to use the new mount APIDavid Howells2019-07-051-9/+17
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-16115-21746/+4131Star
|\ \
| * | RDMA/mlx5: Set RDMA DIM to be enabled by defaultLeon Romanovsky2019-07-081-0/+2
| * | IB/mlx5: Report correctly tag matching rendezvous capabilityDanit Goldberg2019-07-081-2/+6
| * | Merge branch 'vhca-tunnel' into rdma.git for-nextJason Gunthorpe2019-07-081-4/+20
| |\ \
| | * | IB/mlx5: Implement VHCA tunnel mechanism in DEVXMax Gurtovoy2019-07-081-4/+20
| * | | RDMA/hns: Clean up unnecessary variable initializationLang Cheng2019-07-074-5/+5
| * | | RDMA/hns: Fixs hw access invalid dma memory errorXi Wang2019-07-071-1/+0Star
| * | | RDMA/hns: Use %pK format pointer printLang Cheng2019-07-071-1/+2
| * | | RDMA/hns: Bugfix for calculating qp buffer sizeLijun Ou2019-07-071-2/+2
| * | | RDMA/hns: Set reset flag when hw resettingLang Cheng2019-07-051-0/+1
| * | | RDMA/hns: Modify ba page size for cqeYangyang Li2019-07-051-1/+1
| * | | RDMA/hns: Fixup qp release bugchenglang2019-07-052-6/+3Star
| * | | RDMA/hns: Bugfix for cleaning mtrLijun Ou2019-07-051-1/+1
| * | | IB/mlx5: Add counter_alloc_stats() and counter_update_stats() supportMark Zhang2019-07-051-0/+23
| * | | IB/mlx5: Support statistic q counter configurationMark Zhang2019-07-051-0/+44
| * | | IB/mlx5: Add counter set id as a parameter for mlx5_ib_query_q_counters()Mark Zhang2019-07-051-5/+5
| * | | IB/mlx5: Support set qp counterMark Zhang2019-07-052-2/+80
| * | | Merge mlx5-next into rdma for-nextJason Gunthorpe2019-07-051-1/+1
| |\| |
| * | | RDMA/efa: Entropy in admin commands idDaniel Kranzdorf2019-07-041-21/+23
| * | | RDMA/mlx5: Use proper allocation API to get zeroed memoryLeon Romanovsky2019-07-041-2/+1Star
| * | | RDMA/hns: Fix building modular hnsLijun Ou2019-07-041-2/+2
| * | | IB/mlx5: DEVX cleanup mdevYishai Hadas2019-07-031-10/+8Star
| * | | IB/mlx5: Add DEVX support for CQ eventsYishai Hadas2019-07-031-0/+39
| * | | IB/mlx5: Implement DEVX dispatching eventYishai Hadas2019-07-031-3/+300
| * | | IB/mlx5: Enable subscription for device events over DEVXYishai Hadas2019-07-031-7/+553
| * | | IB/mlx5: Register DEVX with mlx5_core to get async eventsYishai Hadas2019-07-033-2/+48