summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/irdma
AgeCommit message (Expand)AuthorFilesLines
2024-10-11RDMA/irdma: Fix misspelling of "accept*"Alexander Zubkov1-1/+1
2024-09-16RDMA/irdma: fix error message in irdma_modify_qp_roce()Vitaliy Shevtsov1-1/+1
2024-08-11RDMA: Pass uverbs_attr_bundle as part of '.reg_user_mr_dmabuf' APIYishai Hadas1-1/+1
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger1-2/+3
2024-05-30RDMA/irdma: Annotate flexible array with __counted_by() in struct irdma_qvlis...Christophe JAILLET1-1/+1
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault1-1/+2
2024-03-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+1
2024-02-04RDMA/irdma: Remove duplicate assignmentMustafa Ismail1-2/+1
2024-02-04RDMA/irdma: Add AE for too many RNRSMustafa Ismail2-0/+2
2024-02-04RDMA/irdma: Set the CQ read threshold for GEN 1Mustafa Ismail1-3/+2
2024-02-04RDMA/irdma: Validate max_send_wr and max_recv_wrShiraz Saleem1-1/+3
2024-02-04RDMA/irdma: Fix KASAN issue with taskletMike Marciniszyn1-0/+7
2023-12-12Expose c0 and SW encap ICM for RDMALeon Romanovsky5-17/+39
2023-12-05RDMA/irdma: Avoid free the non-cqp_request scratchShifeng Li1-3/+1
2023-12-05RDMA/irdma: Fix support for 64k pagesMike Marciniszyn1-1/+1
2023-12-05RDMA/irdma: Ensure iWarp QP queue memory is OS paged alignedMike Marciniszyn1-0/+5
2023-11-22RDMA/irdma: Fix UAF in irdma_sc_ccq_get_cqe_info()Shifeng Li1-3/+3
2023-11-15RDMA/irdma: Add wait for suspend on SQDMustafa Ismail5-3/+29
2023-11-15RDMA/irdma: Do not modify to SQD on errorMustafa Ismail1-7/+0
2023-11-13RDMA/irdma: Use crypto_shash_digest() in irdma_ieq_check_mpacrc()Eric Biggers1-8/+3
2023-10-09RDMA/irdma: Add support to re-register a memory regionSindhu Devale2-43/+191
2023-09-22RDMA/irdma: Replace deprecated strncpyJustin Stitt1-1/+1
2023-09-11IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski35-35/+35
2023-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds15-275/+444
2023-08-19RDMA/irdma: Prevent zero-length STAG registrationChristopher Bednarz3-2/+16
2023-08-18RDMA/irdma: Add missing kernel-doc in irdma_setup_umode_qp()Leon Romanovsky1-0/+1
2023-08-16RDMA/irdma: Drop unused kernel push codeShiraz Saleem4-119/+19
2023-08-07RDMA: Remove unnecessary NULL valuesRuan Jinjie1-2/+2
2023-08-03RDMA/irdma: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-07-31RDMA: Remove unnecessary ternary operatorsRuan Jinjie2-9/+8
2023-07-31RDMA/irdma: Fix one kernel-doc commentYang Li1-1/+0
2023-07-30RDMA/irdma: Use HW specific minimum WQ sizeSindhu Devale8-5/+16
2023-07-30RDMA/irdma: Allow accurate reporting on QP max send/recv WRSindhu Devale4-87/+197
2023-07-26RDMA/irdma: Cleanup and rename irdma_netdev_vlan_ipv6()Mustafa Ismail3-15/+12
2023-07-26RDMA/irdma: Add table based lookup for CQ pointer during an eventKrzysztof Czurylo5-8/+57
2023-07-26RDMA/irdma: Refactor error handling in create CQPSindhu Devale1-14/+21
2023-07-26RDMA/irdma: Drop a local in irdma_sc_get_next_aeqeSindhu Devale1-4/+1
2023-07-26RDMA/irdma: Report correct WC errorSindhu Devale1-0/+1
2023-07-26RDMA/irdma: Fix op_type reporting in CQEsSindhu Devale1-1/+1
2023-07-23RDMA/qedr: Remove duplicate assignments of vaMinjie Du1-1/+0
2023-07-19RDMA/irdma: Fix building without IPv6Arnd Bergmann1-1/+1
2023-07-17RDMA/irdma: Fix data race on CQP request doneShiraz Saleem3-5/+5
2023-07-17RDMA/irdma: Fix data race on CQP completion statsShiraz Saleem4-36/+36
2023-07-17RDMA/irdma: Add missing read barriersShiraz Saleem3-1/+17
2023-07-12RDMA/irdma: Implement egress VLAN priorityMustafa Ismail2-12/+99
2023-07-12RDMA/qedr: Remove a duplicate assignment in irdma_query_ah()Minjie Du1-1/+0
2023-06-27Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe1-5/+7
2023-06-01RDMA/irdma: avoid fortify-string warning in irdma_clr_wqesArnd Bergmann1-4/+6
2023-05-29RDMA/irdma: Fix Local Invalidate fencingMustafa Ismail1-0/+1
2023-05-29RDMA/irdma: Prevent QP use after freeMustafa Ismail1-5/+6