aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-28bnxt_en: Reorganize the coalescing parameters.Michael Chan1-20/+30
2017-10-28bnxt_en: Add ethtool reset methodVasundhara Volam1-1/+36
2017-10-28bnxt_en: Get firmware package version one time.Michael Chan1-14/+16
2017-10-28bnxt_en: Check for zero length value in bnxt_get_nvram_item().Michael Chan1-0/+3
2017-10-14bnxt_en: Fix possible corrupted NVRAM parameters from firmware response.Michael Chan1-1/+3
2017-10-14bnxt_en: Don't use rtnl lock to protect link change logic in workqueue.Michael Chan1-0/+4
2017-08-28bnxt_en: Improve tx ring reservation logic.Michael Chan1-2/+1
2017-07-25bnxt: fix unsigned comparsion with 0stephen hemminger1-1/+1
2017-07-24bnxt_en: Allow the user to set ethtool stats-block-usecs to 0.Michael Chan1-3/+5
2017-07-24bnxt_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-30bnxt_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
2017-04-05bnxt_en: Add ethtool mac loopback self test.Michael Chan1-9/+156
2017-04-05bnxt_en: Add basic ethtool -t selftest support.Michael Chan1-1/+135
2017-04-05bnxt_en: Add ethtool set_wol method.Michael Chan1-0/+26
2017-04-05bnxt_en: Add ethtool get_wol method.Michael Chan1-0/+16
2017-02-12bnxt_en: Fix ethtool -l pre-set max combined channel.Michael Chan1-1/+1
2017-02-12bnxt_en: Retry failed NVM_INSTALL_UPDATE with defragmentation flag.Kshitij Soni1-6/+26
2017-02-07bnxt_en: Add a set of TX rings to support XDP.Michael Chan1-4/+12
2017-02-07bnxt_en: Centralize logic to reserve rings.Michael Chan1-30/+9
2017-01-13bnxt_en: Add support for ethtool -p.Michael Chan1-1/+43
2016-12-29bnxt_en: Implement new scheme to reserve tx rings.Michael Chan1-0/+15
2016-12-29bnxt_en: Add IPV6 hardware RFS support.Michael Chan1-14/+39
2016-12-29bnxt_en: Fix and clarify link_info->advertising.Michael Chan1-2/+3
2016-12-05bnxt_en: Add PFC statistics.Michael Chan1-7/+16
2016-11-16bnxt_en: Add ethtool -n|-N rx-flow-hash support.Michael Chan1-3/+164
2016-09-19bnxt_en: Support for "ethtool -r" commandDeepak Khungar1-0/+20
2016-09-19bnxt_en: Fix ethtool -l|-L inconsistent channel counts.Michael Chan1-5/+7
2016-09-19bnxt_en: Added support for Secure Firmware UpdateRob Swindell1-13/+142
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-07-19bnxt_en: Workaround Nitro A0 hardware RX bug (part 2).Prashant Sreedharan1-2/+10
2016-07-11bnxt_en: initialize rc to zero to avoid returning garbageColin Ian King1-1/+1
2016-07-02bnxt_en: Allow statistics DMA to be configurable using ethtool -C.Michael Chan1-2/+23
2016-07-02bnxt_en: Add support for firmware updates for additional processors.Rob Swindell1-0/+20
2016-07-02bnxt_en: Request firmware reset after successful firwmare updateRob Swindell1-0/+2
2016-07-02bnxt_en: Add support for updating flash more securelyRob Swindell1-1/+2
2016-07-02bnxt_en: VF/NPAR should return -EOPNOTSUPP for unsupported ethtool ops.Michael Chan1-2/+2
2016-06-14bnxt_en: Support new ETHTOOL_{G|S}LINKSETTINGS API.Michael Chan1-80/+118
2016-06-14bnxt_en: Don't allow autoneg on cards that don't support it.Michael Chan1-9/+20
2016-06-14bnxt_en: Enable NPAR (NIC Partitioning) Support.Satish Baddipadige1-3/+3
2016-05-15bnxt_en: Add Support for ETHTOOL_GMODULEINFO and ETHTOOL_GMODULEEEPROAjit Khaparde1-0/+121
2016-05-15bnxt_en: Fix invalid max channel parameter in ethtool -l.Satish Baddipadige1-1/+5
2016-04-11bnxt_en: Disallow forced speed for 10GBaseT devices.Michael Chan1-0/+8
2016-04-05bnxt_en: Improve ethtool .get_settings().Michael Chan1-8/+13
2016-04-05bnxt_en: Check for valid forced speed during ethtool -s.Michael Chan1-10/+38