summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* RDMA/siw: Change CQ flags from 64->32 bitsBernard Metzler2019-08-134-11/+23
* RDMA/core: Fix error code in stat_get_doit_qp()Dan Carpenter2019-08-121-2/+6
* RDMA/siw: Fix a memory leak in siw_init_cpulist()Dan Carpenter2019-08-121-3/+1Star
* 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
* RDMA/counter: Prevent QP counter binding if counters unsupportedMark Zhang2019-08-071-0/+6
* IB/mlx5: Fix implicit MR release flowYishai Hadas2019-08-072-19/+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/mad: Fix use-after-free in ib mad completion handlingJack Morgenstein2019-08-011-10/+10
* RDMA/restrack: Track driver QP types in resource trackerGal Pressman2019-08-011-1/+4
* IB/mlx5: Fix MR registration flow to use UMR properlyGuy Levi2019-08-011-18/+9Star
* RDMA/devices: Remove the lock around remove_client_contextJason Gunthorpe2019-08-011-21/+27
* RDMA/devices: Do not deadlock during client removalJason Gunthorpe2019-08-011-13/+41
* IB/core: Add mitigation for Spectre V1Luck, Tony2019-08-011-1/+5
* Do not dereference 'siw_crypto_shash' before checkingBernard Metzler2019-07-291-2/+4
* 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/counters: Always initialize the port counter objectParav Pandit2019-07-251-4/+4
* IB/core: Fix querying total rdma statsParav Pandit2019-07-251-0/+3
* 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
* RDMA/siw: Remove set but not used variables 'rv'Mao Wenan2019-07-221-2/+1Star
* 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
* RDMA/siw: Fix error return code in siw_init_module()Wei Yongjun2019-07-221-0/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-07-202-43/+10Star
|\
| * scsi: IB/srp: set virt_boundary_mask in the scsi hostChristoph Hellwig2019-07-171-15/+3Star
| * scsi: IB/iser: set virt_boundary_mask in the scsi hostChristoph Hellwig2019-07-171-28/+7Star
* | 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-16184-24117/+17579Star
|\ \ \
| * | | RMDA/siw: Require a 64 bit archJason Gunthorpe2019-07-121-1/+1
| * | | RDMA/siw: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-112-0/+6
| * | | RDMA/core: Fix -Wunused-const-variable warningsQian Cai2019-07-111-0/+13
| * | | rdma/siw: Remove set but not used variable 's'YueHaibing2019-07-111-3/+0Star
| * | | rdma/siw: Add missing dependencies on LIBCRC32C and DMA_VIRT_OPSGeert Uytterhoeven2019-07-111-1/+2
| * | | RDMA/siw: Add missing rtnl_lock around access to ifaJason Gunthorpe2019-07-111-0/+2
| * | | rdma/siw: Use proper enumerated type in map_cqe_statusNathan Chancellor2019-07-101-1/+1
| * | | RDMA/siw: Remove unnecessary kthread create/destroy printoutsBernard Metzler2019-07-102-7/+1Star