summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
AgeCommit message (Expand)Author
2022-01-09bnxt_en: use firmware provided max timeout for messagesEdwin Peer
2021-12-27bnxt_en: Support CQE coalescing mode in ethtoolMichael Chan
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-29bnxt_en: Provide stored devlink "fw" version on older firmwareVikas Gupta
2021-10-29bnxt_en: Update firmware interface to 1.10.2.63Michael Chan
2021-10-29bnxt_en: move coredump functions into dedicated fileEdwin Peer
2021-10-29bnxt_en: Refactor coredump functionsEdwin Peer
2021-10-29bnxt_en: add enable_remote_dev_reset devlink parameterEdwin Peer
2021-10-29bnxt_en: implement devlink dev reload fw_activateEdwin Peer
2021-10-10bnxt: use netif_is_rxfh_configured instead of open codeJuhee Kang
2021-09-20bnxt_en: Fix TX timeout when TX ring size is set to the smallestMichael Chan
2021-08-30bnxt_en: update all firmware calls to use the new APIsEdwin Peer
2021-08-30bnxt_en: move HWRM API implementation into separate fileEdwin Peer
2021-08-27bnxt: count packets discarded because of netpollJakub Kicinski
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-23net: broadcom: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-08-03bnxt_en: Increase maximum RX ring size if jumbo ring is not usedMichael Chan
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