summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* RDMA/uverbs: Expose the new GID query API to user spaceAvihai Horon2020-10-011-1/+195
* RDMA/core: Introduce new GID table query APIAvihai Horon2020-10-011-3/+63
* RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon2020-10-017-9/+20
* RDMA/core: Change rdma_get_gid_attr returned error codeAvihai Horon2020-10-012-2/+3
* RDMA/qedr: Endianness warnings cleanupAlok Prasad2020-10-011-2/+2
* RDMA/rtrs: Constify static struct attribute_groupRikard Falkeborn2020-10-012-5/+5
* RDMA/core: Constify struct attribute_groupRikard Falkeborn2020-10-011-6/+6
* RDMA/mlx5: Sync device with CPU pages upon ODP MR registrationYishai Hadas2020-10-013-6/+32
* RDMA/mlx5: Extend advice MR to support non faulting modeYishai Hadas2020-10-012-2/+8
* IB/core: Enable ODP sync without faultingYishai Hadas2020-10-012-11/+26
* IB/core: Improve ODP to use hmm_range_fault()Yishai Hadas2020-10-013-183/+120
* RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel()Jason Gunthorpe2020-09-301-6/+5
* RDMA/core: Remove ucontext->closingJason Gunthorpe2020-09-301-1/+0
* RDMA/rtrs: Remove unused field of rtrs_iuGioh Kim2020-09-301-1/+0
* RDMA/hns: Remove unused variables and definitionsLang Cheng2020-09-292-10/+0
* RDMA/i40iw: Remove intermediate pointer that points to the same structLeon Romanovsky2020-09-291-6/+3
* RDMA/mthca: Combine special QP struct with mthca QPLeon Romanovsky2020-09-294-58/+59
* RDMA/drivers: Remove udata check from special QPLeon Romanovsky2020-09-296-68/+19
* RDMA/core: Align write and ioctl checks of QP typesLeon Romanovsky2020-09-291-2/+15
* RDMA/mlx4: Prepare QP allocation to remove from the driverLeon Romanovsky2020-09-291-94/+63
* RDMA/mlx4: Embed GSI QP into general mlx4_ib QPLeon Romanovsky2020-09-292-91/+100
* RDMA/mlx5: Delete not needed GSI QP signal QP typeLeon Romanovsky2020-09-292-8/+1
* RDMA/mlx5: Change GSI QP to have same creation flow like other QPsLeon Romanovsky2020-09-293-46/+38
* RDMA/mlx5: Reuse existing fields in parent QP storage objectLeon Romanovsky2020-09-293-45/+31
* RDMA/mlx5: Embed GSI QP into general mlx5_ib QPLeon Romanovsky2020-09-293-33/+32
* RDMA/mlx5: Fix type warning of sizeof in __mlx5_ib_alloc_counters()Liu Shixin2020-09-251-2/+2
* RDMA/hns: Support inline data in extented sge space for RCWeihang Li2020-09-244-52/+162
* RDMA/hns: Fix missing sq_sig_type when querying QPWeihang Li2020-09-241-0/+1
* RDMA/hns: Fix configuration of ack_req_freq in QPCWeihang Li2020-09-241-6/+12
* RDMA/hns: Fix the wrong value of rnr_retry when querying qpWenpeng Liang2020-09-241-1/+3
* RDMA/hns: Solve the overflow of the calc_pg_sz()Jiaran Zhang2020-09-241-3/+3
* RDMA/hns: Add check for the validity of sl configurationJiaran Zhang2020-09-242-2/+12
* RDMA/hns: Correct typo of hns_roce_create_cq()Lang Cheng2020-09-241-1/+1
* RDMA/hns: Add interception for resizing SRQsYangyang Li2020-09-241-0/+4
* RDMA/hns: Refactor process about opcode in post_send()Weihang Li2020-09-241-55/+76
* RDMA/hns: Add support for SCCC in size of 64 BytesYangyang Li2020-09-246-12/+38
* RDMA/hns: Add support for QPC in size of 512 BytesWenpeng Liang2020-09-246-18/+75
* RDMA/hns: Add support for CQE in size of 64 BytesWenpeng Liang2020-09-247-16/+48
* RDMA/hns: Add support for EQE in size of 64 BytesWenpeng Liang2020-09-244-20/+44
* RDMA/efa: Drop double zeroing for sg_init_table()Julia Lawall2020-09-221-1/+1
* i40iw: Add support to make destroy QP synchronousSindhu, Devale2020-09-226-71/+45
* RDMA/efa: Add messages and RDMA read work requests HW statsDaniel Kranzdorf2020-09-224-7/+99
* RDMA/efa: Group keep alive received counter with other SW statsGal Pressman2020-09-222-21/+18
* RDMA/restrack: Improve readability in task name managementLeon Romanovsky2020-09-2210-114/+157
* RDMA/restrack: Simplify restrack tracking in kernel flowsLeon Romanovsky2020-09-227-50/+22
* RDMA/restrack: Count references to the verbs objectsLeon Romanovsky2020-09-229-31/+70
* RDMA/mlx5: Don't call to restrack recursivelyLeon Romanovsky2020-09-221-2/+14
* RDMA/cma: Delete from restrack DB after successful destroyLeon Romanovsky2020-09-221-2/+1
* RDMA/ucma: Rework ucma_migrate_id() to avoid races with destroyJason Gunthorpe2020-09-181-50/+29
* RDMA/mlx5: Clarify what the UMR is for when creating MRsJason Gunthorpe2020-09-184-49/+97