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
/
mediatek
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-12
net: ethernet: mtk_wed: fix use-after-free panic in mtk_wed_setup_tc_block_cb()
Zheng Zhang
1
-2
/
+4
2024-07-25
net: mediatek: Fix potential NULL pointer dereference in dummy net_device han...
Breno Leitao
1
-2
/
+1
2024-07-23
net: airoha: Fix MBI_RX_AGE_SEL_MASK definition
Lorenzo Bianconi
1
-1
/
+1
2024-07-18
net: airoha: Fix NULL pointer dereference in airoha_qdma_cleanup_rx_queue()
Lorenzo Bianconi
1
-2
/
+1
2024-07-18
net: airoha: fix error branch in airoha_dev_xmit and airoha_set_gdm_ports
Lorenzo Bianconi
1
-4
/
+6
2024-07-14
net: airoha: Introduce ethernet support for EN7581 SoC
Lorenzo Bianconi
3
-1
/
+2740
2024-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+7
2024-07-11
net: ethernet: mtk-star-emac: set mac_managed_pm when probing
Jian Hui Lee
1
-0
/
+7
2024-07-06
net: ethernet: mtk_eth_soc: implement .{get,set}_pauseparam ethtool ops
Daniel Golle
1
-1
/
+17
2024-07-06
net: ethernet: mtk_ppe: Change PPE entries number to 16K
Shengyu Qu
1
-1
/
+1
2024-07-06
net: ethernet: mediatek: Allow gaps in MAC allocation
Daniel Golle
1
-1
/
+1
2024-06-25
net: ethernet: mtk_eth_soc: ppe: prevent ppe update for non-mtk devices
Elad Yifee
1
-1
/
+1
2024-06-13
net: ethernet: mtk_eth_soc: ppe: add support for multiple PPEs
Elad Yifee
3
-45
/
+92
2024-06-05
net: ethernet: mtk_eth_soc: handle dma buffer size soc specific
Frank Wunderlich
2
-36
/
+77
2024-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-115
/
+154
2024-05-11
net: ethernet: mediatek: use ADMAv1 instead of ADMAv2.0 on MT7981 and MT7986
Daniel Golle
1
-23
/
+23
2024-05-11
net: ethernet: mediatek: split tx and rx fields in mtk_soc_data struct
Lorenzo Bianconi
2
-100
/
+139
2024-05-08
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2024-04-24
net: mediatek: mtk_eth_sock: allocate dummy net_device dynamically
Breno Leitao
2
-5
/
+14
2024-04-23
net: ethernet: mtk_eth_soc: flower: validate control flags
Asbjørn Sloth Tønnesen
1
-0
/
+4
2024-04-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+1
2024-04-18
net: ethernet: mtk_eth_soc: fix WED + wifi reset
Felix Fietkau
1
-5
/
+1
2024-04-04
net: ethernet: mtk_eth_soc: Reuse value using READ_ONCE instead of re-rereadi...
linke li
1
-1
/
+1
2024-03-15
net: ethernet: mtk_eth_soc: fix PPE hanging issue
Daniel Golle
1
-7
/
+11
2024-03-15
net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is up
Daniel Golle
1
-4
/
+3
2024-03-05
net: introduce page_frag_cache_drain()
Yunsheng Lin
1
-15
/
+2
2024-01-26
net: ethernet: mtk_eth_soc: set DMA coherent mask to get PPE working
Daniel Golle
1
-1
/
+4
2023-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-0
/
+3
2023-12-21
net: ethernet: mtk_wed: fix possible NULL pointer dereference in mtk_wed_wo_q...
Lorenzo Bianconi
1
-0
/
+3
2023-11-21
net: ethernet: mtk_wed: add support for devices with more than 4GB of dram
Lorenzo Bianconi
3
-5
/
+11
2023-11-19
net: ethernet: mtk_wed: rely on __dev_alloc_page in mtk_wed_tx_buffer_alloc
Lorenzo Bianconi
1
-1
/
+1
2023-10-25
net: ethernet: mtk_wed: remove wo pointer in wo_r32/wo_w32 signature
Lorenzo Bianconi
1
-6
/
+6
2023-10-25
net: ethernet: mtk_wed: fix firmware loading for MT7986 SoC
Lorenzo Bianconi
1
-23
/
+25
2023-10-24
net: dsa: Use conduit and user terms
Florian Fainelli
2
-2
/
+2
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2023-10-05
net: ethernet: mediatek: disable irq before schedule napi
Christian Marangi
1
-2
/
+2
2023-10-03
net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().
Sebastian Andrzej Siewior
1
-1
/
+1
2023-09-20
net: ethernet: mediatek: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-19
net: ethernet: mtk_wed: add wed 3.0 reset support
Sujuan Chen
2
-10
/
+339
2023-09-19
net: ethernet: mtk_wed: debugfs: add WED 3.0 debugfs entries
Sujuan Chen
1
-2
/
+369
2023-09-19
net: ethernet: mtk_wed: debugfs: move wed_v2 specific regs out of regs array
Lorenzo Bianconi
1
-15
/
+18
2023-09-19
net: ethernet: mtk_wed: introduce hw_rro support for MT7988
Sujuan Chen
1
-2
/
+297
2023-09-19
net: ethernet: mtk_wed: introduce partial AMSDU offload support for MT7988
Sujuan Chen
6
-28
/
+235
2023-09-19
net: ethernet: mtk_wed: refactor mtk_wed_check_wfdma_rx_fill routine
Lorenzo Bianconi
1
-17
/
+27
2023-09-19
net: ethernet: mtk_wed: introduce WED support for MT7988
Sujuan Chen
8
-138
/
+597
2023-09-19
net: ethernet: mtk_wed: add mtk_wed_soc_data structure
Lorenzo Bianconi
3
-32
/
+51
2023-09-19
net: ethernet: mtk_wed: fix EXT_INT_STATUS_RX_FBUF definitions for MT7986 SoC
Lorenzo Bianconi
1
-2
/
+2
2023-09-19
net: ethernet: mtk_wed: make memory region optional
Lorenzo Bianconi
1
-10
/
+13
2023-09-19
net: ethernet: mtk_wed: move mem_region array out of mtk_wed_mcu_load_firmware
Lorenzo Bianconi
2
-20
/
+18
2023-09-19
net: ethernet: mtk_wed: introduce mtk_wed_buf structure
Lorenzo Bianconi
1
-6
/
+6
[next]