summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-14bnxt_en: Don't issue AP reset during ethtool's reset operationSreekanth Reddy1-1/+1
2023-04-05bnxt_en: Add missing 200G link speed reportingMichael Chan1-0/+2
2022-11-16bnxt_en: Fix possible crash in bnxt_hwrm_set_coal()Michael Chan1-1/+1
2022-04-13bnxt_en: Eliminate unintended link toggle during FW resetMichael Chan1-3/+1
2022-03-02bnxt_en: Fix active FEC reporting to ethtoolSomnath Kotur1-0/+3
2021-09-30bnxt_en: Fix TX timeout when TX ring size is set to the smallestMichael Chan1-1/+1
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
2020-07-27bnxt_en: Update firmware interface to 1.10.1.54.Michael Chan1-2/+2
2020-07-27bnxt_en: Remove PCIe non-counters from ethtool statisticsVasundhara Volam1-39/+0
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+4
2020-07-13bnxt_en: Fix race when modifying pause settings.Vasundhara Volam1-1/+4
2020-07-09bnxt_en: Implement ethtool -X to set indirection table.Michael Chan1-0/+37
2020-07-09bnxt_en: Return correct RSS indirection table entries to ethtool -x.Michael Chan1-4/+5
2020-07-09bnxt_en: Fix up bnxt_get_rxfh_indir_size().Michael Chan1-1/+5
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+5
2020-05-27bnxt_en: Fix return code to "flash_device".Vasundhara Volam1-4/+5
2020-05-05net: bnxt: Remove Comparison to bool in bnxt_ethtool.cJason Yan1-3/+3
2020-05-04bnxt_en: show only relevant ethtool stats for a TX or RX ringRajesh Ravi1-22/+71
2020-05-04bnxt_en: Split HW ring statistics strings into RX and TX parts.Michael Chan1-20/+33
2020-05-04bnxt_en: Refactor the software ring counters.Michael Chan1-7/+23
2020-05-04bnxt_en: Improve kernel log messages related to ethtool reset.Edwin Peer1-4/+14
2020-05-04bnxt_en: fix ethtool_reset_flags ABI violationsEdwin Peer1-22/+25
2020-05-04bnxt_en: refactor ethtool firmware reset typesEdwin Peer1-13/+25
2020-05-04bnxt_en: prepare to refactor ethtool reset typesEdwin Peer1-17/+29
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4
2020-03-24bnxt_en: Fix Priority Bytes and Packets counters in ethtool -S.Michael Chan1-4/+4
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-13/+11