summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re/main.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/bnxt_re: Remove the unused variable en_devJiapeng Chong5 days1-2/+0
* RDMA/bnxt_re: Recover the device when FW error is detectedSelvin Xavier2024-09-131-31/+39
* RDMA/bnxt_re: Group all operations under add_device and remove_deviceSelvin Xavier2024-09-131-32/+33
* RDMA/bnxt_re: Use the aux device for L2 ULP callbacksChandramohan Akula2024-09-131-6/+20
* RDMA/bnxt_re: Change aux driver data to en_info to hold more informationChandramohan Akula2024-09-131-11/+60
* RDMA/bnxt_re: Share a page to expose per SRQ info with userspaceChandramohan Akula2024-09-021-1/+5
* RDMA/bnxt_re: Add support for Variable WQE in Genp7 adaptersSelvin Xavier2024-08-271-10/+11
* RDMA/bnxt_re: Disable doorbell moderation if hardware register read failsSelvin Xavier2024-07-011-11/+34
* RDMA/bnxt_re: Enable DB moderation for genP7 adaptersSelvin Xavier2024-07-011-3/+4
* RDMA/bnxt_re: Update the correct DB FIFO depth and mask for GenP7Selvin Xavier2024-07-011-14/+24
* RDMA/bnxt_re: Remove a redundant check inside bnxt_re_vf_res_configKalesh AP2024-01-251-3/+0
* RDMA/bnxt_re: Fix the offset for GenP7 adapters for user applicationsSelvin Xavier2023-12-201-3/+5
* RDMA/bnxt_re: Share a page to expose per CQ info with userspaceSelvin Xavier2023-12-171-1/+9
* Expose c0 and SW encap ICM for RDMALeon Romanovsky2023-12-121-1/+1
|\
| * RDMA/bnxt_re: Correct module description stringKalesh AP2023-11-221-1/+1
* | RDMA/bnxt_re: Update the BAR offsetsSelvin Xavier2023-12-111-14/+7
* | RDMA/bnxt_re: Support new 5760X P7 devicesSelvin Xavier2023-12-111-7/+7
|/
* RDMA/bnxt_re: Fix clang -Wimplicit-fallthrough in bnxt_re_handle_cq_async_err...Nathan Chancellor2023-10-221-0/+1
* RDMA/bnxt_re: Do not report SRQ error in srq notificationChandramohan Akula2023-10-151-5/+2
* RDMA/bnxt_re: Report async events and errorsChandramohan Akula2023-10-151-9/+156
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-09-011-30/+247
|\
| * RDMA/bnxt_re: Add support for dmabuf pinned memory regionsSaravanan Vajravel2023-08-151-0/+1
| * RDMA/bnxt_re: Initialize mutex dbq_lockKashyap Desai2023-08-151-0/+1
| * RDMA/bnxt_re: Remove unnecessary variable initializationsKalesh AP2023-08-071-6/+6
| * RDMA/bnxt_re: Avoid unnecessary memsetKalesh AP2023-08-071-8/+4
| * RDMA/bnxt_re: Remove a redundant flagKalesh AP2023-08-071-3/+2
| * RDMA/bnxt_re: Fix max_qp count for virtual functionsKalesh AP2023-08-071-4/+2
| * RDMA: Remove unnecessary ternary operatorsRuan Jinjie2023-07-311-4/+3
| * bnxt_re: Update the debug counters for doorbell pacingChandramohan Akula2023-07-301-0/+3
| * bnxt_re: Reorganize the resource statsChandramohan Akula2023-07-301-7/+7
| * RDMA/bnxt_re: Implement doorbell pacing algorithmChandramohan Akula2023-07-211-0/+124
| * RDMA/bnxt_re: Initialize Doorbell pacing featureChandramohan Akula2023-07-211-0/+96
* | RDMA/bnxt_re: Fix error handling in probe failure pathKalesh AP2023-08-101-0/+2
* | RDMA/bnxt_re: Properly order ib_device_unalloc() to avoid UAFSelvin Xavier2023-08-101-1/+1
|/
* Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe2023-06-271-2/+4
|\
| * RDMA/bnxt_re: Fix reporting active_{speed,width} attributesKamal Heib2023-06-011-2/+0
| * RDMA/bnxt_re: Do not enable congestion control on VFsKalesh AP2023-05-191-0/+4
* | RDMA/bnxt_re: Remove duplicated include in bnxt_re/main.cYang Li2023-06-261-1/+0
* | RDMA/bnxt_re: Enable low latency pushSelvin Xavier2023-06-211-3/+17
* | RDMA/bnxt_re: Reorg the bar mappingSelvin Xavier2023-06-211-4/+67
* | RDMA/bnxt_re: Move the interface version to chip context structureSelvin Xavier2023-06-211-1/+1
* | RDMA/bnxt_re: Query function capabilities from firmwareSelvin Xavier2023-06-211-0/+21
* | RDMA/bnxt_re: Optimize the bnxt_re_init_hwrm_hdr usageSelvin Xavier2023-06-211-29/+19
* | RDMA/bnxt_re: Add disassociate ucontext supportSelvin Xavier2023-06-211-0/+5
* | RDMA/bnxt_re: Use the common mmap helper functionsSelvin Xavier2023-06-211-0/+1
* | RDMA/bnxt_re: use firmware provided max request timeoutKashyap Desai2023-06-121-0/+8
* | RDMA/bnxt_re: cancel all control path command waiters upon errorKashyap Desai2023-06-121-0/+1
* | RDMA/bnxt_re: remove virt_func check while creating RoCE FW channelKashyap Desai2023-06-121-1/+1
* | RDMA/bnxt_re: Remove a redundant check inside bnxt_re_update_gidKalesh AP2023-05-191-7/+1
* | RDMA/bnxt_re: Disable/kill tasklet only if it is enabledSelvin Xavier2023-05-191-3/+9
|/