summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorLines
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-452/+620
2020-12-14RDMA/cma: Don't overwrite sgid_attr after device is releasedLeon Romanovsky-3/+4
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+2
2020-12-10RDMA/uverbs: Fix incorrect variable typeAvihai Horon-9/+5
2020-12-10RDMA/core: Do not indicate device ready when device enablement failsJack Morgenstein-3/+4
2020-12-10RDMA/core: Clean up cq pool mechanismJack Morgenstein-15/+9
2020-12-10RDMA/core: Update kernel documentation for ib_create_named_qp()Lukas Bulwahn-0/+1
2020-12-09RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewaitLeon Romanovsky-0/+2
2020-12-07RDMA/core: Fix empty gid table for non IB/RoCE devicesGal Pressman-3/+0
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab-8/+10
2020-12-07RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe-20/+116
2020-12-07RDMA/uverbs: Check ODP in ib_check_mr_access() as wellJason Gunthorpe-15/+6
2020-12-07RDMA/uverbs: Tidy input validation of ib_uverbs_rereg_mr()Jason Gunthorpe-4/+6
2020-11-27RDMA/restrack: Support all QP typesLeon Romanovsky-27/+17
2020-11-27RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky-3/+11
2020-11-27RDMA/core: Track device memory MRsLeon Romanovsky-0/+4
2020-11-25RDMA/cma: Fix deadlock on &lock in rdma_cma_listen_on_all() error unwindJason Gunthorpe-7/+18
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+6
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig-21/+27
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe-19/+44
2020-11-16RDMA/efa: Remove .create_ah callback assignmentGal Pressman-1/+1
2020-11-16RDMA/cma: Add missing error handling of listen_idLeon Romanovsky-74/+101
2020-11-16RDMA/restrack: Store all special QPs in restrack DBLeon Romanovsky-2/+11
2020-11-16RDMA/counter: Combine allocation and bind logicLeon Romanovsky-74/+62
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel-5/+5
2020-11-12RDMA/umem: Use ib_dma_max_seg_size instead of dma_get_max_seg_sizeChristoph Hellwig-4/+4
2020-11-12RDMA/core: Make FD destroy callback voidLeon Romanovsky-6/+5
2020-11-12RDMA/core: Postpone uobject cleanup on failure till FD closeLeon Romanovsky-65/+39
2020-11-12RDMA/cm: Make the local_id_table xarray non-irqJason Gunthorpe-6/+6
2020-11-02IB/core: Add support for NDR link speedMeir Lichtinger-0/+4
2020-11-02RDMA/mlx5: Use ib_umem_find_best_pgsz() for mkc'sJason Gunthorpe-0/+9
2020-10-30RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches-50/+58
2020-10-30RDMA: Manual changes for sysfs_emit and neateningJoe Perches-29/+36
2020-10-28RDMA/core: Fix error return in _ib_modify_qp()Jing Xiangfeng-1/+3
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe-10/+38
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches-24/+33
2020-10-26RDMA/uverbs: Fix false error in query gid IOCTLGal Pressman-3/+0
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe-5/+11
2020-10-26RDMA/core Remove uverbs_ex_cmd_maskJason Gunthorpe-19/+1
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe-0/+1
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe-0/+1
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe-6/+3
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe-0/+1
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe-5/+19
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe-0/+16
2020-10-26RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe-1/+12
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-1298/+1804
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn-3/+0
2020-10-16RDMA/ucma: Fix use after free in destroy id flowMaor Gottlieb-5/+6
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe-53/+22