index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-04
bnxt: apply computed clamp value for coalece parameter
Jonathan Lemon
1
-1
/
+1
2020-01-04
bnxt_en: Add missing devlink health reporters for VFs.
Vasundhara Volam
2
-14
/
+22
2020-01-04
bnxt_en: Fix the logic that creates the health reporters.
Vasundhara Volam
3
-21
/
+56
2020-01-04
bnxt_en: Remove unnecessary NULL checks for fw_health
Vasundhara Volam
2
-9
/
+3
2020-01-04
bnxt_en: Fix bp->fw_health allocation and free logic.
Vasundhara Volam
2
-10
/
+27
2020-01-04
bnxt_en: Return error if FW returns more data than dump length
Vasundhara Volam
2
-8
/
+34
2020-01-04
bnxt_en: Free context memory in the open path if firmware has been reset.
Michael Chan
1
-0
/
+3
2020-01-04
bnxt_en: Fix MSIX request logic for RDMA driver.
Michael Chan
1
-2
/
+6
2019-12-31
bnxt_en: Improve RX buffer error handling.
Michael Chan
3
-2
/
+9
2019-12-31
bnxt_en: Return proper error code for non-existent NVM variable
Vasundhara Volam
1
-1
/
+8
2019-12-31
bnx2x: Fix PF-VF communication over multi-cos queues.
Manish Chopra
1
-5
/
+11
2019-11-15
net: reject PTP periodic output requests with unsupported flags
Jacob Keller
1
-0
/
+4
2019-11-06
net: bcmgenet: reapply manual settings to the PHY
Doug Berger
1
-1
/
+4
2019-11-06
Revert "net: bcmgenet: soft reset 40nm EPHYs before MAC init"
Doug Berger
3
-69
/
+73
2019-11-06
net: bcmgenet: use RGMII loopback for MAC reset
Doug Berger
2
-2
/
+33
2019-10-22
bnxt_en: Avoid disabling pci device in bnxt_remove_one() for already disabled...
Vasundhara Volam
1
-1
/
+2
2019-10-22
bnxt_en: Minor formatting changes in FW devlink_health_reporter
Vasundhara Volam
1
-11
/
+6
2019-10-22
bnxt_en: Adjust the time to wait before polling firmware readiness.
Vasundhara Volam
1
-5
/
+2
2019-10-22
bnxt_en: Fix devlink NVRAM related byte order related issues.
Michael Chan
1
-27
/
+54
2019-10-22
bnxt_en: Fix the size of devlink MSIX parameters.
Vasundhara Volam
2
-15
/
+16
2019-10-18
net: bcmgenet: reset 40nm EPHY on energy detect
Doug Berger
1
-1
/
+8
2019-10-18
net: bcmgenet: soft reset 40nm EPHYs before MAC init
Doug Berger
3
-73
/
+69
2019-10-18
net: bcmgenet: don't set phydev->link from MAC
Doug Berger
1
-3
/
+1
2019-10-15
net: bcmgenet: Fix RGMII_MODE_EN value for GENET v1/2/3
Florian Fainelli
2
-1
/
+6
2019-10-15
net: ethernet: broadcom: have drivers select DIMLIB as needed
Randy Dunlap
1
-1
/
+3
2019-10-15
net: bcmgenet: Set phydev->dev_flags only for internal PHYs
Florian Fainelli
1
-2
/
+3
2019-09-27
net: broadcom/bcmsysport: Fix signedness in bcm_sysport_probe()
Dan Carpenter
1
-1
/
+1
2019-09-16
bnxt_en: Add a new BNXT_FW_RESET_STATE_POLL_FW_DOWN state.
Vasundhara Volam
2
-5
/
+46
2019-09-16
bnxt_en: Update firmware interface spec. to 1.10.0.100.
Michael Chan
1
-43
/
+103
2019-09-16
bnxt_en: Increase timeout for HWRM_DBG_COREDUMP_XX commands
Vasundhara Volam
2
-1
/
+2
2019-09-16
bnxt_en: Don't proceed in .ndo_set_rx_mode() when device is not in open state.
Michael Chan
1
-3
/
+5
2019-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+1
2019-08-31
net: bcmgenet: use ethtool_op_get_ts_info()
Ryan M. Collins
1
-0
/
+1
2019-08-30
bnxt_en: Fix compile error regression with CONFIG_BNXT_SRIOV not set.
Michael Chan
1
-30
/
+52
2019-08-30
bnxt_en: Add FW fatal devlink_health_reporter.
Vasundhara Volam
3
-2
/
+141
2019-08-30
bnxt_en: Add bnxt_fw_exception() to handle fatal firmware errors.
Michael Chan
2
-0
/
+45
2019-08-30
bnxt_en: Add RESET_FW state logic to bnxt_fw_reset_task().
Michael Chan
1
-0
/
+64
2019-08-30
bnxt_en: Do not send firmware messages if firmware is in error state.
Michael Chan
2
-7
/
+12
2019-08-30
bnxt_en: Retain user settings on a VF after RESET_NOTIFY event.
Vasundhara Volam
3
-9
/
+45
2019-08-30
bnxt_en: Add devlink health reset reporter.
Vasundhara Volam
4
-0
/
+61
2019-08-30
bnxt_en: Handle firmware reset.
Michael Chan
3
-0
/
+164
2019-08-30
bnxt_en: Handle RESET_NOTIFY async event from firmware.
Michael Chan
2
-0
/
+18
2019-08-30
bnxt_en: Add new FW devlink_health_reporter
Vasundhara Volam
2
-0
/
+84
2019-08-30
bnxt_en: Add BNXT_STATE_IN_FW_RESET state.
Michael Chan
3
-0
/
+26
2019-08-30
bnxt_en: Enable health monitoring.
Michael Chan
2
-2
/
+73
2019-08-30
bnxt_en: Pre-map the firmware health monitoring registers.
Michael Chan
2
-0
/
+35
2019-08-30
bnxt_en: Discover firmware error recovery capabilities.
Michael Chan
2
-0
/
+115
2019-08-30
bnxt_en: Handle firmware reset status during IF_UP.
Michael Chan
2
-20
/
+89
2019-08-30
bnxt_en: Register buffers for VFs before reserving resources.
Vasundhara Volam
1
-5
/
+5
2019-08-30
bnxt_en: Refactor bnxt_sriov_enable().
Michael Chan
2
-16
/
+35
[next]