aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/infiniband/hw/bnxt_re/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+1
2025-03-13RDMA/bnxt_re: Support perf management countersPreethi G1-0/+1
2025-03-03RDMA/bnxt_re: Fix allocation of QP tableKashyap Desai1-2/+1
2025-02-10RDMA/bnxt_re: Fix issue in the unload pathKalesh AP1-10/+0
2025-02-10RDMA/bnxt_re: Add sanity checks on rdev validityKalesh AP1-0/+5
2025-02-10RDMA/bnxt_re: Fix an issue in bnxt_re_async_notifierKalesh AP1-1/+6
2025-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-126/+213
2025-01-14RDMA/bnxt_re: Allocate dev_attr information dynamicallyKalesh AP1-13/+23
2025-01-14RDMA/bnxt_re: Pass the context for ulp_irq_stopKalesh AP1-1/+11
2025-01-14RDMA/bnxt_re: Add support to handle DCB_CONFIG_CHANGE eventKalesh AP1-0/+104
2025-01-14RDMA/bnxt_re: Query firmware defaults of CC params during probeKalesh AP1-0/+5
2025-01-14RDMA/bnxt_re: Add Async event handling supportKalesh AP1-0/+39
2024-12-31RDMA/bnxt_re: Fix error recovery sequenceKalesh AP1-7/+1
2024-12-25RDMA/bnxt_re: Remove deliver net device eventYuyu Li1-71/+0
2024-12-16RDMA/bnxt_re: Eliminate need for some forward declarationsKalesh AP1-39/+34
2024-12-16RDMA/bnxt_re: Optimize error handling in bnxt_re_probeKalesh AP1-5/+1
2024-12-16RDMA/bnxt_re: Remove unnecessary goto in bnxt_re_netdev_eventKalesh AP1-2/+2
2024-12-16RDMA/bnxt_re: Remove extra new line in bnxt_re_netdev_eventKalesh AP1-1/+0
2024-11-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-78/+375
2024-11-17RDMA/bnxt_re: Correct the sequence of device suspendKalesh AP1-23/+5
2024-11-17RDMA/bnxt_re: Use the default mode of congestion controlKalesh AP1-3/+2
2024-11-14RDMA/bnxt_re: Cache MSIx info to a local structureKalesh AP1-8/+10
2024-11-14RDMA/bnxt_re: Refurbish CQ to NQ hash calculationKalesh AP1-0/+2
2024-11-14RDMA/bnxt_re: Refactor NQ allocationKalesh AP1-24/+50
2024-11-14RDMA/bnxt_re: Fail probe early when not enough MSI-x vectors are reservedKalesh AP1-10/+12
2024-11-12RDMA/bnxt_re: Add set_func_resources support for P5/P7 adaptersKalesh AP1-5/+6
2024-11-12RDMA/bnxt_re: Enhance RoCE SRIOV resource configuration designBhargava Chenna Marreddy1-5/+8
2024-11-04RDMA/bnxt_re: Add debugfs hook in the driverKalesh AP1-1/+12
2024-11-04RDMA/bnxt_re: Support raw data query for each resourcesKashyap Desai1-0/+118
2024-11-04RDMA/bnxt_re: Support driver specific data collection using rdma toolKashyap Desai1-0/+141
2024-11-03RDMA/bnxt_re: Remove some dead codeChristophe JAILLET1-19/+0
2024-11-03RDMA/bnxt_re: Fix some error handling paths in bnxt_re_probe()Christophe JAILLET1-0/+8
2024-10-28RDMA/bnxt_re: Add support for modify_device hookKalesh AP1-0/+1
2024-10-28RDMA/bnxt_re: Add support for CQ rx coalescingChandramohan Akula1-0/+9
2024-10-11RDMA/bnxt_re: Change the sequence of updating the CQ toggle valueChandramohan Akula1-7/+1
2024-10-11RDMA/bnxt_re: Fix an error path in bnxt_re_add_deviceKalesh AP1-9/+3
2024-10-11RDMA/bnxt_re: Avoid CPU lockups due fifo occupancy check loopSelvin Xavier1-0/+9
2024-10-11RDMA/bnxt_re: Fix a possible NULL pointer dereferenceKalesh AP1-3/+3
2024-10-11RDMA/bnxt_re: Fix incorrect dereference of srq in async eventKashyap Desai1-2/+5
2024-10-08RDMA/bnxt_re: Fix a possible memory leakKalesh AP1-1/+4
2024-09-22RDMA/bnxt_re: Remove the unused variable en_devJiapeng Chong1-2/+0
2024-09-13RDMA/bnxt_re: Recover the device when FW error is detectedSelvin Xavier1-31/+39
2024-09-13RDMA/bnxt_re: Group all operations under add_device and remove_deviceSelvin Xavier1-32/+33
2024-09-13RDMA/bnxt_re: Use the aux device for L2 ULP callbacksChandramohan Akula1-6/+20
2024-09-13RDMA/bnxt_re: Change aux driver data to en_info to hold more informationChandramohan Akula1-11/+60
2024-09-02RDMA/bnxt_re: Share a page to expose per SRQ info with userspaceChandramohan Akula1-1/+5
2024-08-27RDMA/bnxt_re: Add support for Variable WQE in Genp7 adaptersSelvin Xavier1-10/+11
2024-07-01RDMA/bnxt_re: Disable doorbell moderation if hardware register read failsSelvin Xavier1-11/+34
2024-07-01RDMA/bnxt_re: Enable DB moderation for genP7 adaptersSelvin Xavier1-3/+4
2024-07-01RDMA/bnxt_re: Update the correct DB FIFO depth and mask for GenP7Selvin Xavier1-14/+24