summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds31-452/+620
2020-12-14RDMA/cma: Don't overwrite sgid_attr after device is releasedLeon Romanovsky1-3/+4
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+2
2020-12-10RDMA/uverbs: Fix incorrect variable typeAvihai Horon1-9/+5
2020-12-10RDMA/core: Do not indicate device ready when device enablement failsJack Morgenstein1-3/+4
2020-12-10RDMA/core: Clean up cq pool mechanismJack Morgenstein3-15/+9
2020-12-10RDMA/core: Update kernel documentation for ib_create_named_qp()Lukas Bulwahn1-0/+1
2020-12-09RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewaitLeon Romanovsky1-0/+2
2020-12-07RDMA/core: Fix empty gid table for non IB/RoCE devicesGal Pressman1-3/+0
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab5-8/+10
2020-12-07RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe2-20/+116
2020-12-07RDMA/uverbs: Check ODP in ib_check_mr_access() as wellJason Gunthorpe2-15/+6
2020-12-07RDMA/uverbs: Tidy input validation of ib_uverbs_rereg_mr()Jason Gunthorpe1-4/+6
2020-11-27RDMA/restrack: Support all QP typesLeon Romanovsky4-27/+17
2020-11-27RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky2-3/+11
2020-11-27RDMA/core: Track device memory MRsLeon Romanovsky1-0/+4
2020-11-25RDMA/cma: Fix deadlock on &lock in rdma_cma_listen_on_all() error unwindJason Gunthorpe1-7/+18
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+6
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-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel1-5/+5
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