summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-303-8/+13
|\
| * RDMA/iw_cxgb4: Fix refcount underflow while destroying cqs.Dakshaja Uppalapati2021-08-053-8/+13
* | RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-033-27/+16
|/
* RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe2021-06-161-1/+1
* RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe2021-06-161-6/+3
* RDMA/cxgb4: Use refcount_t instead of atomic_t for reference countingWeihang Li2021-06-083-8/+8
* RDMA/cxgb4: Fix missing error code in create_qp()Jiapeng Chong2021-06-041-0/+1
* RDMA/cxgb4: Remove useless assignmentsTian Tao2021-05-201-1/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-05-015-53/+8
|\
| * RDMA/cxgb4: add missing qpid incrementPotnuri Bharat Teja2021-04-201-1/+1
| * RDMA/iw_cxgb4: Use DEFINE_SPINLOCK() for spinlockTang Yizhou2021-03-311-2/+1
| * RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-6/+6
| * RDMA: Delete not-used static inline functionsLeon Romanovsky2021-03-222-44/+0
* | RDMA/cxgb4: check for ipv6 address properly while destroying listenerPotnuri Bharat Teja2021-04-071-1/+2
* | RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening serverPotnuri Bharat Teja2021-03-251-2/+2
|/
* Merge tag 'v5.11' into rdma.git for-nextJason Gunthorpe2021-02-181-1/+1
|\
| * RDMA/cxgb4: Fix the reported max_recv_sge valueKamal Heib2021-01-181-1/+1
* | RDMA: Use kzalloc for allocating only one thingZheng Yongjun2021-01-071-1/+1
|/
* RDMA/cxgb4: Validate the number of CQEsKamal Heib2020-11-231-0/+3
* RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-261-5/+6
* RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe2020-10-261-5/+0
* RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-1/+1
* RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-1/+1
* RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+3
* RDMA: Check srq_type during create_srqJason Gunthorpe2020-10-261-0/+3
* RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-261-4/+1
* RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-15/+1
* RDMA/cxgb4: Remove MW supportJason Gunthorpe2020-10-263-88/+0
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-1/+3
* RDMA/iw_cxgb4: Disable delayed ack by defaultPotnuri Bharat Teja2020-09-181-2/+2
* RDMA: Clean MW allocation and free flowsLeon Romanovsky2020-09-173-24/+15
* RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()Jason Gunthorpe2020-09-111-1/+1
* RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_blockJason Gunthorpe2020-09-091-3/+3
* RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-092-2/+3
* RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-092-2/+3
* RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-091-1/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-3/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-064-44/+14
|\
| * RDMA/cxgb4: Remove the query_pkey callbackKamal Heib2020-07-201-11/+0
| * IB/uverbs: Set IOVA on IB MR in uverbs layerYishai Hadas2020-07-061-1/+0
| * RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-062-2/+2
| * RDMA: Add dedicated CM_ID resource tracker functionMaor Gottlieb2020-06-233-18/+4
| * RDMA: Add dedicated QP resource tracker functionMaor Gottlieb2020-06-232-4/+2
| * RDMA: Add a dedicated CQ resource tracker functionMaor Gottlieb2020-06-233-4/+3
| * RDMA: Add dedicated MR resource tracker functionMaor Gottlieb2020-06-233-4/+3
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-162-2/+2
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* RDMA/iw_cxgb4: cleanup device debugfs entries on ULD removePotnuri Bharat Teja2020-05-251-0/+1
* RDMA/iw_cxgb4: Fix incorrect function parametersPotnuri Bharat Teja2020-05-121-4/+3
* Merge tag 'v5.6-rc4' into rdma.git for-nextJason Gunthorpe2020-03-042-2/+6
|\