index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
bnxt
/
bnxt_ethtool.c
Age
Commit message (
Expand
)
Author
2021-04-19
bnxt: add more ethtool standard stats
Jakub Kicinski
2021-04-16
bnxt: implement ethtool standard stats
Jakub Kicinski
2021-04-15
bnxt: implement ethtool::get_fec_stats
Jakub Kicinski
2021-01-12
bnxt_en: Clear DEFRAG flag in firmware message when retry flashing.
Pavan Chebbi
2020-12-14
bnxt_en: Enable batch mode when using HWRM_NVM_MODIFY to flash packages.
Michael Chan
2020-12-14
bnxt_en: Retry installing FW package under NO_SPACE error condition.
Pavan Chebbi
2020-12-14
bnxt_en: Restructure bnxt_flash_package_from_fw_obj() to execute in a loop.
Pavan Chebbi
2020-12-14
bnxt_en: Rearrange the logic in bnxt_flash_package_from_fw_obj().
Michael Chan
2020-12-14
bnxt_en: Refactor bnxt_flash_nvram.
Pavan Chebbi
2020-11-19
devlink: move request_firmware out of driver
Jacob Keller
2020-11-16
bnxt_en: Avoid unnecessary NVM_GET_DEV_INFO cmd error log on VFs.
Vasundhara Volam
2020-11-16
bnxt_en: read EEPROM A2h address using page 0
Edwin Peer
2020-10-12
bnxt_en: Add bnxt_hwrm_nvm_get_dev_info() to query NVM info.
Vasundhara Volam
2020-10-12
bnxt_en: Enable online self tests for multi-host/NPAR mode.
Vasundhara Volam
2020-10-04
bnxt_en: Add a software counter for RX ring reset.
Michael Chan
2020-09-27
bnxt_en: Improve preset max value for ethtool -l.
Michael Chan
2020-09-27
bnxt_en: Implement ethtool set_fec_param() method.
Michael Chan
2020-09-27
bnxt_en: Report FEC settings to ethtool.
Michael Chan
2020-09-27
bnxt_en: avoid link reset if speed is not changed
Edwin Peer
2020-09-27
bnxt_en: ethtool: support PAM4 link speeds up to 200G
Edwin Peer
2020-09-27
bnxt_en: refactor bnxt_get_fw_speed()
Edwin Peer
2020-09-27
bnxt_en: Update firmware interface spec to 1.10.1.65.
Michael Chan
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-20
bnxt_en: Return -EOPNOTSUPP for ETHTOOL_GREGS on VFs.
Vasundhara Volam
2020-09-20
bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex.
Michael Chan
2020-09-15
bnxt: add pause frame stats
Jakub Kicinski
2020-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-08-26
bnxt_en: Fix ethtool -S statitics with XDP or TCs enabled.
Michael Chan
2020-08-26
bnxt_en: Check for zero dir entries in NVRAM.
Vasundhara Volam
2020-08-26
bnxt_en: Don't query FW when netif_running() is false.
Pavan Chebbi
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-27
bnxt_en: Add support for 'ethtool -d'
Vasundhara Volam
2020-07-27
bnxt_en: Switch over to use the 64-bit software accumulated counters.
Michael Chan
2020-07-27
bnxt_en: Refactor statistics code and structures.
Michael Chan
2020-07-27
bnxt_en: Update firmware interface to 1.10.1.54.
Michael Chan
2020-07-27
bnxt_en: Remove PCIe non-counters from ethtool statistics
Vasundhara Volam
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-12
bnxt_en: Fix race when modifying pause settings.
Vasundhara Volam
2020-07-08
bnxt_en: Implement ethtool -X to set indirection table.
Michael Chan
2020-07-08
bnxt_en: Return correct RSS indirection table entries to ethtool -x.
Michael Chan
2020-07-08
bnxt_en: Fix up bnxt_get_rxfh_indir_size().
Michael Chan
2020-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-26
bnxt_en: Fix return code to "flash_device".
Vasundhara Volam
2020-05-05
net: bnxt: Remove Comparison to bool in bnxt_ethtool.c
Jason Yan
2020-05-04
bnxt_en: show only relevant ethtool stats for a TX or RX ring
Rajesh Ravi
2020-05-04
bnxt_en: Split HW ring statistics strings into RX and TX parts.
Michael Chan
2020-05-04
bnxt_en: Refactor the software ring counters.
Michael Chan
2020-05-04
bnxt_en: Improve kernel log messages related to ethtool reset.
Edwin Peer
2020-05-04
bnxt_en: fix ethtool_reset_flags ABI violations
Edwin Peer
2020-05-04
bnxt_en: refactor ethtool firmware reset types
Edwin Peer
[prev]
[next]