开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
bnxt
/
bnxt.c
Age
Commit message (
Expand
)
Author
2021-02-26
bnxt_en: reliably allocate IRQ table on reset to avoid crash
Edwin Peer
2021-02-26
bnxt_en: Fix race between firmware reset and driver remove.
Vasundhara Volam
2021-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-02-14
bnxt_en: Improve logging of error recovery settings information.
Michael Chan
2021-02-14
bnxt_en: Reply to firmware's echo request async message.
Michael Chan
2021-02-14
bnxt_en: Initialize "context kind" field for context memory blocks.
Michael Chan
2021-02-14
bnxt_en: Add context memory initialization infrastructure.
Michael Chan
2021-02-14
bnxt_en: Implement faster recovery for firmware fatal error.
Michael Chan
2021-02-14
bnxt_en: selectively allocate context memories
Edwin Peer
2021-02-11
bnxt_en: reverse order of TX disable and carrier off
Edwin Peer
2021-01-26
bnxt_en: Convert to use netif_level() helpers.
Michael Chan
2021-01-25
bnxt_en: Do not process completion entries after fatal condition detected.
Michael Chan
2021-01-25
bnxt_en: Consolidate firmware reset event logging.
Michael Chan
2021-01-25
bnxt_en: Improve firmware fatal error shutdown sequence.
Michael Chan
2021-01-25
bnxt_en: Modify bnxt_disable_int_sync() to be called more than once.
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: Add bnxt_fw_reset_timeout() helper.
Michael Chan
2021-01-25
bnxt_en: Retry open if firmware is in reset.
Vasundhara Volam
2021-01-25
bnxt_en: attempt to reinitialize after aborted reset
Edwin Peer
2021-01-25
bnxt_en: log firmware debug notifications
Edwin Peer
2021-01-25
bnxt_en: Add an upper bound for all firmware command timeouts.
Vasundhara Volam
2021-01-25
bnxt_en: Move reading VPD info after successful handshake with fw.
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: handle CRASH_NO_MASTER during bnxt_open()
Edwin Peer
2021-01-25
bnxt_en: Update firmware interface to 1.10.2.11.
Michael Chan
2021-01-07
net: remove ndo_udp_tunnel_* callbacks
Jakub Kicinski
2021-01-05
bnxt_en: Use kzalloc for allocating only one thing
Zheng Yongjun
2020-12-28
bnxt_en: Check TQM rings for maximum supported value.
Michael Chan
2020-12-28
bnxt_en: Fix AER recovery.
Vasundhara Volam
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-01
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
2020-11-20
bnxt_en: Release PCI regions when DMA mask setup fails during probe.
Michael Chan
2020-11-19
bnxt_en: fix error return code in bnxt_init_board()
Zhang Changzhong
2020-11-19
bnxt_en: fix error return code in bnxt_init_one()
Zhang Changzhong
2020-11-16
bnxt_en: Fix counter overflow logic.
Michael Chan
2020-11-16
bnxt_en: Free port stats during firmware reset.
Michael Chan
2020-10-26
bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.
Vasundhara Volam
2020-10-26
bnxt_en: Check abort error state in bnxt_open_nic().
Michael Chan
2020-10-26
bnxt_en: Re-write PCI BARs after PCI fatal error.
Vasundhara Volam
2020-10-26
bnxt_en: Invoke cancel_delayed_work_sync() for PFs also.
Vasundhara Volam
2020-10-26
bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one().
Vasundhara Volam
2020-10-12
bnxt_en: Add bnxt_hwrm_nvm_get_dev_info() to query NVM info.
Vasundhara Volam
2020-10-12
bnxt_en: Log unknown link speed appropriately.
Michael Chan
2020-10-12
bnxt_en: Log event_data1 and event_data2 when handling RESET_NOTIFY event.
Michael Chan
2020-10-12
bnxt_en: Simplify bnxt_async_event_process().
Michael Chan
2020-10-12
bnxt_en: Set driver default message level.
Michael Chan
2020-10-12
bnxt_en: Return -EROFS to user space, if NVM writes are not permitted.
Vasundhara Volam
2020-10-04
bnxt_en: Eliminate unnecessary RX resets.
Michael Chan
2020-10-04
bnxt_en: Reduce unnecessary message log during RX errors.
Michael Chan
2020-10-04
bnxt_en: Add a software counter for RX ring reset.
Michael Chan
[next]