aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig2-21/+27
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe3-19/+44
2020-11-16RDMA/efa: Remove .create_ah callback assignmentGal Pressman1-1/+1
2020-11-16RDMA/cma: Add missing error handling of listen_idLeon Romanovsky1-74/+101
2020-11-16RDMA/restrack: Store all special QPs in restrack DBLeon Romanovsky2-2/+11
2020-11-16RDMA/counter: Combine allocation and bind logicLeon Romanovsky1-74/+62
2020-11-12RDMA/umem: Use ib_dma_max_seg_size instead of dma_get_max_seg_sizeChristoph Hellwig1-4/+4
2020-11-12RDMA/core: Make FD destroy callback voidLeon Romanovsky3-6/+5
2020-11-12RDMA/core: Postpone uobject cleanup on failure till FD closeLeon Romanovsky10-65/+39
2020-11-12RDMA/cm: Make the local_id_table xarray non-irqJason Gunthorpe1-6/+6
2020-11-02IB/core: Add support for NDR link speedMeir Lichtinger1-0/+4
2020-11-02RDMA/mlx5: Use ib_umem_find_best_pgsz() for mkc'sJason Gunthorpe1-0/+9
2020-10-30RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches4-50/+58
2020-10-30RDMA: Manual changes for sysfs_emit and neateningJoe Perches1-29/+36
2020-10-28RDMA/core: Fix error return in _ib_modify_qp()Jing Xiangfeng1-1/+3
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe1-10/+38
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches4-24/+33
2020-10-26RDMA/uverbs: Fix false error in query gid IOCTLGal Pressman1-3/+0
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe3-5/+11
2020-10-26RDMA/core Remove uverbs_ex_cmd_maskJason Gunthorpe2-19/+1
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe1-0/+1
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe1-0/+1
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe2-6/+3
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe1-0/+1
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2-5/+19
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe1-0/+16
2020-10-26RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe2-1/+12
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds28-1298/+1804
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn1-3/+0
2020-10-16RDMA/ucma: Fix use after free in destroy id flowMaor Gottlieb1-5/+6
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-53/+22
2020-10-16Merge branch 'dynamic_sg' into rdma.git for-nextJason Gunthorpe2-84/+16
2020-10-05RDMA/umem: Move to allocate SG table from pagesMaor Gottlieb1-82/+12
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-9/+19
2020-10-01RDMA/uverbs: Expose the new GID query API to user spaceAvihai Horon1-1/+195
2020-10-01RDMA/core: Introduce new GID table query APIAvihai Horon1-3/+63
2020-10-01RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon4-5/+14
2020-10-01RDMA/core: Change rdma_get_gid_attr returned error codeAvihai Horon2-2/+3
2020-10-01RDMA/core: Constify struct attribute_groupRikard Falkeborn1-6/+6
2020-10-01IB/core: Enable ODP sync without faultingYishai Hadas1-10/+25
2020-10-01IB/core: Improve ODP to use hmm_range_fault()Yishai Hadas1-166/+112
2020-09-30RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel()Jason Gunthorpe1-6/+5
2020-09-30RDMA/core: Remove ucontext->closingJason Gunthorpe1-1/+0
2020-09-29RDMA/core: Align write and ioctl checks of QP typesLeon Romanovsky1-2/+15
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastructureTaehee Yoo3-9/+19
2020-09-22RDMA/restrack: Improve readability in task name managementLeon Romanovsky10-114/+157
2020-09-22RDMA/restrack: Simplify restrack tracking in kernel flowsLeon Romanovsky7-50/+22
2020-09-22RDMA/restrack: Count references to the verbs objectsLeon Romanovsky9-31/+70
2020-09-22RDMA/cma: Delete from restrack DB after successful destroyLeon Romanovsky1-2/+1
2020-09-18RDMA/ucma: Rework ucma_migrate_id() to avoid races with destroyJason Gunthorpe1-50/+29