summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-13bnxt_en: Eliminate unintended link toggle during FW resetMichael Chan1-3/+1
2022-03-08bnxt_en: Fix occasional ethtool -t loopback test failuresMichael Chan1-1/+1
2022-03-02bnxt_en: Fix offline ethtool selftest with RDMA enabledMichael Chan1-3/+9
2022-03-02bnxt_en: Fix active FEC reporting to ethtoolSomnath Kotur1-0/+3
2022-01-27bnxt_en: use firmware provided max timeout for messagesEdwin Peer1-6/+3
2022-01-27bnxt_en: move coredump functions into dedicated fileEdwin Peer1-356/+0
2022-01-27bnxt_en: Refactor coredump functionsEdwin Peer1-17/+31
2021-09-20bnxt_en: Fix TX timeout when TX ring size is set to the smallestMichael Chan1-1/+1
2021-08-30bnxt_en: update all firmware calls to use the new APIsEdwin Peer1-244/+303
2021-08-30bnxt_en: move HWRM API implementation into separate fileEdwin Peer1-0/+1
2021-08-28bnxt: count packets discarded because of netpollJakub Kicinski1-0/+4
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-23net: broadcom: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-2/+2
2021-08-03bnxt_en: Increase maximum RX ring size if jumbo ring is not usedMichael Chan1-2/+7
2021-06-28bnxt_en: Add PTP clock APIs, ioctls, and ethtool methodsMichael Chan1-0/+34
2021-04-26bnxt_en: Add a new phy_flags field to the main driver structure.Michael Chan1-4/+4
2021-04-20bnxt: add more ethtool standard statsJakub Kicinski1-0/+6
2021-04-17bnxt: implement ethtool standard statsJakub Kicinski1-0/+125
2021-04-16bnxt: implement ethtool::get_fec_statsJakub Kicinski1-0/+15
2021-01-13bnxt_en: Clear DEFRAG flag in firmware message when retry flashing.Pavan Chebbi1-1/+2
2020-12-15bnxt_en: Enable batch mode when using HWRM_NVM_MODIFY to flash packages.Michael Chan1-9/+40
2020-12-15bnxt_en: Retry installing FW package under NO_SPACE error condition.Pavan Chebbi1-5/+32
2020-12-15bnxt_en: Restructure bnxt_flash_package_from_fw_obj() to execute in a loop.Pavan Chebbi1-32/+28
2020-12-15bnxt_en: Rearrange the logic in bnxt_flash_package_from_fw_obj().Michael Chan1-33/+30
2020-12-15bnxt_en: Refactor bnxt_flash_nvram.Pavan Chebbi1-19/+32
2020-11-20devlink: move request_firmware out of driverJacob Keller1-11/+22
2020-11-17bnxt_en: Avoid unnecessary NVM_GET_DEV_INFO cmd error log on VFs.Vasundhara Volam1-0/+3
2020-11-17bnxt_en: read EEPROM A2h address using page 0Edwin Peer1-1/+1
2020-10-13bnxt_en: Add bnxt_hwrm_nvm_get_dev_info() to query NVM info.Vasundhara Volam1-0/+16
2020-10-13bnxt_en: Enable online self tests for multi-host/NPAR mode.Vasundhara Volam1-4/+4
2020-10-05bnxt_en: Add a software counter for RX ring reset.Michael Chan1-0/+1
2020-09-27bnxt_en: Improve preset max value for ethtool -l.Michael Chan1-2/+7
2020-09-27bnxt_en: Implement ethtool set_fec_param() method.Michael Chan1-0/+62
2020-09-27bnxt_en: Report FEC settings to ethtool.Michael Chan1-0/+89
2020-09-27bnxt_en: avoid link reset if speed is not changedEdwin Peer1-1/+9
2020-09-27bnxt_en: ethtool: support PAM4 link speeds up to 200GEdwin Peer1-8/+63
2020-09-27bnxt_en: refactor bnxt_get_fw_speed()Edwin Peer1-23/+24
2020-09-27bnxt_en: Update firmware interface spec to 1.10.1.65.Michael Chan1-3/+7
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-11/+23
2020-09-21bnxt_en: Return -EOPNOTSUPP for ETHTOOL_GREGS on VFs.Vasundhara Volam1-0/+3
2020-09-21bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex.Michael Chan1-11/+20
2020-09-15bnxt: add pause frame statsJakub Kicinski1-0/+17
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-10/+6
2020-08-26bnxt_en: Fix ethtool -S statitics with XDP or TCs enabled.Michael Chan1-9/+2
2020-08-26bnxt_en: Check for zero dir entries in NVRAM.Vasundhara Volam1-0/+3
2020-08-26bnxt_en: Don't query FW when netif_running() is false.Pavan Chebbi1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-27bnxt_en: Add support for 'ethtool -d'Vasundhara Volam1-0/+55
2020-07-27bnxt_en: Switch over to use the 64-bit software accumulated counters.Michael Chan1-22/+19
2020-07-27bnxt_en: Refactor statistics code and structures.Michael Chan1-6/+7