summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
AgeCommit message (Expand)Author
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
2016-05-15bnxt_en: Fix invalid max channel parameter in ethtool -l.Satish Baddipadige
2016-04-11bnxt_en: Disallow forced speed for 10GBaseT devices.Michael Chan
2016-04-05bnxt_en: Improve ethtool .get_settings().Michael Chan
2016-04-05bnxt_en: Check for valid forced speed during ethtool -s.Michael Chan
2016-04-05bnxt_en: Add get_eee() and set_eee() ethtool support.Michael Chan
2016-04-05bnxt_en: Add EEE setup code.Michael Chan
2016-04-05bnxt_en: Add basic EEE support.Michael Chan