summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-12-1631-452/+620
|\
| * RDMA/cma: Don't overwrite sgid_attr after device is releasedLeon Romanovsky2020-12-141-3/+4
| * RDMA/uverbs: Fix incorrect variable typeAvihai Horon2020-12-101-9/+5
| * RDMA/core: Do not indicate device ready when device enablement failsJack Morgenstein2020-12-101-3/+4
| * RDMA/core: Clean up cq pool mechanismJack Morgenstein2020-12-103-15/+9
| * RDMA/core: Update kernel documentation for ib_create_named_qp()Lukas Bulwahn2020-12-101-0/+1
| * IB: Fix kernel-doc markupsMauro Carvalho Chehab2020-12-075-8/+10
| * RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe2020-12-072-20/+116
| * RDMA/uverbs: Check ODP in ib_check_mr_access() as wellJason Gunthorpe2020-12-072-15/+6
| * RDMA/uverbs: Tidy input validation of ib_uverbs_rereg_mr()Jason Gunthorpe2020-12-071-4/+6
| * RDMA/restrack: Support all QP typesLeon Romanovsky2020-11-274-27/+17
| * RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky2020-11-272-3/+11
| * RDMA/core: Track device memory MRsLeon Romanovsky2020-11-271-0/+4
| * RDMA/cma: Fix deadlock on &lock in rdma_cma_listen_on_all() error unwindJason Gunthorpe2020-11-251-7/+18
| * RDMA/core: remove use of dma_virt_opsChristoph Hellwig2020-11-172-21/+27
| * Merge branch 'for-rc' into rdma.gitJason Gunthorpe2020-11-173-19/+44
| |\
| * | RDMA/efa: Remove .create_ah callback assignmentGal Pressman2020-11-161-1/+1
| * | RDMA/cma: Add missing error handling of listen_idLeon Romanovsky2020-11-161-74/+101
| * | RDMA/restrack: Store all special QPs in restrack DBLeon Romanovsky2020-11-162-2/+11
| * | RDMA/counter: Combine allocation and bind logicLeon Romanovsky2020-11-161-74/+62
| * | RDMA/umem: Use ib_dma_max_seg_size instead of dma_get_max_seg_sizeChristoph Hellwig2020-11-121-4/+4
| * | RDMA/core: Make FD destroy callback voidLeon Romanovsky2020-11-123-6/+5
| * | RDMA/core: Postpone uobject cleanup on failure till FD closeLeon Romanovsky2020-11-1210-65/+39
| * | IB/core: Add support for NDR link speedMeir Lichtinger2020-11-021-0/+4
| * | RDMA/mlx5: Use ib_umem_find_best_pgsz() for mkc'sJason Gunthorpe2020-11-021-0/+9
| * | RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches2020-10-314-50/+58
| * | RDMA: Manual changes for sysfs_emit and neateningJoe Perches2020-10-311-29/+36
| * | RDMA/core: Fix error return in _ib_modify_qp()Jing Xiangfeng2020-10-281-1/+3
| * | RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-264-24/+33
| * | RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe2020-10-263-5/+11
| * | RDMA/core Remove uverbs_ex_cmd_maskJason Gunthorpe2020-10-262-19/+1
| * | RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-0/+1
| * | RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-0/+1
| * | RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-262-6/+3
| * | RDMA: Check srq_type during create_srqJason Gunthorpe2020-10-261-0/+1
| * | RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-262-5/+19
| * | RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-0/+16
| * | RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe2020-10-262-1/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-122-3/+2
|\ \ \
| * | | RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewaitLeon Romanovsky2020-12-091-0/+2
| * | | RDMA/core: Fix empty gid table for non IB/RoCE devicesGal Pressman2020-12-071-3/+0
| | |/ | |/|
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-201-6/+6
|\| |
| * | RDMA/cm: Make the local_id_table xarray non-irqJason Gunthorpe2020-11-121-6/+6
* | | treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-5/+5
|/ /
* | RDMA: Add rdma_connect_locked()Jason Gunthorpe2020-10-281-10/+38
* | RDMA/uverbs: Fix false error in query gid IOCTLGal Pressman2020-10-261-3/+0
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-10-1728-1298/+1804
|\
| * RDMA/ucma: Fix use after free in destroy id flowMaor Gottlieb2020-10-161-5/+6
| * RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-53/+22
| * Merge branch 'dynamic_sg' into rdma.git for-nextJason Gunthorpe2020-10-162-84/+16
| |\