index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
Files
Lines
2021-06-23
bnxt_en: Call bnxt_ethtool_free() in bnxt_init_one() error path
Somnath Kotur
1
-0
/
+1
2021-06-23
bnxt_en: Fix TQM fastpath ring backing store computation
Rukhsana Ansari
1
-1
/
+1
2021-06-23
bnxt_en: Rediscover PHY capabilities after firmware reset
Michael Chan
1
-0
/
+5
2021-06-03
bnxt_en: Fix context memory setup for 64K page size.
Michael Chan
1
-8
/
+1
2021-06-03
bnxt_en: Include new P5 HV definition in VF check.
Andy Gospodarek
1
-1
/
+2
2021-05-19
bnxt_en: Add PCI IDs for Hyper-V VF devices.
Michael Chan
1
-1
/
+18
2021-05-14
bnxt_en: Fix RX consumer index logic in the error path.
Michael Chan
1
-2
/
+4
2021-05-14
bnxt_en: fix ternary sign extension bug in bnxt_show_temp()
Dan Carpenter
1
-1
/
+3
2021-02-27
bnxt_en: reliably allocate IRQ table on reset to avoid crash
Edwin Peer
1
-2
/
+12
2021-02-27
bnxt_en: Fix race between firmware reset and driver remove.
Vasundhara Volam
1
-0
/
+3
2021-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+2
2021-02-15
bnxt_en: Improve logging of error recovery settings information.
Michael Chan
1
-7
/
+8
2021-02-15
bnxt_en: Reply to firmware's echo request async message.
Michael Chan
1
-0
/
+29
2021-02-15
bnxt_en: Initialize "context kind" field for context memory blocks.
Michael Chan
1
-5
/
+42
2021-02-15
bnxt_en: Add context memory initialization infrastructure.
Michael Chan
1
-16
/
+36
2021-02-15
bnxt_en: Implement faster recovery for firmware fatal error.
Michael Chan
1
-0
/
+19
2021-02-15
bnxt_en: selectively allocate context memories
Edwin Peer
1
-32
/
+52
2021-02-12
bnxt_en: reverse order of TX disable and carrier off
Edwin Peer
1
-1
/
+2
2021-01-27
bnxt_en: Convert to use netif_level() helpers.
Michael Chan
1
-20
/
+14
2021-01-26
bnxt_en: Do not process completion entries after fatal condition detected.
Michael Chan
1
-0
/
+8
2021-01-26
bnxt_en: Consolidate firmware reset event logging.
Michael Chan
1
-7
/
+10
2021-01-26
bnxt_en: Improve firmware fatal error shutdown sequence.
Michael Chan
1
-3
/
+10
2021-01-26
bnxt_en: Modify bnxt_disable_int_sync() to be called more than once.
Michael Chan
1
-0
/
+3
2021-01-26
bnxt_en: Add a new BNXT_STATE_NAPI_DISABLED flag to keep track of NAPI state.
Michael Chan
1
-1
/
+3
2021-01-26
bnxt_en: Add bnxt_fw_reset_timeout() helper.
Michael Chan
1
-6
/
+9
2021-01-26
bnxt_en: Retry open if firmware is in reset.
Vasundhara Volam
1
-2
/
+13
2021-01-26
bnxt_en: attempt to reinitialize after aborted reset
Edwin Peer
1
-2
/
+27
2021-01-26
bnxt_en: log firmware debug notifications
Edwin Peer
1
-0
/
+8
2021-01-26
bnxt_en: Add an upper bound for all firmware command timeouts.
Vasundhara Volam
1
-0
/
+2
2021-01-26
bnxt_en: Move reading VPD info after successful handshake with fw.
Vasundhara Volam
1
-3
/
+3
2021-01-26
bnxt_en: Retry sending the first message to firmware if it is under reset.
Michael Chan
1
-7
/
+35
2021-01-26
bnxt_en: handle CRASH_NO_MASTER during bnxt_open()
Edwin Peer
1
-28
/
+39
2021-01-26
bnxt_en: Update firmware interface to 1.10.2.11.
Michael Chan
1
-1
/
+4
2021-01-07
net: remove ndo_udp_tunnel_* callbacks
Jakub Kicinski
1
-2
/
+0
2021-01-06
bnxt_en: Use kzalloc for allocating only one thing
Zheng Yongjun
1
-1
/
+1
2020-12-29
bnxt_en: Check TQM rings for maximum supported value.
Michael Chan
1
-2
/
+5
2020-12-29
bnxt_en: Fix AER recovery.
Vasundhara Volam
1
-17
/
+14
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+1
2020-12-01
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
1
-1
/
+1
2020-11-20
bnxt_en: Release PCI regions when DMA mask setup fails during probe.
Michael Chan
1
-1
/
+1
2020-11-20
bnxt_en: fix error return code in bnxt_init_board()
Zhang Changzhong
1
-0
/
+1
2020-11-20
bnxt_en: fix error return code in bnxt_init_one()
Zhang Changzhong
1
-0
/
+1
2020-11-17
bnxt_en: Fix counter overflow logic.
Michael Chan
1
-0
/
+1
2020-11-17
bnxt_en: Free port stats during firmware reset.
Michael Chan
1
-1
/
+2
2020-10-27
bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.
Vasundhara Volam
1
-1
/
+2
2020-10-27
bnxt_en: Check abort error state in bnxt_open_nic().
Michael Chan
1
-1
/
+4
2020-10-27
bnxt_en: Re-write PCI BARs after PCI fatal error.
Vasundhara Volam
1
-1
/
+18
2020-10-27
bnxt_en: Invoke cancel_delayed_work_sync() for PFs also.
Vasundhara Volam
1
-11
/
+2
2020-10-27
bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one().
Vasundhara Volam
1
-4
/
+5
2020-10-13
bnxt_en: Add bnxt_hwrm_nvm_get_dev_info() to query NVM info.
Vasundhara Volam
1
-0
/
+12
[next]