summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)Author
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe
2020-11-16RDMA/efa: Remove .create_ah callback assignmentGal Pressman
2020-11-16RDMA/cma: Add missing error handling of listen_idLeon Romanovsky
2020-11-16RDMA/restrack: Store all special QPs in restrack DBLeon Romanovsky
2020-11-16RDMA/counter: Combine allocation and bind logicLeon Romanovsky
2020-11-12RDMA/umem: Use ib_dma_max_seg_size instead of dma_get_max_seg_sizeChristoph Hellwig
2020-11-12RDMA/core: Make FD destroy callback voidLeon Romanovsky
2020-11-12RDMA/core: Postpone uobject cleanup on failure till FD closeLeon Romanovsky
2020-11-12RDMA/cm: Make the local_id_table xarray non-irqJason Gunthorpe
2020-11-02IB/core: Add support for NDR link speedMeir Lichtinger
2020-11-02RDMA/mlx5: Use ib_umem_find_best_pgsz() for mkc'sJason Gunthorpe
2020-10-30RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches
2020-10-30RDMA: Manual changes for sysfs_emit and neateningJoe Perches
2020-10-28RDMA/core: Fix error return in _ib_modify_qp()Jing Xiangfeng
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches
2020-10-26RDMA/uverbs: Fix false error in query gid IOCTLGal Pressman
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe
2020-10-26RDMA/core Remove uverbs_ex_cmd_maskJason Gunthorpe
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe
2020-10-26RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn
2020-10-16RDMA/ucma: Fix use after free in destroy id flowMaor Gottlieb
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe
2020-10-16Merge branch 'dynamic_sg' into rdma.git for-nextJason Gunthorpe
2020-10-05RDMA/umem: Move to allocate SG table from pagesMaor Gottlieb
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-10-01RDMA/uverbs: Expose the new GID query API to user spaceAvihai Horon
2020-10-01RDMA/core: Introduce new GID table query APIAvihai Horon
2020-10-01RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon
2020-10-01RDMA/core: Change rdma_get_gid_attr returned error codeAvihai Horon
2020-10-01RDMA/core: Constify struct attribute_groupRikard Falkeborn
2020-10-01IB/core: Enable ODP sync without faultingYishai Hadas
2020-10-01IB/core: Improve ODP to use hmm_range_fault()Yishai Hadas
2020-09-30RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel()Jason Gunthorpe
2020-09-30RDMA/core: Remove ucontext->closingJason Gunthorpe
2020-09-29RDMA/core: Align write and ioctl checks of QP typesLeon Romanovsky
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo
2020-09-22RDMA/restrack: Improve readability in task name managementLeon Romanovsky
2020-09-22RDMA/restrack: Simplify restrack tracking in kernel flowsLeon Romanovsky
2020-09-22RDMA/restrack: Count references to the verbs objectsLeon Romanovsky
2020-09-22RDMA/cma: Delete from restrack DB after successful destroyLeon Romanovsky
2020-09-18RDMA/ucma: Rework ucma_migrate_id() to avoid races with destroyJason Gunthorpe