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.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-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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-22
net: systemport: Add global locking for descriptor lifecycle
Florian Fainelli
2
-0
/
+6
2021-11-26
net: bnx2x: fix variable dereferenced before check
Pavel Skripkin
1
-1
/
+3
2021-10-06
bnxt_en: Fix TX timeout when TX ring size is set to the smallest
Michael Chan
3
-5
/
+10
2021-09-22
bnx2x: Fix enabling network interfaces without VFs
Adrian Bunk
1
-1
/
+1
2021-08-26
bnxt: disable napi before canceling DIM
Jakub Kicinski
1
-2
/
+1
2021-08-26
bnxt: don't lock the tx queue from napi poll
Jakub Kicinski
1
-22
/
+32
2021-08-12
bnx2x: fix an error code in bnx2x_nic_load()
Dan Carpenter
1
-1
/
+2
2021-07-28
net: bcmgenet: ensure EXT_ENERGY_DET_MASK is clear
Doug Berger
2
-20
/
+2
2021-07-28
net: bcmgenet: Ensure all TX/RX queues DMAs are disabled
Florian Fainelli
1
-0
/
+6
2021-07-20
net: bcmgenet: check return value after calling platform_get_resource()
Yang Yingliang
1
-0
/
+4
2021-07-20
net: bcmgenet: Fix attaching to PYH failed on RPi 4B
Jian-Hong Pan
1
-0
/
+1
2021-06-16
bnx2x: Fix missing error code in bnx2x_iov_init_one()
Jiapeng Chong
1
-1
/
+3
2021-06-10
bnxt_en: Remove the setting of dev_port.
Michael Chan
1
-1
/
+0
2021-06-03
net: bnx2: Fix error return code in bnx2_init_board()
Zhen Lei
1
-1
/
+1
2021-05-22
bnxt_en: fix ternary sign extension bug in bnxt_show_temp()
Dan Carpenter
1
-1
/
+3
2021-03-04
bnxt_en: reverse order of TX disable and carrier off
Edwin Peer
1
-1
/
+2
2021-01-12
net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE
Florian Fainelli
1
-0
/
+1
2020-12-30
net: bcmgenet: Fix a resource leak in an error handling path in the probe fun...
Christophe JAILLET
1
-1
/
+3
2020-12-02
bnxt_en: Release PCI regions when DMA mask setup fails during probe.
Michael Chan
1
-1
/
+1
2020-12-02
bnxt_en: fix error return code in bnxt_init_board()
Zhang Changzhong
1
-0
/
+1
2020-12-02
bnxt_en: fix error return code in bnxt_init_one()
Zhang Changzhong
1
-0
/
+1
2020-11-24
net: b44: fix error return code in b44_init_one()
Zhang Changzhong
1
-1
/
+2
2020-11-24
bnxt_en: read EEPROM A2h address using page 0
Edwin Peer
1
-1
/
+1
2020-11-05
bnxt_en: Log unknown link speed appropriately.
Michael Chan
1
-1
/
+5
2020-09-26
bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex.
Michael Chan
1
-11
/
+20
2020-09-26
bnxt_en: return proper error codes in bnxt_show_temp
Edwin Peer
1
-6
/
+13
2020-09-09
tg3: Fix soft lockup when tg3_reset_task() fails.
Michael Chan
1
-4
/
+13
2020-09-09
bnxt: don't enable NAPI until rings are ready
Jakub Kicinski
1
-8
/
+4
2020-09-09
bnxt_en: fix HWRM error when querying VF temperature
Edwin Peer
1
-4
/
+7
2020-09-09
bnxt_en: Fix PCI AER error recovery flow
Vasundhara Volam
1
-0
/
+3
2020-09-09
bnxt_en: Check for zero dir entries in NVRAM.
Vasundhara Volam
1
-0
/
+3
2020-09-09
bnxt_en: Don't query FW when netif_running() is false.
Pavan Chebbi
1
-1
/
+1
2020-09-09
net: systemport: Fix memleak in bcm_sysport_probe
Dinghao Liu
1
-2
/
+4
2020-07-29
bnxt_en: Fix race when modifying pause settings.
Vasundhara Volam
1
-1
/
+4
2020-07-16
bnxt_en: fix NULL dereference in case SR-IOV configuration fails
Davide Caratti
1
-1
/
+1
2020-07-01
net: bcmgenet: use hardware padding of runt frames
Doug Berger
1
-5
/
+3
2020-07-01
tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezes
David Christensen
1
-2
/
+2
2020-07-01
net: bcmgenet: remove HFB_CTRL access
Doug Berger
1
-4
/
+0
2020-06-22
net: bcmgenet: set Rx mode before starting netif
Doug Berger
1
-0
/
+4
2020-06-03
bnxt_en: Fix accumulation of bp->net_stats_prev.
Michael Chan
1
-1
/
+1
2020-05-27
net: bcmgenet: abort suspend on error
Doug Berger
2
-0
/
+9
2020-05-27
net: bcmgenet: code movement
Doug Berger
1
-30
/
+30
2020-05-14
bnxt_en: Fix VF anti-spoof filter setup.
Michael Chan
2
-8
/
+2
2020-05-14
bnxt_en: Improve AER slot reset.
Michael Chan
1
-3
/
+6
2020-05-14
bnxt_en: Fix VLAN acceleration handling in bnxt_fix_features().
Michael Chan
1
-3
/
+6
2020-05-10
net: systemport: suppress warnings on failed Rx SKB allocations
Doug Berger
1
-1
/
+2
2020-05-10
net: bcmgenet: suppress warnings on failed Rx SKB allocations
Doug Berger
1
-1
/
+2
2020-04-29
net: bcmgenet: correct per TX/RX ring statistics
Doug Berger
1
-0
/
+3
2020-04-02
bnxt_en: Reset rings if ring reservation fails during open()
Vasundhara Volam
1
-0
/
+4
2020-04-02
bnxt_en: fix memory leaks in bnxt_dcbnl_ieee_getets()
Edwin Peer
1
-5
/
+10
[next]