aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
AgeCommit message (Expand)Author
2021-10-06bnxt_en: Fix TX timeout when TX ring size is set to the smallestMichael Chan
2020-11-24bnxt_en: read EEPROM A2h address using page 0Edwin Peer
2020-10-01bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex.Michael Chan
2020-09-09bnxt_en: Check for zero dir entries in NVRAM.Vasundhara Volam
2020-07-29bnxt_en: Fix race when modifying pause settings.Vasundhara Volam
2020-01-27bnxt_en: Fix handling FRAG_ERR when NVM_INSTALL_UPDATE cmd failsVasundhara Volam
2020-01-27bnxt_en: Fix ethtool selftest crash under error conditions.Michael Chan
2019-12-05bnxt_en: query force speeds before disabling autoneg mode.Vasundhara Volam
2019-12-05bnxt_en: Return linux standard errors in bnxt_ethtool.cVasundhara Volam
2018-02-03bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()'Christophe JAILLET
2017-10-14bnxt_en: Fix possible corrupted NVRAM parameters from firmware response.Michael Chan
2017-10-14bnxt_en: Don't use rtnl lock to protect link change logic in workqueue.Michael Chan
2017-08-28bnxt_en: Improve tx ring reservation logic.Michael Chan
2017-07-25bnxt: fix unsigned comparsion with 0stephen hemminger
2017-07-24bnxt_en: Allow the user to set ethtool stats-block-usecs to 0.Michael Chan
2017-07-24bnxt_en: Add bnxt_get_num_stats() to centrally get the number of ethtool stats.Michael Chan
2017-07-11bnxt_en: Fix bug in ethtool -L.Michael Chan
2017-05-30bnxt_en: Optimize doorbell write operations for newer chips.Michael Chan
2017-04-24bnxt_en: Add 100G link speed reporting for BCM57454 ASIC in ethtoolDeepak Khungar
2017-04-05bnxt_en: Add interrupt test to ethtool -t selftest.Michael Chan
2017-04-05bnxt_en: Add PHY loopback to ethtool self-test.Michael Chan
2017-04-05bnxt_en: Add ethtool mac loopback self test.Michael Chan
2017-04-05bnxt_en: Add basic ethtool -t selftest support.Michael Chan
2017-04-05bnxt_en: Add ethtool set_wol method.Michael Chan
2017-04-05bnxt_en: Add ethtool get_wol method.Michael Chan
2017-02-12bnxt_en: Fix ethtool -l pre-set max combined channel.Michael Chan
2017-02-12bnxt_en: Retry failed NVM_INSTALL_UPDATE with defragmentation flag.Kshitij Soni
2017-02-07bnxt_en: Add a set of TX rings to support XDP.Michael Chan
2017-02-07bnxt_en: Centralize logic to reserve rings.Michael Chan
2017-01-13bnxt_en: Add support for ethtool -p.Michael Chan
2016-12-29bnxt_en: Implement new scheme to reserve tx rings.Michael Chan
2016-12-29bnxt_en: Add IPV6 hardware RFS support.Michael Chan
2016-12-29bnxt_en: Fix and clarify link_info->advertising.Michael Chan
2016-12-05bnxt_en: Add PFC statistics.Michael Chan
2016-11-16bnxt_en: Add ethtool -n|-N rx-flow-hash support.Michael Chan
2016-09-19bnxt_en: Support for "ethtool -r" commandDeepak Khungar
2016-09-19bnxt_en: Fix ethtool -l|-L inconsistent channel counts.Michael Chan
2016-09-19bnxt_en: Added support for Secure Firmware UpdateRob Swindell
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-19bnxt_en: Workaround Nitro A0 hardware RX bug (part 2).Prashant Sreedharan
2016-07-11bnxt_en: initialize rc to zero to avoid returning garbageColin Ian King
2016-07-02bnxt_en: Allow statistics DMA to be configurable using ethtool -C.Michael Chan
2016-07-02bnxt_en: Add support for firmware updates for additional processors.Rob Swindell
2016-07-02bnxt_en: Request firmware reset after successful firwmare updateRob Swindell
2016-07-02bnxt_en: Add support for updating flash more securelyRob Swindell
2016-07-02bnxt_en: VF/NPAR should return -EOPNOTSUPP for unsupported ethtool ops.Michael Chan
2016-06-14bnxt_en: Support new ETHTOOL_{G|S}LINKSETTINGS API.Michael Chan
2016-06-14bnxt_en: Don't allow autoneg on cards that don't support it.Michael Chan
2016-06-14bnxt_en: Enable NPAR (NIC Partitioning) Support.Satish Baddipadige
2016-05-15bnxt_en: Add Support for ETHTOOL_GMODULEINFO and ETHTOOL_GMODULEEEPROAjit Khaparde