summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/bnxt_re/ib_verbs.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-28RDMA/bnxt_re: Fix to remove workload check in SRQ limit pathKashyap Desai1-6/+2
2025-08-20RDMA/bnxt_re: Fix size of uverbs_copy_to() in BNXT_RE_METHOD_GET_TOGGLE_MEMKalesh AP1-1/+1
2025-03-07RDMA/bnxt_re: Fix the page details for the srq created by kernel consumersKashyap Desai1-0/+2
2025-03-07RDMA/bnxt_re: Allocate dev_attr information dynamicallyKalesh AP1-19/+19
2025-03-07RDMA/bnxt_re: Refactor NQ allocationKalesh AP1-3/+3
2025-02-08RDMA/bnxt_re: Fix to drop reference to the mmap entry in case of errorKalesh AP1-3/+4
2025-01-23RDMA/bnxt_re: Fix to export port num to ib_query_qpHongguang Gao1-0/+1
2025-01-09RDMA/bnxt_re: Fix reporting hw_ver in query_deviceKalesh AP1-1/+1
2025-01-09RDMA/bnxt_re: Add check for path mtu in modify_qpSaravanan Vajravel1-12/+14
2025-01-09RDMA/bnxt_re: Avoid sending the modify QP workaround for latest adaptersKashyap Desai1-2/+4
2024-12-05RDMA/bnxt_re: Check cqe flags to know imm_data vs inv_irkeyKashyap Desai1-2/+5
2024-10-08RDMA/bnxt_re: Fix the max WQEs used in Static WQE modeSelvin Xavier1-1/+5
2024-09-09RDMA/bnxt_re: Fix the max WQE size for static WQE supportSelvin Xavier1-11/+10
2024-09-09RDMA/bnxt_re: Fix the compatibility flag for variable size WQESelvin Xavier1-1/+2
2024-09-02RDMA/bnxt_re: Add support for MR Relaxed OrderingKalesh AP1-0/+14
2024-09-02RDMA/bnxt_re: Avoid an extra hwrm per MR creationKalesh AP1-14/+22
2024-09-02RDMA/bnxt_re: Rename a variableKalesh AP1-4/+4
2024-09-02RDMA/bnxt_re: Share a page to expose per SRQ info with userspaceChandramohan Akula1-1/+33
2024-09-02RDMA/bnxt_re: Refactor the BNXT_RE_METHOD_GET_TOGGLE_MEM methodChandramohan Akula1-11/+7
2024-08-28Merge branch 'bnxt_re_variable_wqes' into rdma.git for-nextJason Gunthorpe1-47/+72
2024-08-27RDMA/bnxt_re: Enable variable size WQEs for user space applicationsSelvin Xavier1-0/+5
2024-08-27RDMA/bnxt_re: Handle variable WQE support for user applicationsSelvin Xavier1-45/+61
2024-08-27RDMA/bnxt_re: Fix the table size for PSN/MSN entriesSelvin Xavier1-0/+2
2024-08-27RDMA/bnxt_re: Add support for Variable WQE in Genp7 adaptersSelvin Xavier1-3/+5
2024-08-11RDMA: Pass uverbs_attr_bundle as part of '.reg_user_mr_dmabuf' APIYishai Hadas1-1/+2
2024-07-14bnxt_re: Fix imm_data endiannessJack Wang1-4/+4
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger1-1/+2
2024-05-30RDMA/bnxt_re: Expose the MSN table capability for user librarySelvin Xavier1-0/+3
2024-01-25RDMA/bnxt_re: Return error for SRQ resizeKalesh AP1-3/+2
2024-01-25RDMA/bnxt_re: Fix unconditional fence for newer adaptersKalesh AP1-12/+16
2024-01-25RDMA/bnxt_re: Avoid creating fence MR for newer adaptersKalesh AP1-0/+10
2024-01-08RDMA/bnxt_re: Fix error code in bnxt_re_create_cq()Dan Carpenter1-2/+4
2023-12-17RDMA/bnxt_re: Share a page to expose per CQ info with userspaceSelvin Xavier1-7/+54
2023-12-17RDMA/bnxt_re: Add UAPI to share a page with user spaceSelvin Xavier1-0/+105
2023-12-11RDMA/bnxt_re: Support new 5760X P7 devicesSelvin Xavier1-5/+5
2023-11-13RDMA/bnxt_re: Remove roundup_pow_of_two depth for all hardware queue resourcesChandramohan Akula1-19/+38
2023-09-21RDMA/bnxt_re: Decrement resource stats correctlySelvin Xavier1-0/+4
2023-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-74/+181
2023-08-15RDMA/bnxt_re: Add support for dmabuf pinned memory regionsSaravanan Vajravel1-26/+57
2023-08-15RDMA/bnxt_re: Protect the PD table bitmapSelvin Xavier1-1/+1
2023-08-07RDMA/bnxt_re: Remove unnecessary variable initializationsKalesh AP1-7/+7
2023-08-07RDMA/bnxt_re: Avoid unnecessary memsetKalesh AP1-1/+0
2023-08-07RDMA/bnxt_re: Cleanup bnxt_re_process_raw_qp_pkt_rx() functionKalesh AP1-13/+8
2023-07-31RDMA: Remove unnecessary ternary operatorsRuan Jinjie1-3/+2
2023-07-30bnxt_re: Update the hw counters for resource statsChandramohan Akula1-9/+46
2023-07-30bnxt_re: Reorganize the resource statsChandramohan Akula1-20/+20
2023-07-21RDMA/bnxt_re: Add a new uapi for driver notificationChandramohan Akula1-0/+15
2023-07-21RDMA/bnxt_re: Update alloc_page uapi for pacingChandramohan Akula1-3/+32
2023-07-21RDMA/bnxt_re: Enable pacing support for the user appsChandramohan Akula1-0/+2
2023-07-17RDMA/bnxt_re: Prevent handling any completions after qp destroyKashyap Desai1-0/+12