index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
bnxt
/
bnxt_ethtool.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bnxt_en: Don't issue AP reset during ethtool's reset operation
Sreekanth Reddy
2023-06-08
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-30
1
-0
/
+3
|
\
|
*
bnxt_en: Add missing 200G link speed reporting
Michael Chan
2023-03-30
1
-0
/
+2
|
*
bnxt_en: Fix reporting of test result in ethtool selftest
Kalesh AP
2023-03-30
1
-0
/
+1
*
|
bnxt: avoid overflow in bnxt_get_nvram_directory()
Maxim Korotkov
2023-03-14
1
-1
/
+1
|
/
*
bnxt: Do not read past the end of test names
Kees Cook
2023-01-20
1
-9
/
+4
*
bnxt: report FEC block stats via standard interface
Jakub Kicinski
2022-12-02
1
-0
/
+8
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-11
1
-1
/
+1
|
\
|
*
bnxt_en: Fix possible crash in bnxt_hwrm_set_coal()
Michael Chan
2022-11-05
1
-1
/
+1
*
|
bnxt_en: update RSS config using difference algorithm
Edwin Peer
2022-11-08
1
-0
/
+2
*
|
ethtool: linkstate: add a statistic for PHY down events
Jakub Kicinski
2022-11-08
1
-0
/
+15
*
|
bnxt_en: check and resize NVRAM UPDATE entry before flashing
Vikas Gupta
2022-10-25
1
-0
/
+32
*
|
bnxt_en: add .get_module_eeprom_by_page() support
Vikas Gupta
2022-10-25
1
-7
/
+70
|
/
*
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
1
-4
/
+4
*
bnxt_en: implement callbacks for devlink selftests
vikas
2022-07-29
1
-12
/
+12
*
bnxt_en: parse and report result field when NVRAM package install fails
Kalesh AP
2022-05-13
1
-11
/
+70
*
bnxt_en: Enable packet timestamping for all RX packets
Pavan Chebbi
2022-05-13
1
-0
/
+3
*
bnxt: support transmit and free of aggregation buffers
Andy Gospodarek
2022-04-08
1
-1
/
+1
*
bnxt: revert hastily merged uAPI aberrations
Jakub Kicinski
2022-03-10
1
-52
/
+14
*
bnxt_en: add an nvm test for hw diagnose
Vikas Gupta
2022-03-05
1
-13
/
+9
*
bnxt_en: Eliminate unintended link toggle during FW reset
Michael Chan
2022-03-05
1
-3
/
+1
*
bnxt_en: Properly report no pause support on some cards
Michael Chan
2022-03-05
1
-5
/
+10
*
bnxt_en: introduce initial link state of unknown
Edwin Peer
2022-03-05
1
-2
/
+2
*
bnxt_en: parse result field when NVRAM package install fails
Kalesh AP
2022-03-05
1
-1
/
+43
*
bnxt_en: add more error checks to HWRM_NVM_INSTALL_UPDATE
Kalesh AP
2022-03-05
1
-0
/
+4
*
bnxt_en: refactor error handling of HWRM_NVM_INSTALL_UPDATE
Kalesh AP
2022-03-05
1
-8
/
+18
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-25
1
-4
/
+13
|
\
|
*
bnxt_en: Fix occasional ethtool -t loopback test failures
Michael Chan
2022-02-20
1
-1
/
+1
|
*
bnxt_en: Fix offline ethtool selftest with RDMA enabled
Michael Chan
2022-02-20
1
-3
/
+9
|
*
bnxt_en: Fix active FEC reporting to ethtool
Somnath Kotur
2022-02-20
1
-0
/
+3
*
|
bnxt: report header-data split state
Jakub Kicinski
2022-01-28
1
-0
/
+3
|
/
*
bnxt_en: use firmware provided max timeout for messages
Edwin Peer
2022-01-10
1
-6
/
+3
*
bnxt_en: Support CQE coalescing mode in ethtool
Michael Chan
2021-12-27
1
-1
/
+23
*
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-11-22
1
-2
/
+6
*
bnxt_en: Provide stored devlink "fw" version on older firmware
Vikas Gupta
2021-10-29
1
-12
/
+29
*
bnxt_en: Update firmware interface to 1.10.2.63
Michael Chan
2021-10-29
1
-0
/
+2
*
bnxt_en: move coredump functions into dedicated file
Edwin Peer
2021-10-29
1
-356
/
+0
*
bnxt_en: Refactor coredump functions
Edwin Peer
2021-10-29
1
-17
/
+31
*
bnxt_en: add enable_remote_dev_reset devlink parameter
Edwin Peer
2021-10-29
1
-0
/
+5
*
bnxt_en: implement devlink dev reload fw_activate
Edwin Peer
2021-10-29
1
-2
/
+2
*
bnxt: use netif_is_rxfh_configured instead of open code
Juhee Kang
2021-10-10
1
-1
/
+1
*
bnxt_en: Fix TX timeout when TX ring size is set to the smallest
Michael Chan
2021-09-20
1
-1
/
+1
*
bnxt_en: update all firmware calls to use the new APIs
Edwin Peer
2021-08-30
1
-244
/
+303
*
bnxt_en: move HWRM API implementation into separate file
Edwin Peer
2021-08-30
1
-0
/
+1
*
bnxt: count packets discarded because of netpoll
Jakub Kicinski
2021-08-28
1
-0
/
+4
*
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
2021-08-24
1
-2
/
+6
*
net: broadcom: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-08-23
1
-2
/
+2
*
bnxt_en: Increase maximum RX ring size if jumbo ring is not used
Michael Chan
2021-08-03
1
-2
/
+7
*
bnxt_en: Add PTP clock APIs, ioctls, and ethtool methods
Michael Chan
2021-06-28
1
-0
/
+34
*
bnxt_en: Add a new phy_flags field to the main driver structure.
Michael Chan
2021-04-26
1
-4
/
+4
[next]