aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re/main.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/bnxt_re: Fix a possible memory leak in the driverKalesh AP2025-08-131-0/+23
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2025-03-291-0/+1
|\
| * RDMA/bnxt_re: Support perf management countersPreethi G2025-03-131-0/+1
* | RDMA/bnxt_re: Fix allocation of QP tableKashyap Desai2025-03-031-2/+1
* | RDMA/bnxt_re: Fix issue in the unload pathKalesh AP2025-02-101-10/+0
* | RDMA/bnxt_re: Add sanity checks on rdev validityKalesh AP2025-02-101-0/+5
* | RDMA/bnxt_re: Fix an issue in bnxt_re_async_notifierKalesh AP2025-02-101-1/+6
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2025-01-241-126/+213
|\
| * RDMA/bnxt_re: Allocate dev_attr information dynamicallyKalesh AP2025-01-141-13/+23
| * RDMA/bnxt_re: Pass the context for ulp_irq_stopKalesh AP2025-01-141-1/+11
| * RDMA/bnxt_re: Add support to handle DCB_CONFIG_CHANGE eventKalesh AP2025-01-141-0/+104
| * RDMA/bnxt_re: Query firmware defaults of CC params during probeKalesh AP2025-01-141-0/+5
| * RDMA/bnxt_re: Add Async event handling supportKalesh AP2025-01-141-0/+39
| * RDMA/bnxt_re: Remove deliver net device eventYuyu Li2024-12-251-71/+0
| * RDMA/bnxt_re: Eliminate need for some forward declarationsKalesh AP2024-12-161-39/+34
| * RDMA/bnxt_re: Optimize error handling in bnxt_re_probeKalesh AP2024-12-161-5/+1
| * RDMA/bnxt_re: Remove unnecessary goto in bnxt_re_netdev_eventKalesh AP2024-12-161-2/+2
| * RDMA/bnxt_re: Remove extra new line in bnxt_re_netdev_eventKalesh AP2024-12-161-1/+0
* | RDMA/bnxt_re: Fix error recovery sequenceKalesh AP2024-12-311-7/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-11-231-78/+375
|\
| * RDMA/bnxt_re: Correct the sequence of device suspendKalesh AP2024-11-171-23/+5
| * RDMA/bnxt_re: Use the default mode of congestion controlKalesh AP2024-11-171-3/+2
| * RDMA/bnxt_re: Cache MSIx info to a local structureKalesh AP2024-11-141-8/+10
| * RDMA/bnxt_re: Refurbish CQ to NQ hash calculationKalesh AP2024-11-141-0/+2
| * RDMA/bnxt_re: Refactor NQ allocationKalesh AP2024-11-141-24/+50
| * RDMA/bnxt_re: Fail probe early when not enough MSI-x vectors are reservedKalesh AP2024-11-141-10/+12
| * RDMA/bnxt_re: Add set_func_resources support for P5/P7 adaptersKalesh AP2024-11-121-5/+6
| * RDMA/bnxt_re: Enhance RoCE SRIOV resource configuration designBhargava Chenna Marreddy2024-11-121-5/+8
| * RDMA/bnxt_re: Add debugfs hook in the driverKalesh AP2024-11-041-1/+12
| * RDMA/bnxt_re: Support raw data query for each resourcesKashyap Desai2024-11-041-0/+118
| * RDMA/bnxt_re: Support driver specific data collection using rdma toolKashyap Desai2024-11-041-0/+141
| * RDMA/bnxt_re: Add support for modify_device hookKalesh AP2024-10-281-0/+1
| * RDMA/bnxt_re: Add support for CQ rx coalescingChandramohan Akula2024-10-281-0/+9
* | RDMA/bnxt_re: Remove some dead codeChristophe JAILLET2024-11-031-19/+0
* | RDMA/bnxt_re: Fix some error handling paths in bnxt_re_probe()Christophe JAILLET2024-11-031-0/+8
* | RDMA/bnxt_re: Change the sequence of updating the CQ toggle valueChandramohan Akula2024-10-111-7/+1
* | RDMA/bnxt_re: Fix an error path in bnxt_re_add_deviceKalesh AP2024-10-111-9/+3
* | RDMA/bnxt_re: Avoid CPU lockups due fifo occupancy check loopSelvin Xavier2024-10-111-0/+9
* | RDMA/bnxt_re: Fix a possible NULL pointer dereferenceKalesh AP2024-10-111-3/+3
* | RDMA/bnxt_re: Fix incorrect dereference of srq in async eventKashyap Desai2024-10-111-2/+5
* | RDMA/bnxt_re: Fix a possible memory leakKalesh AP2024-10-081-1/+4
|/
* RDMA/bnxt_re: Remove the unused variable en_devJiapeng Chong2024-09-221-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