summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)Author
2021-01-14RDMA/cma: Fix error flow in default_roce_mode_storeNeta Ostrovsky
2021-01-14RDMA/umem: Avoid undefined behavior of rounddown_pow_of_two()Aharon Landau
2021-01-07RDMA/restrack: Don't treat as an error allocation ID wrappingLeon Romanovsky
2021-01-06RDMA/ucma: Do not miss ctx destruction steps in some casesJason Gunthorpe
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-12-14RDMA/cma: Don't overwrite sgid_attr after device is releasedLeon Romanovsky
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-10RDMA/uverbs: Fix incorrect variable typeAvihai Horon
2020-12-10RDMA/core: Do not indicate device ready when device enablement failsJack Morgenstein
2020-12-10RDMA/core: Clean up cq pool mechanismJack Morgenstein
2020-12-10RDMA/core: Update kernel documentation for ib_create_named_qp()Lukas Bulwahn
2020-12-09RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewaitLeon Romanovsky
2020-12-07RDMA/core: Fix empty gid table for non IB/RoCE devicesGal Pressman
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab
2020-12-07RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe
2020-12-07RDMA/uverbs: Check ODP in ib_check_mr_access() as wellJason Gunthorpe
2020-12-07RDMA/uverbs: Tidy input validation of ib_uverbs_rereg_mr()Jason Gunthorpe
2020-11-27RDMA/restrack: Support all QP typesLeon Romanovsky
2020-11-27RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky
2020-11-27RDMA/core: Track device memory MRsLeon Romanovsky
2020-11-25RDMA/cma: Fix deadlock on &lock in rdma_cma_listen_on_all() error unwindJason Gunthorpe
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
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