index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-17
i40e: Fix macvlan leak by synchronizing access to mac_filter_hash
Aleksandr Loktionov
2
-0
/
+3
2024-10-17
ice: Fix increasing MSI-X on VF
Marcin Szycik
3
-5
/
+9
2024-10-17
ice: Flush FDB entries before reset
Wojciech Drewek
3
-22
/
+8
2024-10-17
ice: Fix netif_is_ice() in Safe Mode
Marcin Szycik
1
-1
/
+2
2024-10-17
ice: Fix entering Safe Mode
Marcin Szycik
1
-3
/
+1
2024-10-17
net: ethernet: adi: adin1110: Fix some error handling path in adin1110_read_f...
Christophe JAILLET
1
-2
/
+2
2024-10-17
Revert "net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabled"
Jakub Kicinski
1
-1
/
+1
2024-10-17
sfc: Don't invoke xdp_do_flush() from netpoll.
Sebastian Andrzej Siewior
2
-2
/
+4
2024-10-17
ice: fix VLAN replay after reset
Dave Ertman
1
-2
/
+0
2024-10-17
ice: disallow DPLL_PIN_STATE_SELECTABLE for dpll output pins
Arkadiusz Kubalewski
1
-0
/
+2
2024-10-17
ice: fix memleak in ice_init_tx_topology()
Przemek Kitszel
3
-39
/
+31
2024-10-17
ice: clear port vlan config during reset
Michal Swiatkowski
3
-0
/
+65
2024-10-17
ice: set correct dst VSI in only LAN filters
Michal Swiatkowski
1
-0
/
+11
2024-10-17
net: fec: don't save PTP state if PTP is unsupported
Wei Fang
1
-2
/
+4
2024-10-10
r8169: add tally counter fields added with RTL8125
Heiner Kallweit
1
-0
/
+27
2024-10-10
r8169: Fix spelling mistake: "tx_underun" -> "tx_underrun"
Colin Ian King
1
-2
/
+2
2024-10-10
net: stmmac: Fix zero-division error when disabling tc cbs
KhaiWenTan
1
-0
/
+1
2024-10-10
nfp: Use IRQF_NO_AUTOEN flag in request_irq()
Jinjie Ruan
1
-3
/
+2
2024-10-10
net: atlantic: Avoid warning about potential string truncation
Simon Horman
1
-2
/
+2
2024-10-10
bnxt_en: Extend maximum length of version string by 1 byte
Simon Horman
1
-1
/
+1
2024-10-10
net: mvpp2: Increase size of queue_name buffer
Simon Horman
1
-1
/
+1
2024-10-10
net: hisilicon: hns_mdio: fix OF node leak in probe()
Krzysztof Kozlowski
1
-0
/
+1
2024-10-10
net: hisilicon: hns_dsaf_mac: fix OF node leak in hns_mac_get_info()
Krzysztof Kozlowski
1
-0
/
+1
2024-10-10
net: hisilicon: hip04: fix OF node leak in probe()
Krzysztof Kozlowski
1
-0
/
+1
2024-10-10
ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sc...
Aleksandr Mishin
1
-4
/
+2
2024-10-10
e1000e: avoid failing the system during pm_suspend
Vitaly Lifshits
1
-8
/
+11
2024-10-10
net: stmmac: dwmac4: extend timeout for VLAN Tag register busy bit check
Shenwei Wang
1
-9
/
+9
2024-10-10
net: fec: Reload PTP registers after link-state change
Csókás, Bence
2
-0
/
+23
2024-10-10
net: fec: Restart PPS after link state change
Csókás, Bence
3
-1
/
+46
2024-10-10
net: ethernet: lantiq_etop: fix memory disclosure
Aleksander Jan Bajkowski
1
-1
/
+3
2024-10-10
net/mlx5e: Fix crash caused by calling __xfrm_state_delete() twice
Jianbo Liu
1
-1
/
+7
2024-10-10
net/mlx5e: SHAMPO, Fix overflow of hd_per_wq
Dragos Tatulea
1
-1
/
+1
2024-10-10
net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc()
Elena Salomatkina
1
-0
/
+3
2024-10-10
net/mlx5: Added cond_resched() to crdump collection
Mohamed Khalfella
1
-0
/
+10
2024-10-10
net/mlx5: Fix error path in multi-packet WQE transmit
Gerd Bayer
1
-1
/
+0
2024-10-10
net: sparx5: Fix invalid timestamps
Aakash Menon
1
-1
/
+5
2024-10-04
idpf: fix netdev Tx queue stop/wake
Michal Kubiak
3
-27
/
+21
2024-10-04
net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabled
Furong Xu
1
-1
/
+1
2024-10-04
net: ravb: Fix R-Car RX frame size limit
Paul Barker
1
-2
/
+10
2024-10-04
net: ravb: Fix maximum TX frame size for GbEth devices
Paul Barker
2
-1
/
+6
2024-10-04
net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Cond...
Kaixin Wang
1
-0
/
+2
2024-10-04
net: xilinx: axienet: Fix packet counting
Sean Anderson
1
-9
/
+14
2024-10-04
net: xilinx: axienet: Schedule NAPI in two steps
Sean Anderson
1
-6
/
+8
2024-10-04
fbnic: Set napi irq value after calling netif_napi_add
Brett Creeley
1
-4
/
+4
2024-10-04
r8169: disable ALDPS per default for RTL8125
Heiner Kallweit
1
-0
/
+2
2024-10-04
net: enetc: Use IRQF_NO_AUTOEN flag in request_irq()
Jinjie Ruan
1
-2
/
+1
2024-10-04
net: stmmac: dwmac-loongson: Init ref and PTP clocks rate
Yanteng Si
1
-0
/
+3
2024-10-04
eth: fbnic: select DEVLINK and PAGE_POOL
Simon Horman
1
-0
/
+2
2024-09-11
net: dpaa: Pad packets to ETH_ZLEN
Sean Anderson
1
-1
/
+8
2024-09-11
net: libwx: fix number of Rx and Tx descriptors
Jiawen Wu
1
-3
/
+3
[prev]
[next]