index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
bnxt
/
bnxt_ethtool.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bnxt_en: Improve link up detection.
Michael Chan
2020-01-27
1
-8
/
+8
*
bnxt_en: Return error if FW returns more data than dump length
Vasundhara Volam
2019-12-10
1
-8
/
+30
*
bnxt_en: Add support for flashing the device via devlink
Vasundhara Volam
2019-11-24
1
-2
/
+2
*
bnxt_en: Allow PHY settings on multi-function or NPAR PFs if allowed by FW.
Michael Chan
2019-11-24
1
-4
/
+4
*
bnxt_en: Skip disabling autoneg before PHY loopback when appropriate.
Michael Chan
2019-11-24
1
-1
/
+2
*
bnxt_en: Extend ETHTOOL_RESET to hot reset driver.
Vasundhara Volam
2019-11-18
1
-2
/
+7
*
bnxt_en: Increase firmware response timeout for coredump commands.
Vasundhara Volam
2019-11-18
1
-1
/
+2
*
bnxt_en: Improve RX buffer error handling.
Michael Chan
2019-11-18
1
-0
/
+2
*
bnxt_en: Add support to collect crash dump via ethtool
Vasundhara Volam
2019-10-31
1
-2
/
+35
*
bnxt_en: Increase timeout for HWRM_DBG_COREDUMP_XX commands
Vasundhara Volam
2019-09-16
1
-1
/
+1
*
bnxt_en: Prepare bnxt_init_one() to be called multiple times.
Michael Chan
2019-08-30
1
-1
/
+4
*
bnxt_en: Convert error code in firmware message response to standard code.
Michael Chan
2019-08-30
1
-17
/
+3
*
bnxt_en: Use a common function to print the same ethtool -f error message.
Michael Chan
2019-08-30
1
-6
/
+8
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-19
1
-7
/
+5
|
\
|
*
bnxt_en: Fix handling FRAG_ERR when NVM_INSTALL_UPDATE cmd fails
Vasundhara Volam
2019-08-18
1
-7
/
+5
*
|
bnxt_en: Support TPA counters on 57500 chips.
Michael Chan
2019-07-29
1
-10
/
+31
*
|
bnxt_en: Refactor ethtool ring statistics logic.
Michael Chan
2019-07-29
1
-50
/
+70
*
|
bnxt_en: Update firmware interface spec. to 1.10.0.89.
Michael Chan
2019-07-29
1
-0
/
+15
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-07-08
1
-3
/
+3
|
\
|
*
bnxt_en: Fix ethtool selftest crash under error conditions.
Michael Chan
2019-06-30
1
-3
/
+3
*
|
bnxt_en: Refactor __bnxt_xmit_xdp().
Michael Chan
2019-07-08
1
-1
/
+1
*
|
bnxt_en: rename some xdp functions
Andy Gospodarek
2019-07-08
1
-1
/
+1
|
/
*
bnxt_en: Fix possible BUG() condition when calling pci_disable_msix().
Michael Chan
2019-05-22
1
-1
/
+1
*
bnxt_en: Read package version from firmware.
Vasundhara Volam
2019-05-05
1
-1
/
+2
*
bnxt_en: Add support for PCIe statistics
Vasundhara Volam
2019-05-05
1
-0
/
+39
*
bnxt_en: Update firmware interface to 1.10.0.69.
Michael Chan
2019-05-05
1
-0
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-20
1
-1
/
+4
|
\
|
*
bnxt_en: Fix ethtool self-test loopback.
Michael Chan
2018-12-19
1
-1
/
+4
*
|
bnxt_en: query force speeds before disabling autoneg mode.
Vasundhara Volam
2018-12-17
1
-1
/
+21
*
|
bnxt_en: Do not free port statistics buffer when device is down.
Michael Chan
2018-12-17
1
-2
/
+5
*
|
bnxt_en: Return linux standard errors in bnxt_ethtool.c
Vasundhara Volam
2018-12-17
1
-17
/
+39
*
|
bnxt_en: Add ethtool -S priority counters.
Michael Chan
2018-12-17
1
-1
/
+113
*
|
bnxt_en: get rid of num_stat_ctxs variable
Vasundhara Volam
2018-12-17
1
-2
/
+0
|
/
*
bnxt_en: Fix filling time in bnxt_fill_coredump_record()
Vasundhara Volam
2018-11-15
1
-2
/
+2
*
bnxt_en: Add software "missed_irqs" counter.
Michael Chan
2018-11-15
1
-1
/
+4
*
bnxt_en: Use bnxt_cp_ring_info struct pointer as parameter for RX path.
Michael Chan
2018-10-15
1
-9
/
+10
*
bnxt_en: Re-structure doorbells.
Michael Chan
2018-10-15
1
-1
/
+1
*
bnxt_en: Add additional extended port statistics.
Michael Chan
2018-10-15
1
-6
/
+85
*
bnxt_en: take coredump_record structure off stack
Arnd Bergmann
2018-08-13
1
-6
/
+3
*
bnxt_en: avoid string overflow for record->system_name
Arnd Bergmann
2018-08-13
1
-2
/
+2
*
bnxt_en: Fix strcpy() warnings in bnxt_ethtool.c
Vasundhara Volam
2018-08-10
1
-3
/
+3
*
bnxt_en: Add BNXT_NEW_RM() macro.
Michael Chan
2018-08-05
1
-1
/
+1
*
bnxt_en: Add support for ethtool get dump.
Vasundhara Volam
2018-08-05
1
-0
/
+333
*
bnxt_en: Add external loopback test to ethtool selftest.
Michael Chan
2018-08-05
1
-6
/
+26
*
bnxt_en: Adjust timer based on ethtool stats-block-usecs settings.
Michael Chan
2018-08-05
1
-0
/
+5
*
bnxt_en: Update firmware interface version to 1.9.2.25.
Michael Chan
2018-08-05
1
-3
/
+3
*
bnxt_en: Read phy eeprom A2h address only when optical diagnostics is supported.
Vasundhara Volam
2018-05-08
1
-12
/
+8
*
bnxt_en: Reserve rings in bnxt_set_channels() if device is down.
Michael Chan
2018-04-27
1
-0
/
+2
*
bnxt_en: Do not allow VF to read EEPROM.
Michael Chan
2018-04-27
1
-0
/
+5
*
bnxt_en: Display function level rx/tx_discard_pkts via ethtool
Vasundhara Volam
2018-04-27
1
-0
/
+33
[next]