summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* RDMA/cxgb4: Delete unused c4iw_ep_redirect prototypeAlexey Dobriyan2024-01-251-2/+0
* RDMA/cxgb4: Check skb value for failure to allocateArtem Chernyshev2023-09-111-0/+3
* RDMA/cxgb4: Set sq_sig_type correctlyGuoqing Jiang2023-08-131-1/+1
* iw_cxgb4: Fix potential NULL dereference in c4iw_fill_res_cm_id_entry()Dan Carpenter2023-02-151-1/+1
* RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish()Nikita Zhandarovich2023-02-061-0/+3
* RDMA/cxgb4: add null-ptr-check after ip_dev_find()Nikita Zhandarovich2023-02-021-0/+4
* RDMA/cxgb4: Replace 0-length arrays with flexible arraysKees Cook2023-01-151-20/+6
* RDMA/cxgb4: remove unnecessary NULL check in __c4iw_poll_cq_one()Alexey Kodanev2022-12-271-1/+1
* 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-111-2/+2
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-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-141-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-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