summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
AgeCommit message (Expand)Author
2021-06-28bnxt_en: Add PTP clock APIs, ioctls, and ethtool methodsMichael Chan
2021-04-25bnxt_en: Add a new phy_flags field to the main driver structure.Michael Chan
2021-04-19bnxt: add more ethtool standard statsJakub Kicinski
2021-04-16bnxt: implement ethtool standard statsJakub Kicinski
2021-04-15bnxt: implement ethtool::get_fec_statsJakub Kicinski
2021-01-12bnxt_en: Clear DEFRAG flag in firmware message when retry flashing.Pavan Chebbi
2020-12-14bnxt_en: Enable batch mode when using HWRM_NVM_MODIFY to flash packages.Michael Chan
2020-12-14bnxt_en: Retry installing FW package under NO_SPACE error condition.Pavan Chebbi
2020-12-14bnxt_en: Restructure bnxt_flash_package_from_fw_obj() to execute in a loop.Pavan Chebbi
2020-12-14bnxt_en: Rearrange the logic in bnxt_flash_package_from_fw_obj().Michael Chan
2020-12-14bnxt_en: Refactor bnxt_flash_nvram.Pavan Chebbi
2020-11-19devlink: move request_firmware out of driverJacob Keller
2020-11-16bnxt_en: Avoid unnecessary NVM_GET_DEV_INFO cmd error log on VFs.Vasundhara Volam
2020-11-16bnxt_en: read EEPROM A2h address using page 0Edwin Peer
2020-10-12bnxt_en: Add bnxt_hwrm_nvm_get_dev_info() to query NVM info.Vasundhara Volam
2020-10-12bnxt_en: Enable online self tests for multi-host/NPAR mode.Vasundhara Volam
2020-10-04bnxt_en: Add a software counter for RX ring reset.Michael Chan
2020-09-27bnxt_en: Improve preset max value for ethtool -l.Michael Chan
2020-09-27bnxt_en: Implement ethtool set_fec_param() method.Michael Chan
2020-09-27bnxt_en: Report FEC settings to ethtool.Michael Chan
2020-09-27bnxt_en: avoid link reset if speed is not changedEdwin Peer
2020-09-27bnxt_en: ethtool: support PAM4 link speeds up to 200GEdwin Peer
2020-09-27bnxt_en: refactor bnxt_get_fw_speed()Edwin Peer
2020-09-27bnxt_en: Update firmware interface spec to 1.10.1.65.Michael Chan
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-20bnxt_en: Return -EOPNOTSUPP for ETHTOOL_GREGS on VFs.Vasundhara Volam
2020-09-20bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex.Michael Chan
2020-09-15bnxt: add pause frame statsJakub Kicinski
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-26bnxt_en: Fix ethtool -S statitics with XDP or TCs enabled.Michael Chan
2020-08-26bnxt_en: Check for zero dir entries in NVRAM.Vasundhara Volam
2020-08-26bnxt_en: Don't query FW when netif_running() is false.Pavan Chebbi
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-27bnxt_en: Add support for 'ethtool -d'Vasundhara Volam
2020-07-27bnxt_en: Switch over to use the 64-bit software accumulated counters.Michael Chan
2020-07-27bnxt_en: Refactor statistics code and structures.Michael Chan
2020-07-27bnxt_en: Update firmware interface to 1.10.1.54.Michael Chan
2020-07-27bnxt_en: Remove PCIe non-counters from ethtool statisticsVasundhara Volam
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-12bnxt_en: Fix race when modifying pause settings.Vasundhara Volam
2020-07-08bnxt_en: Implement ethtool -X to set indirection table.Michael Chan
2020-07-08bnxt_en: Return correct RSS indirection table entries to ethtool -x.Michael Chan
2020-07-08bnxt_en: Fix up bnxt_get_rxfh_indir_size().Michael Chan
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-26bnxt_en: Fix return code to "flash_device".Vasundhara Volam
2020-05-05net: bnxt: Remove Comparison to bool in bnxt_ethtool.cJason Yan
2020-05-04bnxt_en: show only relevant ethtool stats for a TX or RX ringRajesh Ravi
2020-05-04bnxt_en: Split HW ring statistics strings into RX and TX parts.Michael Chan
2020-05-04bnxt_en: Refactor the software ring counters.Michael Chan
2020-05-04bnxt_en: Improve kernel log messages related to ethtool reset.Edwin Peer