summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/bnxt_re/main.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-25RDMA/bnxt_re: Remove a redundant check inside bnxt_re_vf_res_configKalesh AP1-3/+0
2023-12-20RDMA/bnxt_re: Fix the offset for GenP7 adapters for user applicationsSelvin Xavier1-3/+5
2023-12-17RDMA/bnxt_re: Share a page to expose per CQ info with userspaceSelvin Xavier1-1/+9
2023-12-12Expose c0 and SW encap ICM for RDMALeon Romanovsky1-1/+1
2023-12-11RDMA/bnxt_re: Update the BAR offsetsSelvin Xavier1-14/+7
2023-12-11RDMA/bnxt_re: Support new 5760X P7 devicesSelvin Xavier1-7/+7
2023-11-22RDMA/bnxt_re: Correct module description stringKalesh AP1-1/+1
2023-10-22RDMA/bnxt_re: Fix clang -Wimplicit-fallthrough in bnxt_re_handle_cq_async_err...Nathan Chancellor1-0/+1
2023-10-15RDMA/bnxt_re: Do not report SRQ error in srq notificationChandramohan Akula1-5/+2
2023-10-15RDMA/bnxt_re: Report async events and errorsChandramohan Akula1-9/+156
2023-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-30/+247
2023-08-15RDMA/bnxt_re: Add support for dmabuf pinned memory regionsSaravanan Vajravel1-0/+1
2023-08-15RDMA/bnxt_re: Initialize mutex dbq_lockKashyap Desai1-0/+1
2023-08-10RDMA/bnxt_re: Fix error handling in probe failure pathKalesh AP1-0/+2
2023-08-10RDMA/bnxt_re: Properly order ib_device_unalloc() to avoid UAFSelvin Xavier1-1/+1
2023-08-07RDMA/bnxt_re: Remove unnecessary variable initializationsKalesh AP1-6/+6
2023-08-07RDMA/bnxt_re: Avoid unnecessary memsetKalesh AP1-8/+4
2023-08-07RDMA/bnxt_re: Remove a redundant flagKalesh AP1-3/+2
2023-08-07RDMA/bnxt_re: Fix max_qp count for virtual functionsKalesh AP1-4/+2
2023-07-31RDMA: Remove unnecessary ternary operatorsRuan Jinjie1-4/+3
2023-07-30bnxt_re: Update the debug counters for doorbell pacingChandramohan Akula1-0/+3
2023-07-30bnxt_re: Reorganize the resource statsChandramohan Akula1-7/+7
2023-07-21RDMA/bnxt_re: Implement doorbell pacing algorithmChandramohan Akula1-0/+124
2023-07-21RDMA/bnxt_re: Initialize Doorbell pacing featureChandramohan Akula1-0/+96
2023-06-27Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe1-2/+4
2023-06-26RDMA/bnxt_re: Remove duplicated include in bnxt_re/main.cYang Li1-1/+0
2023-06-21RDMA/bnxt_re: Enable low latency pushSelvin Xavier1-3/+17
2023-06-21RDMA/bnxt_re: Reorg the bar mappingSelvin Xavier1-4/+67
2023-06-21RDMA/bnxt_re: Move the interface version to chip context structureSelvin Xavier1-1/+1
2023-06-21RDMA/bnxt_re: Query function capabilities from firmwareSelvin Xavier1-0/+21
2023-06-21RDMA/bnxt_re: Optimize the bnxt_re_init_hwrm_hdr usageSelvin Xavier1-29/+19
2023-06-21RDMA/bnxt_re: Add disassociate ucontext supportSelvin Xavier1-0/+5
2023-06-21RDMA/bnxt_re: Use the common mmap helper functionsSelvin Xavier1-0/+1
2023-06-12RDMA/bnxt_re: use firmware provided max request timeoutKashyap Desai1-0/+8
2023-06-12RDMA/bnxt_re: cancel all control path command waiters upon errorKashyap Desai1-0/+1
2023-06-12RDMA/bnxt_re: remove virt_func check while creating RoCE FW channelKashyap Desai1-1/+1
2023-06-02RDMA/bnxt_re: Fix reporting active_{speed,width} attributesKamal Heib1-2/+0
2023-05-19RDMA/bnxt_re: Remove a redundant check inside bnxt_re_update_gidKalesh AP1-7/+1
2023-05-19RDMA/bnxt_re: Disable/kill tasklet only if it is enabledSelvin Xavier1-3/+9
2023-05-19RDMA/bnxt_re: Do not enable congestion control on VFsKalesh AP1-0/+4
2023-04-04RDMA/bnxt_re: Enable congestion control by defaultSelvin Xavier1-1/+23
2023-04-04RDMA/bnxt_re: Remove HW queue mapping from RoCE DriverSelvin Xavier1-77/+0
2023-03-29RDMA/bnxt_re: Add resize_cq supportSelvin Xavier1-0/+2
2023-02-02bnxt_en: Remove runtime interrupt vector allocationAjit Khaparde1-36/+12
2023-02-02RDMA/bnxt_re: Remove the sriov config callbackAjit Khaparde1-4/+7
2023-02-02bnxt_en: Remove struct bnxt access from RoCE driverHongguang Gao1-15/+7
2023-02-02bnxt_en: Use auxiliary bus calls over proprietary callsAjit Khaparde1-41/+61
2023-02-02bnxt_en: Use direct API instead of indirectionAjit Khaparde1-55/+16
2023-02-02bnxt_en: Remove usage of ulp_idAjit Khaparde1-13/+11
2023-02-02RDMA/bnxt_re: Use auxiliary driver interfaceAjit Khaparde1-265/+130