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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-21
Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
18
-94
/
+150
2022-10-20
net: hns: fix possible memory leak in hnae_ae_register()
Yang Yingliang
1
-1
/
+3
2022-10-20
sfc: include vport_id in filter spec hash and equal()
Pieter Jansen van Vuuren
2
-7
/
+7
2022-10-19
ethernet: marvell: octeontx2 Fix resource not freed after malloc
Manank Patel
1
-0
/
+2
2022-10-19
ionic: catch NULL pointer issue on reconfig
Brett Creeley
1
-4
/
+8
2022-10-19
bnxt_en: fix memory leak in bnxt_nvm_test()
Vikas Gupta
1
-5
/
+6
2022-10-17
net: ethernet: mediatek: ppe: Remove the unused function mtk_foe_entry_usable()
Jiapeng Chong
1
-6
/
+0
2022-10-17
net: ethernet: mtk_eth_wed: add missing of_node_put()
Yang Yingliang
1
-1
/
+4
2022-10-17
net: ethernet: mtk_eth_wed: add missing put_device() in mtk_wed_add_hw()
Yang Yingliang
1
-2
/
+8
2022-10-17
net: ethernet: mtk_eth_soc: fix possible memory leak in mtk_probe()
Yang Yingliang
1
-5
/
+12
2022-10-17
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-12
/
+11
2022-10-15
net: stmmac: Enable mac_managed_pm phylink config
Shenwei Wang
1
-0
/
+1
2022-10-15
sunhme: Uninitialized variable in happy_meal_init()
Dan Carpenter
1
-1
/
+1
2022-10-15
sfc: Change VF mac via PF as first preference if available.
Jonathan Cooper
1
-34
/
+24
2022-10-14
i40e: Fix DMA mappings leak
Jan Sokolowski
6
-28
/
+74
2022-10-13
Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
18
-44
/
+47
2022-10-13
sunhme: fix an IS_ERR() vs NULL check in probe
Dan Carpenter
1
-2
/
+2
2022-10-13
net: marvell: prestera: fix a couple NULL vs IS_ERR() checks
Dan Carpenter
1
-3
/
+3
2022-10-12
net/mlx5: Make ASO poll CQ usable in atomic context
Leon Romanovsky
4
-13
/
+11
2022-10-12
net: ethernet: ti: am65-cpsw: set correct devlink flavour for unused ports
Matthias Schiffer
1
-1
/
+4
2022-10-12
treewide: use get_random_bytes() when possible
Jason A. Donenfeld
2
-2
/
+2
2022-10-12
treewide: use get_random_u32() when possible
Jason A. Donenfeld
3
-5
/
+5
2022-10-12
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-10-12
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2
-4
/
+3
2022-10-11
nfp: flower: fix incorrect struct type in GRE key_size
Louis Peens
1
-2
/
+2
2022-10-11
net: systemport: Enable all RX descriptors for SYSTEMPORT Lite
Florian Fainelli
1
-1
/
+1
2022-10-11
net: prestera: span: do not unbind things things that were never bound
Maksym Glubokiy
1
-1
/
+4
2022-10-10
octeontx2-pf: mcs: fix possible memory leak in otx2_probe()
Yang Yingliang
1
-1
/
+3
2022-10-09
octeontx2-af: cn10k: mcs: Fix error return code in mcs_register_interrupts()
Yang Yingliang
1
-1
/
+3
2022-10-09
octeontx2-pf: mcs: fix missing unlock in some error paths
Yang Yingliang
1
-2
/
+3
2022-10-07
net: ethernet: bgmac: Remove -Warray-bounds exception
Kees Cook
1
-5
/
+0
2022-10-07
net: ethernet: mediatek: Remove -Warray-bounds exception
Kees Cook
1
-5
/
+0
2022-10-07
prestera: matchall: do not rollback if rule exists
Serhiy Boiko
1
-0
/
+2
2022-10-07
net: enetc: Remove duplicated include in enetc_qos.c
Yang Li
1
-1
/
+0
2022-10-07
octeontx2-pf: mcs: remove unneeded semicolon
Yang Li
1
-1
/
+1
2022-10-06
Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2022-10-06
net: ethernet: adi: adin1110: Add check in netdev_event
Alexandru Tachici
1
-5
/
+8
2022-10-05
Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+1
2022-10-04
Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
661
-9432
/
+33731
2022-10-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
13
-13
/
+52
2022-10-04
net: marvell: prestera: Propagate nh state from hw to kernel
Yevhen Orlov
2
-0
/
+114
2022-10-04
net: marvell: prestera: Add neighbour cache accounting
Yevhen Orlov
2
-3
/
+797
2022-10-04
net: marvell: prestera: add stub handler neighbour events
Yevhen Orlov
2
-0
/
+60
2022-10-04
net: marvell: prestera: Add heplers to interact with fib_notifier_info
Yevhen Orlov
1
-34
/
+65
2022-10-04
net: marvell: prestera: Add length macros for prestera_ip_addr
Yevhen Orlov
1
-0
/
+2
2022-10-04
net: marvell: prestera: add delayed wq and flush wq on deinit
Yevhen Orlov
3
-0
/
+14
2022-10-04
net: marvell: prestera: Add strict cleanup of fib arbiter
Yevhen Orlov
1
-1
/
+41
2022-10-04
net: marvell: prestera: Add cleanup of allocated fib_nodes
Yevhen Orlov
1
-0
/
+12
2022-10-04
net: marvell: prestera: Add router nexthops ABI
Yevhen Orlov
6
-8
/
+582
2022-10-04
eth: octeon: fix build after netif_napi_add() changes
Jakub Kicinski
1
-2
/
+2
[next]