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
net/mlx5: Fix command bitmask initialization
Shay Drory
1
-2
/
+6
2024-10-17
net/mlx5: Check for invalid vector index on EQ creation
Maher Sanalla
1
-0
/
+6
2024-10-17
net/mlx5: HWS, use lock classes for bwc locks
Cosmin Ratiu
2
-2
/
+19
2024-10-17
net/mlx5: HWS, don't destroy more bwc queue locks than allocated
Cosmin Ratiu
1
-1
/
+1
2024-10-17
net/mlx5: HWS, fixed double free in error flow of definer layout
Yevgeny Kliteynik
1
-2
/
+2
2024-10-17
net/mlx5: HWS, removed wrong access to a number of rules variable
Yevgeny Kliteynik
1
-3
/
+1
2024-10-17
net: ethernet: mtk_eth_soc: fix memory corruption during fq dma init
Felix Fietkau
1
-1
/
+1
2024-10-15
net: ravb: Only advertise Rx/Tx timestamps if hardware supports it
Niklas Söderlund
1
-13
/
+12
2024-10-15
net: microchip: vcap api: Fix memory leaks in vcap_api_encode_rule_test()
Jinjie Ruan
1
-0
/
+2
2024-10-15
net: bcmasp: fix potential memory leak in bcmasp_xmit()
Wang Hai
1
-0
/
+1
2024-10-15
net: systemport: fix potential memory leak in bcm_sysport_xmit()
Wang Hai
1
-0
/
+1
2024-10-15
net: ethernet: rtsn: fix potential memory leak in rtsn_start_xmit()
Wang Hai
1
-0
/
+1
2024-10-15
net: xilinx: axienet: fix potential memory leak in axienet_start_xmit()
Wang Hai
1
-0
/
+2
2024-10-15
net: macb: Avoid 20s boot delay by skipping MDIO bus registration for fixed-l...
Oleksij Rempel
1
-3
/
+11
2024-10-15
net: ethernet: aeroflex: fix potential memory leak in greth_start_xmit_gbit()
Wang Hai
1
-1
/
+2
2024-10-15
octeontx2-af: Fix potential integer overflows on integer shifts
Colin Ian King
1
-2
/
+2
2024-10-15
net: stmmac: dwmac-tegra: Fix link bring-up sequence
Paritosh Dixit
1
-2
/
+12
2024-10-14
net: lan743x: Remove duplicate check
Jinjie Ruan
1
-21
/
+14
2024-10-11
net: enetc: disable NAPI after all rings are disabled
Wei Fang
1
-6
/
+6
2024-10-11
net: enetc: disable Tx BD rings after they are empty
Wei Fang
1
-10
/
+26
2024-10-11
net: enetc: block concurrent XDP transmissions during ring reconfiguration
Wei Fang
2
-0
/
+15
2024-10-11
net: enetc: remove xdp_drops statistic from enetc_xdp_drop()
Wei Fang
1
-1
/
+1
2024-10-11
net: sparx5: fix source port register when mirroring
Daniel Machon
1
-6
/
+6
2024-10-09
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
11
-35
/
+31
2024-10-09
net: fec: don't save PTP state if PTP is unsupported
Wei Fang
1
-2
/
+4
2024-10-09
net: ibm: emac: mal: add dcr_unmap to _remove
Rosen Penev
1
-0
/
+2
2024-10-09
net: ftgmac100: fixed not check status from fixed phy
Jacky Chou
1
-1
/
+6
2024-10-09
net: amd: mvme147: Fix probe banner message
Daniel Palmer
1
-4
/
+3
2024-10-09
net: ti: icssg-prueth: Fix race condition for VLAN table access
MD Danish Anwar
3
-0
/
+5
2024-10-08
net: ibm: emac: mal: fix wrong goto
Rosen Penev
1
-1
/
+1
2024-10-08
e1000e: change I219 (19) devices to ADP
Vitaly Lifshits
2
-4
/
+4
2024-10-08
igb: Do not bring the device up after non-fatal error
Mohamed Khalfella
1
-0
/
+4
2024-10-08
i40e: Fix macvlan leak by synchronizing access to mac_filter_hash
Aleksandr Loktionov
2
-0
/
+3
2024-10-08
ice: Fix increasing MSI-X on VF
Marcin Szycik
3
-5
/
+9
2024-10-08
ice: Flush FDB entries before reset
Wojciech Drewek
3
-22
/
+8
2024-10-08
ice: Fix netif_is_ice() in Safe Mode
Marcin Szycik
1
-1
/
+2
2024-10-08
ice: Fix entering Safe Mode
Marcin Szycik
1
-3
/
+1
2024-10-08
net: ethernet: ti: am65-cpsw: avoid devm_alloc_etherdev, fix module removal
Nicolas Pitre
1
-8
/
+12
2024-10-08
net: ethernet: ti: am65-cpsw: prevent WARN_ON upon module removal
Nicolas Pitre
1
-1
/
+1
2024-10-07
net: airoha: Update tx cpu dma ring idx at the end of xmit loop
Lorenzo Bianconi
1
-4
/
+5
2024-10-07
net: ethernet: adi: adin1110: Fix some error handling path in adin1110_read_f...
Christophe JAILLET
1
-2
/
+2
2024-10-07
Revert "net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabled"
Jakub Kicinski
1
-1
/
+1
2024-10-04
ibmvnic: Inspect header requirements before using scrq direct
Nick Child
1
-2
/
+4
2024-10-03
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
12
-54
/
+120
2024-10-03
sfc: Don't invoke xdp_do_flush() from netpoll.
Sebastian Andrzej Siewior
2
-2
/
+4
2024-10-03
Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
19
-23
/
+132
2024-10-02
net: ethernet: ti: am65-cpsw: Fix forever loop in cleanup code
Dan Carpenter
1
-1
/
+1
2024-10-02
Merge tag 'mlx5-fixes-2024-09-25' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
9
-8
/
+32
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
23
-23
/
+23
2024-10-01
net: stmmac: dwmac4: extend timeout for VLAN Tag register busy bit check
Shenwei Wang
1
-9
/
+9
[prev]
[next]