summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-121-2/+2
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-121-2/+2
* RDMA/cxgb4: fix accept failure due to increased cpl_t5_pass_accept_rpl sizePotnuri Bharat Teja2022-08-161-16/+9
* RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-062-5/+4
* RDMA/cxgb4: Set queue pair state when being queriedKamal Heib2022-01-051-0/+1
* iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rplKees Cook2021-12-151-2/+3
* RDMA/cxgb4: Use non-atomic bitmap functions when possibleChristophe JAILLET2021-11-251-2/+2
* RDMA/cxgb4: Use bitmap_set() when applicableChristophe JAILLET2021-11-251-4/+1
* RDMA/cxgb4: Use bitmap_zalloc() when applicableChristophe JAILLET2021-11-251-5/+3
* RDMA/cxgb4: Use helper function to set GUIDsKamal Heib2021-11-191-3/+5
* RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-122-2/+0
* RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau2021-10-121-11/+11
* 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-063-8/+13
* | RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-033-27/+16
|/
* RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe2021-06-171-1/+1
* RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe2021-06-171-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-242-3/+3