summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/cxgb4
AgeCommit message (Expand)AuthorFilesLines
2023-09-11RDMA/cxgb4: Check skb value for failure to allocateArtem Chernyshev1-0/+3
2023-08-13RDMA/cxgb4: Set sq_sig_type correctlyGuoqing Jiang1-1/+1
2023-02-15iw_cxgb4: Fix potential NULL dereference in c4iw_fill_res_cm_id_entry()Dan Carpenter1-1/+1
2023-02-06RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish()Nikita Zhandarovich1-0/+3
2023-02-02RDMA/cxgb4: add null-ptr-check after ip_dev_find()Nikita Zhandarovich1-0/+4
2023-01-15RDMA/cxgb4: Replace 0-length arrays with flexible arraysKees Cook1-20/+6
2022-12-27RDMA/cxgb4: remove unnecessary NULL check in __c4iw_poll_cq_one()Alexey Kodanev1-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-2/+2
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-2/+2
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-2/+2
2022-08-16RDMA/cxgb4: fix accept failure due to increased cpl_t5_pass_accept_rpl sizePotnuri Bharat Teja1-16/+9
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2-5/+4
2022-01-05RDMA/cxgb4: Set queue pair state when being queriedKamal Heib1-0/+1
2021-12-15iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rplKees Cook1-2/+3
2021-11-25RDMA/cxgb4: Use non-atomic bitmap functions when possibleChristophe JAILLET1-2/+2
2021-11-25RDMA/cxgb4: Use bitmap_set() when applicableChristophe JAILLET1-4/+1
2021-11-25RDMA/cxgb4: Use bitmap_zalloc() when applicableChristophe JAILLET1-5/+3
2021-11-19RDMA/cxgb4: Use helper function to set GUIDsKamal Heib1-3/+5
2021-10-12RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2-2/+0
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau1-11/+11
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe3-8/+13
2021-08-06RDMA/iw_cxgb4: Fix refcount underflow while destroying cqs.Dakshaja Uppalapati3-8/+13
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky3-27/+16
2021-06-17RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe1-1/+1
2021-06-17RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe1-6/+3
2021-06-08RDMA/cxgb4: Use refcount_t instead of atomic_t for reference countingWeihang Li3-8/+8
2021-06-04RDMA/cxgb4: Fix missing error code in create_qp()Jiapeng Chong1-0/+1
2021-05-20RDMA/cxgb4: Remove useless assignmentsTian Tao1-1/+0
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-53/+8
2021-04-20RDMA/cxgb4: add missing qpid incrementPotnuri Bharat Teja1-1/+1
2021-04-07RDMA/cxgb4: check for ipv6 address properly while destroying listenerPotnuri Bharat Teja1-1/+2
2021-03-31RDMA/iw_cxgb4: Use DEFINE_SPINLOCK() for spinlockTang Yizhou1-2/+1
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-6/+6
2021-03-25RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening serverPotnuri Bharat Teja1-2/+2
2021-03-22RDMA: Delete not-used static inline functionsLeon Romanovsky2-44/+0
2021-02-18Merge tag 'v5.11' into rdma.git for-nextJason Gunthorpe1-1/+1
2021-01-19RDMA/cxgb4: Fix the reported max_recv_sge valueKamal Heib1-1/+1
2021-01-07RDMA: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2020-11-23RDMA/cxgb4: Validate the number of CQEsKamal Heib1-0/+3
2020-10-27RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-5/+6
2020-10-27RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe1-5/+0
2020-10-27RDMA: Check create_flags during create_qpJason Gunthorpe1-1/+1
2020-10-27RDMA: Check flags during create_cqJason Gunthorpe1-1/+1
2020-10-27RDMA: Check attr_mask during modify_qpJason Gunthorpe1-0/+3
2020-10-27RDMA: Check srq_type during create_srqJason Gunthorpe1-0/+3
2020-10-27RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe1-4/+1
2020-10-27RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe1-15/+1
2020-10-27RDMA/cxgb4: Remove MW supportJason Gunthorpe3-88/+0
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-1/+3
2020-09-18RDMA/iw_cxgb4: Disable delayed ack by defaultPotnuri Bharat Teja1-2/+2