aboutsummaryrefslogtreecommitdiffstats
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-01Merge 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-01RDMA/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-01bnxt_en: Remove runtime interrupt vector allocationAjit Khaparde1-36/+12
2023-02-01RDMA/bnxt_re: Remove the sriov config callbackAjit Khaparde1-4/+7
2023-02-01bnxt_en: Remove struct bnxt access from RoCE driverHongguang Gao1-15/+7
2023-02-01bnxt_en: Use auxiliary bus calls over proprietary callsAjit Khaparde1-41/+61
2023-02-01bnxt_en: Use direct API instead of indirectionAjit Khaparde1-55/+16
2023-02-01bnxt_en: Remove usage of ulp_idAjit Khaparde1-13/+11
2023-02-01RDMA/bnxt_re: Use auxiliary driver interfaceAjit Khaparde1-265/+130
2022-08-21IB: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2021-11-16RDMA/bnxt_re: Remove unneeded variableChangcheng Deng1-2/+1
2021-11-03RDMA/bnxt_re: Remove unsupported bnxt_re_modify_ah callbackKamal Heib1-1/+0
2021-10-29RDMA/bnxt_re: Use helper function to set GUIDsKamal Heib1-1/+1
2021-09-20RDMA/bnxt_re: Use GFP_KERNEL in non atomic contextSelvin Xavier1-1/+1
2021-09-20RDMA/bnxt_re: Use separate response buffer for stat_ctx_freeEdwin Peer1-3/+4
2021-09-20RDMA/bnxt_re: Add extended statistics countersSelvin Xavier1-0/+4
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+1
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe1-1/+3
2021-08-19RDMA/bnxt_re: Remove unpaired rtnl unlock in bnxt_re_dev_init()Dinghao Liu1-1/+0
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-0/+1
2021-07-12RDMA/bnxt_re: Fix stats countersNaresh Kumar PBS1-1/+3
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe1-1/+1
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe1-1/+1
2021-06-03RDMA/bnxt_re: Enable global atomic ops if platform supportsDevesh Sharma1-0/+3
2021-05-20RDMA/bnxt_re: Drop unnecessary NULL checks after container_ofGuenter Roeck1-12/+0
2021-04-19RDMA/bnxt_re: Get rid of custom module reference countingLeon Romanovsky1-14/+2
2021-04-19RDMA/bnxt_re: Create direct symbol link between bnxt modulesLeon Romanovsky1-6/+1
2021-03-26RDMA/bnxt_re: Move device to error state upon device crashSelvin Xavier1-0/+40
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-2/+2
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe1-9/+1
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe1-6/+0
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe1-15/+1
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-1/+2
2020-09-09RDMA/bnxt_re: Remove set but not used variable 'qplib_ctx'YueHaibing1-2/+0
2020-08-27RDMA/bnxt_re: Static NQ depth allocationNaresh Kumar PBS1-2/+1
2020-08-20RDMA/bnxt_re: Do not add user qps to flushlistSelvin Xavier1-1/+2
2020-07-20RDMA/bnxt_re: introduce wqe mode to select execution pathDevesh Sharma1-6/+17
2020-03-30RDMA/bnxt_re: make bnxt_re_ib_init staticYueHaibing1-1/+1
2020-03-17RDMA/bnxt_re: Remove unnecessary sched countSelvin Xavier1-8/+0
2020-03-17RDMA/bnxt_re: Fix lifetimes in bnxt_re_taskJason Gunthorpe1-0/+2
2020-03-17RDMA/bnxt_re: Use ib_device_try_get()Jason Gunthorpe1-13/+14
2020-03-02RDMA/bnxt_re: Use driver_unregister and unregistration APISelvin Xavier1-64/+42
2020-03-02RDMA/bnxt_re: Refactor device add/remove functionalitiesSelvin Xavier1-57/+82
2020-02-21RDMA/bnxt_re: use ibdev based message printing functionsDevesh Sharma1-59/+72
2020-02-21RDMA/bnxt_re: Refactor command queue management codeDevesh Sharma1-5/+7
2020-02-21RDMA/bnxt_re: Refactor net ring allocation functionDevesh Sharma1-29/+35
2020-02-21RDMA/bnxt_re: Refactor hardware queue memory allocationDevesh Sharma1-9/+11
2020-02-21RDMA/bnxt_re: Replace chip context structure with pointerDevesh Sharma1-13/+27
2020-02-21RDMA/bnxt_re: Refactor queue pair creation codeDevesh Sharma1-1/+2
2020-01-03RDMA/bnxt_re: Report more number of completion vectorsSelvin Xavier1-1/+1
2019-11-25RDMA/bnxt_re: Fix missing le16_to_cpuDevesh Sharma1-4/+4
2019-11-25RDMA/bnxt_re: Fix stat push into dma buffer on gen p5 devicesDevesh Sharma1-0/+1
2019-10-08RDMA/bnxt_re: Enable SRIOV VF support on Broadcom's 57500 adapter seriesDevesh Sharma1-56/+77
2019-10-01RDMA/bnxt_re: Remove unsupported modify_device callbackKamal Heib1-1/+0
2019-07-29IB/bnxt_re: Do not notifify GID change eventParav Pandit1-1/+0
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-0/+1
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-1/+2
2019-04-09RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe1-1/+5
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-0/+1
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-0/+1
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-0/+1
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-0/+1
2019-02-07RDMA/bnxt_re: Skip backing store allocation for 57500 seriesDevesh Sharma1-1/+2
2019-02-07RDMA/bnxt_re: Add 64bit doorbells for 57500 seriesDevesh Sharma1-33/+52
2019-02-07RDMA/bnxt_re: Add chip context to identify 57500 seriesDevesh Sharma1-0/+34
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit1-2/+4
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1
2018-12-19RDMA/bnxt_re: Increase depth of control path command queueDevesh Sharma1-0/+1
2018-12-19RDMA/bnxt_re: Query HWRM Interface version from FWSelvin Xavier1-0/+31
2018-12-11RDMA/bnxt_re: Initialize ib_device_ops structKamal Heib1-51/+45
2018-11-21RDMA/bnxt_re: Avoid accessing the device structure after it is freedSelvin Xavier1-0/+2
2018-11-21RDMA/bnxt_re: Fix system hang when registration with L2 driver failsSelvin Xavier1-0/+1
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit1-43/+31
2018-10-16RDMA/bnxt_re: Avoid resource leak in case the NQ registration failsSelvin Xavier1-9/+22
2018-10-16RDMA/bnxt_re: Wait for delayed work to finish before device removalSelvin Xavier1-1/+1
2018-10-16RDMA/bnxt_re: Fix qp async event reportingDevesh Sharma1-4/+9
2018-10-16RDMA/bnxt_re: Remove the unnecessary version macro definitionSelvin Xavier1-1/+1
2018-10-16Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe1-55/+38
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-2/+1
2018-09-24RDMA/bnxt_re: Fix system crash during RDMA resource initializationSelvin Xavier1-55/+38
2018-05-25RDMA/bnxt_re: Fix broken RoCE driver due to recent L2 driver changesDevesh Sharma1-1/+54
2018-04-03RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit1-1/+0
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-0/+1
2018-03-06RDMA/bnxt_re: Avoid Hard lockup during error CQE processingSelvin Xavier1-0/+7
2018-02-28RDMA/bnxt_re: Fix the ib_reg failure cleanupSelvin Xavier1-1/+4
2018-02-20RDMA/bnxt_re: Avoid system hang during device un-regSelvin Xavier1-4/+3
2018-02-20RDMA/bnxt_re: Fix system crash during load/unloadSelvin Xavier1-0/+5
2018-01-18RDMA/bnxt_re: Add SRQ support for Broadcom adaptersDevesh Sharma1-4/+98
2018-01-18RDMA/bnxt_re: expose detailed stats retrieved from HWSelvin Xavier1-0/+1
2018-01-17RDMA/bnxt_re: Add support for query firmware versionSelvin Xavier1-10/+1
2018-01-17RDMA/bnxt_re: Enable RoCE on virtual functionsSelvin Xavier1-27/+108
2018-01-05bnxt_re: report RoCE device support at info levelJonathan Toppins1-1/+1
2017-10-25bnxt_re: Implement the shutdown hook of the L2-RoCE driver interfaceSomnath Kotur1-1/+13
2017-10-18bnxt_re: Fix incorrect usage of test_bit()Somnath Kotur1-2/+3
2017-09-22bnxt_re: Remove RTNL lock dependency in bnxt_re_query_portSomnath Kotur1-0/+4
2017-09-22bnxt_re: Fix race between the netdev register and unregister eventsSomnath Kotur1-0/+8
2017-09-22bnxt_re: Free up devices in module_exit pathSomnath Kotur1-0/+16
2017-08-18RDMA/bnxt_re: Implement the alloc/get_hw_stats callbackSomnath Kotur1-0/+4
2017-08-18RDMA/bnxt_re: Allocate multiple notification queuesSelvin Xavier1-39/+67
2017-07-24RDMA/bnxt_re: Allow posting when QPs are in errorSelvin Xavier1-1/+2
2017-07-24RDMA/bnxt_re: Add vlan tag for untagged RoCE traffic when PFC is configuredKalesh AP1-6/+47
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky1-1/+0
2017-07-24RDMA/bnxt_re: Delete unsupported modify_port functionLeon Romanovsky1-1/+0
2017-07-20RDMA/bnxt_re: Specify RDMA component when allocating stats contextSomnath Kotur1-0/+1
2017-06-14RDMA/bnxt_re: Remove FMR supportSelvin Xavier1-4/+0
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2017-02-22RDMA/bnxt_re: fix for "bnxt_en: Update to firmware interface spec 1.7.0."Stephen Rothwell1-2/+2
2017-02-14RDMA/bnxt_re: Add bnxt_re RoCE driverSelvin Xavier1-0/+1315