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.h
Age
Commit message (
Expand
)
Author
2021-08-30
bnxt_en: introduce new firmware message API based on DMA pools
Edwin Peer
2021-08-30
bnxt_en: move HWRM API implementation into separate file
Edwin Peer
2021-08-30
bnxt_en: remove DMA mapping for KONG response
Edwin Peer
2021-08-27
bnxt: count discards due to memory allocation errors
Jakub Kicinski
2021-08-27
bnxt: count packets discarded because of netpoll
Jakub Kicinski
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-13
bnxt: make sure xmit_more + errors does not miss doorbells
Jakub Kicinski
2021-08-03
bnxt_en: Increase maximum RX ring size if jumbo ring is not used
Michael Chan
2021-08-03
bnxt_en: Don't use static arrays for completion ring pages
Michael Chan
2021-07-28
bnxt_en: Log if an invalid signal detected on TSIO pin
Pavan Chebbi
2021-07-28
bnxt_en: 1PPS support for 5750X family chips
Pavan Chebbi
2021-06-28
bnxt_en: Transmit and retrieve packet timestamps
Pavan Chebbi
2021-06-28
bnxt_en: Get the RX packet timestamp
Pavan Chebbi
2021-06-28
bnxt_en: Get PTP hardware capability from firmware
Michael Chan
2021-05-17
bnxt_en: Fix context memory setup for 64K page size.
Michael Chan
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2021-04-25
bnxt_en: Implement .ndo_features_check().
Michael Chan
2021-04-25
bnxt_en: Support IFF_SUPP_NOFCS feature to transmit without ethernet FCS.
Michael Chan
2021-04-25
bnxt_en: Add support for fw managed link down feature.
Michael Chan
2021-04-25
bnxt_en: Add a new phy_flags field to the main driver structure.
Michael Chan
2021-04-19
RDMA/bnxt_re: Create direct symbol link between bnxt modules
Leon Romanovsky
2021-03-22
bnxt_en: Enhance retry of the first message to the firmware.
Michael Chan
2021-03-22
bnxt_en: Improve wait for firmware commands completion
Pavan Chebbi
2021-02-14
bnxt_en: Reply to firmware's echo request async message.
Michael Chan
2021-02-14
bnxt_en: Add context memory initialization infrastructure.
Michael Chan
2021-02-14
bnxt_en: Update firmware interface spec to 1.10.2.16.
Michael Chan
2021-01-25
bnxt_en: Add a new BNXT_STATE_NAPI_DISABLED flag to keep track of NAPI state.
Michael Chan
2021-01-25
bnxt_en: Retry open if firmware is in reset.
Vasundhara Volam
2021-01-25
bnxt_en: Add an upper bound for all firmware command timeouts.
Vasundhara Volam
2021-01-25
bnxt_en: Retry sending the first message to firmware if it is under reset.
Michael Chan
2021-01-25
bnxt_en: Define macros for the various health register states.
Michael Chan
2021-01-25
bnxt_en: Update firmware interface to 1.10.2.11.
Michael Chan
2020-12-28
bnxt_en: Check TQM rings for maximum supported value.
Michael Chan
2020-11-23
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
2020-10-26
bnxt_en: Re-write PCI BARs after PCI fatal error.
Vasundhara Volam
2020-10-12
bnxt_en: Add bnxt_hwrm_nvm_get_dev_info() to query NVM info.
Vasundhara Volam
2020-10-04
bnxt_en: Eliminate unnecessary RX resets.
Michael Chan
2020-10-04
bnxt_en: Add a software counter for RX ring reset.
Michael Chan
2020-10-04
bnxt_en: log firmware status on firmware init failure
Edwin Peer
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: Handle ethernet link being disabled by firmware.
Michael Chan
2020-09-27
bnxt_en: add basic infrastructure to support PAM4 link speeds
Edwin Peer
2020-09-27
bnxt_en: Update firmware interface spec to 1.10.1.65.
Michael Chan
2020-09-07
bnxt_en: Avoid sending firmware messages when AER error is detected.
Vasundhara Volam
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: Accumulate all counters.
Michael Chan
2020-07-27
bnxt_en: Allocate additional memory for all statistics blocks.
Michael Chan
2020-07-27
bnxt_en: Refactor statistics code and structures.
Michael Chan
[prev]
[next]