summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-02-221-0/+12
|\
| * scsi: Revert "RDMA/isert: Fix a recently introduced regression related to log...Bart Van Assche2020-02-141-0/+12
* | IB/mlx5: Use div64_u64 for num_var_hw_entries calculationJason Gunthorpe2020-02-141-1/+1
* | RDMA/core: Fix protection fault in get_pkey_idx_qp_listLeon Romanovsky2020-02-131-15/+9
* | RDMA/rxe: Fix soft lockup problem due to using tasklets in softirqZhu Yanjun2020-02-131-4/+4
* | RDMA/mlx5: Prevent overflow in mmap offset calculationsLeon Romanovsky2020-02-131-2/+2
* | IB/umad: Fix kernel crash while unloading ib_umadYonatan Cohen2020-02-131-2/+3
* | RDMA/mlx5: Fix async events cleanup flowsYishai Hadas2020-02-131-23/+28
* | RDMA/core: Add missing list deletion on freeing event queueMichael Guralnik2020-02-131-0/+1
* | RDMA/siw: Remove unwanted WARN_ON in siw_cm_llp_data_ready()Krishnamraju Eraparaju2020-02-111-3/+2
* | RDMA/iw_cxgb4: initiate CLOSE when entering TERMKrishnamraju Eraparaju2020-02-112-2/+6
* | IB/mlx5: Return failure when rts2rts_qp_counters_set_id is not supportedMark Zhang2020-02-111-3/+6
* | RDMA/core: Fix invalid memory access in spec_filter_sizeAvihai Horon2020-02-111-8/+7
* | IB/rdmavt: Reset all QPs when the device is shut downKaike Wan2020-02-111-33/+51
* | IB/hfi1: Close window for pq and request colidingMike Marciniszyn2020-02-114-29/+48
* | IB/hfi1: Acquire lock to release TID entries when user file is closedKaike Wan2020-02-111-0/+2
* | RDMA/hfi1: Fix memory leak in _dev_comp_vect_mappings_createKamal Heib2020-02-111-0/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-01-3187-3099/+3760
|\
| * RDMA/core: Make the entire API tree staticJason Gunthorpe2020-01-303-23/+3
| * RDMA/efa: Mask access flags with the correct optional rangeGal Pressman2020-01-291-1/+1
| * RDMA/cma: Fix unbalanced cm_id reference count during address resolveParav Pandit2020-01-281-0/+2
| * RDMA/umem: Fix ib_umem_find_best_pgsz()Artemy Kovalyov2020-01-281-3/+6
| * IB/mlx4: Fix leak in id_map_find_delHÃ¥kon Bugge2020-01-271-26/+3
| * IB/opa_vnic: Spelling correction of 'erorr' to 'error'Dillon Brock2020-01-251-1/+1
| * IB/hfi1: Fix logical condition in msix_request_irqNathan Chancellor2020-01-251-1/+1
| * RDMA/cm: Remove CM message structsJason Gunthorpe2020-01-252-288/+0
| * RDMA/cm: Use IBA functions for complex structure membersJason Gunthorpe2020-01-251-64/+107
| * RDMA/cm: Use IBA functions for simple structure membersJason Gunthorpe2020-01-251-139/+245
| * RDMA/cm: Use IBA functions for swapping get/set acessorsJason Gunthorpe2020-01-252-269/+36
| * RDMA/cm: Use IBA functions for simple get/set acessorsJason Gunthorpe2020-01-252-509/+104
| * RDMA/cm: Add SET/GET implementations to hide IBA wire formatLeon Romanovsky2020-01-252-0/+268
| * RDMA/cm: Add accessors for CM_REQ transport_typeJason Gunthorpe2020-01-251-12/+29
| * IB/mlx5: Return the administrative GUID if existsDanit Goldberg2020-01-251-16/+12
| * RDMA/core: Ensure that rdma_user_mmap_entry_remove() is a fenceJason Gunthorpe2020-01-251-0/+2
| * Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe2020-01-2138-209/+317
| |\
| * | IB/mlx4: Fix memory leak in add_gid error flowJack Morgenstein2020-01-161-4/+16
| * | IB/mlx5: Expose RoCE accelerator countersAvihai Horon2020-01-161-0/+18
| * | RDMA/mlx5: Set relaxed ordering when requestedMichael Guralnik2020-01-164-5/+23
| * | RDMA/core: Add the core support field to METHOD_GET_CONTEXTMichael Guralnik2020-01-161-0/+8
| * | RDMA/efa: Allow passing of optional access flags for MR registrationMichael Guralnik2020-01-161-0/+1
| * | RDMA/uverbs: Add ioctl command to get a device contextJason Gunthorpe2020-01-165-62/+114
| * | RDMA/core: Remove ucontext_lock from the uverbs_destry_ufile_hw() pathJason Gunthorpe2020-01-162-21/+5
| * | RDMA/core: Add UVERBS_METHOD_ASYNC_EVENT_ALLOCJason Gunthorpe2020-01-162-2/+25
| * | IB/srp: Never use immediate data if it is disabled by a userSergey Gorenko2020-01-151-1/+2
| * | RDMA/rxe: Compute the maximum sges and inline size based on the WQE sizeRao Shoaib2020-01-151-10/+8
| * | Introduce maximum WQE size to check limitsRao Shoaib2020-01-151-1/+6
| * | RDMA/efa: Remove unused ucontext parameter from efa_qp_user_mmap_entries_removeGal Pressman2020-01-151-7/+4
| * | RDMA/efa: Remove {} brackets from single statement ifGal Pressman2020-01-151-2/+1
| * | RDMA/efa: Device definitions documentation updatesGal Pressman2020-01-151-13/+24
| * | RDMA/hns: Add support for extended atomic in userspaceJiaran Zhang2020-01-152-2/+17