summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.6' into rdma.git for-nextJason Gunthorpe2023-10-312-2/+13
|\
| * RDMA/bnxt_re: Decrement resource stats correctlySelvin Xavier2023-09-211-0/+4
| * RDMA/bnxt_re: Fix the handling of control path response dataSelvin Xavier2023-09-211-2/+9
* | 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
* | RDMA/bnxt_re: Update HW interface headersChandramohan Akula2023-10-151-0/+58
* | IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski2023-09-111-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-09-0112-245/+728
|\
| * RDMA/bnxt_re: Fix kernel doc errorsLeon Romanovsky2023-08-211-15/+15
| * RDMA/bnxt_re: Add support for dmabuf pinned memory regionsSaravanan Vajravel2023-08-153-26/+62
| * RDMA/bnxt_re: Protect the PD table bitmapSelvin Xavier2023-08-153-8/+24
| * RDMA/bnxt_re: Initialize mutex dbq_lockKashyap Desai2023-08-151-0/+1
| * RDMA/bnxt_re: Remove unnecessary variable initializationsKalesh AP2023-08-076-25/+25
| * RDMA/bnxt_re: Avoid unnecessary memsetKalesh AP2023-08-072-9/+4
| * RDMA/bnxt_re: Cleanup bnxt_re_process_raw_qp_pkt_rx() functionKalesh AP2023-08-071-13/+8
| * RDMA/bnxt_re: Fix the sideband buffer size handling for FW commandsSelvin Xavier2023-08-073-80/+55
| * RDMA/bnxt_re: Remove a redundant flagKalesh AP2023-08-072-4/+2
| * RDMA/bnxt_re: Fix max_qp count for virtual functionsKalesh AP2023-08-073-9/+6
| * RDMA: Remove unnecessary ternary operatorsRuan Jinjie2023-07-313-9/+6
| * bnxt_re: Update the debug counters for doorbell pacingChandramohan Akula2023-07-303-0/+32
| * bnxt_re: Expose the missing hw countersChandramohan Akula2023-07-303-2/+39
| * bnxt_re: Update the hw counters for resource statsChandramohan Akula2023-07-303-9/+94
| * bnxt_re: Reorganize the resource statsChandramohan Akula2023-07-305-42/+47
| * RDMA/bnxt_re: Add a new uapi for driver notificationChandramohan Akula2023-07-211-0/+15
| * RDMA/bnxt_re: Implement doorbell pacing algorithmChandramohan Akula2023-07-212-0/+129
| * RDMA/bnxt_re: Update alloc_page uapi for pacingChandramohan Akula2023-07-212-3/+34
| * RDMA/bnxt_re: Enable pacing support for the user appsChandramohan Akula2023-07-211-0/+2
| * RDMA/bnxt_re: Initialize Doorbell pacing featureChandramohan Akula2023-07-213-0/+137
| * RDMA/bnxt_re: use vmalloc_array and vcallocJulia Lawall2023-07-211-2/+2
* | RDMA/bnxt_re: Initialize dpi_tbl_lock mutexKashyap Desai2023-08-101-0/+1
* | 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
* | RDMA/bnxt_re: Fix hang during driver unloadSelvin Xavier2023-07-172-10/+9
* | RDMA/bnxt_re: Prevent handling any completions after qp destroyKashyap Desai2023-07-173-0/+31
|/
* Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe2023-06-276-29/+20
|\
| * RDMA/bnxt_re: Fix reporting active_{speed,width} attributesKamal Heib2023-06-013-7/+4
| * RDMA/bnxt_re: Do not enable congestion control on VFsKalesh AP2023-05-191-0/+4
| * RDMA/bnxt_re: Fix return value of bnxt_re_process_raw_qp_pkt_rxKalesh AP2023-05-191-3/+1
| * RDMA/bnxt_re: Fix a possible memory leakKalesh AP2023-05-191-5/+6
| * RDMA/bnxt_re: Fix the page_size used during the MR creationSelvin Xavier2023-05-122-14/+5
* | RDMA/bnxt_re: Fix an IS_ERR() vs NULL checkDan Carpenter2023-06-271-2/+2
* | RDMA/bnxt_re: Fix spelling mistake "priviledged" -> "privileged"Colin Ian King2023-06-261-2/+2
* | RDMA/bnxt_re: Remove duplicated include in bnxt_re/main.cYang Li2023-06-261-1/+0
* | RDMA/bnxt_re: Refactor code around bnxt_qplib_map_rc()Kashyap Desai2023-06-261-8/+15
* | RDMA/bnxt_re: Remove incorrect return check from slow pathKashyap Desai2023-06-261-6/+0
* | RDMA/bnxt_re: Enable low latency pushSelvin Xavier2023-06-216-4/+177
* | RDMA/bnxt_re: Reorg the bar mappingSelvin Xavier2023-06-218-77/+213
* | RDMA/bnxt_re: Move the interface version to chip context structureSelvin Xavier2023-06-212-2/+2
* | RDMA/bnxt_re: Query function capabilities from firmwareSelvin Xavier2023-06-211-0/+21