summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-06bnxt_en: Fix TX timeout when TX ring size is set to the smallestMichael Chan1-1/+1
2020-11-24bnxt_en: read EEPROM A2h address using page 0Edwin Peer1-1/+1
2020-09-26bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex.Michael Chan1-11/+20
2020-09-09bnxt_en: Check for zero dir entries in NVRAM.Vasundhara Volam1-0/+3
2020-09-09bnxt_en: Don't query FW when netif_running() is false.Pavan Chebbi1-1/+1
2020-07-29bnxt_en: Fix race when modifying pause settings.Vasundhara Volam1-1/+4
2020-01-27bnxt_en: Increase timeout for HWRM_DBG_COREDUMP_XX commandsVasundhara Volam1-1/+1
2020-01-27bnxt_en: Fix handling FRAG_ERR when NVM_INSTALL_UPDATE cmd failsVasundhara Volam1-7/+5
2020-01-27bnxt_en: Fix ethtool selftest crash under error conditions.Michael Chan1-3/+3
2020-01-12bnxt_en: Return error if FW returns more data than dump lengthVasundhara Volam1-8/+30
2019-12-05bnxt_en: query force speeds before disabling autoneg mode.Vasundhara Volam1-1/+21
2019-12-05bnxt_en: Return linux standard errors in bnxt_ethtool.cVasundhara Volam1-17/+39
2018-12-13bnxt_en: Fix filling time in bnxt_fill_coredump_record()Vasundhara Volam1-2/+2
2018-08-14bnxt_en: take coredump_record structure off stackArnd Bergmann1-6/+3
2018-08-14bnxt_en: avoid string overflow for record->system_nameArnd Bergmann1-2/+2
2018-08-11bnxt_en: Fix strcpy() warnings in bnxt_ethtool.cVasundhara Volam1-3/+3
2018-08-06bnxt_en: Add BNXT_NEW_RM() macro.Michael Chan1-1/+1
2018-08-06bnxt_en: Add support for ethtool get dump.Vasundhara Volam1-0/+333
2018-08-06bnxt_en: Add external loopback test to ethtool selftest.Michael Chan1-6/+26
2018-08-06bnxt_en: Adjust timer based on ethtool stats-block-usecs settings.Michael Chan1-0/+5
2018-08-06bnxt_en: Update firmware interface version to 1.9.2.25.Michael Chan1-3/+3
2018-05-08bnxt_en: Read phy eeprom A2h address only when optical diagnostics is supported.Vasundhara Volam1-12/+8
2018-04-27bnxt_en: Reserve rings in bnxt_set_channels() if device is down.Michael Chan1-0/+2
2018-04-27bnxt_en: Do not allow VF to read EEPROM.Michael Chan1-0/+5
2018-04-27bnxt_en: Display function level rx/tx_discard_pkts via ethtoolVasundhara Volam1-0/+33
2018-04-19bnxt_en: Fix memory fault in bnxt_ethtool_init()Vasundhara Volam1-22/+27
2018-04-11bnxt_en: Fix ethtool -x crash when device is down.Michael Chan1-3/+8
2018-04-01bnxt_en: Check max_tx_scheduler_inputs value from firmware.Michael Chan1-0/+11
2018-04-01bnxt_en: Add extended port statistics supportVasundhara Volam1-0/+32
2018-04-01bnxt_en: Include additional hardware port statistics in ethtool -S.Vasundhara Volam1-0/+5
2018-04-01bnxt_en: fix clear flags in ethtool reset handlingScott Branden1-2/+6
2018-01-10bnxt_en: add support for software dynamic interrupt moderationAndy Gospodarek1-0/+12
2017-12-01bnxt_en: Add ETH_RESET_AP supportScott Branden1-0/+11
2017-11-28bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()'Christophe JAILLET1-2/+2
2017-11-03bnxt_en: fix typo in bnxt_set_coalesceAndy Gospodarek1-1/+1
2017-10-27bnxt_en: Reorganize the coalescing parameters.Michael Chan1-20/+30
2017-10-27bnxt_en: Add ethtool reset methodVasundhara Volam1-1/+36
2017-10-27bnxt_en: Get firmware package version one time.Michael Chan1-14/+16
2017-10-27bnxt_en: Check for zero length value in bnxt_get_nvram_item().Michael Chan1-0/+3
2017-10-15bnxt_en: Fix possible corrupted NVRAM parameters from firmware response.Michael Chan1-1/+3
2017-10-15bnxt_en: Don't use rtnl lock to protect link change logic in workqueue.Michael Chan1-0/+4
2017-08-29bnxt_en: Improve tx ring reservation logic.Michael Chan1-2/+1
2017-07-25bnxt: fix unsigned comparsion with 0stephen hemminger1-1/+1
2017-07-25bnxt_en: Allow the user to set ethtool stats-block-usecs to 0.Michael Chan1-3/+5
2017-07-25bnxt_en: Add bnxt_get_num_stats() to centrally get the number of ethtool stats.Michael Chan1-12/+13
2017-07-11bnxt_en: Fix bug in ethtool -L.Michael Chan1-1/+2
2017-05-31bnxt_en: Optimize doorbell write operations for newer chips.Michael Chan1-2/+1
2017-04-24bnxt_en: Add 100G link speed reporting for BCM57454 ASIC in ethtoolDeepak Khungar1-1/+13
2017-04-05bnxt_en: Add interrupt test to ethtool -t selftest.Michael Chan1-1/+31
2017-04-05bnxt_en: Add PHY loopback to ethtool self-test.Michael Chan1-2/+60