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
/
mediatek
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-03
dim: pass dim_sample to net_dim() by reference
Caleb Sander Mateos
1
-2
/
+2
2024-11-03
net: airoha: Simplify Tx napi logic
Lorenzo Bianconi
1
-32
/
+41
2024-11-03
net: airoha: Read completion queue data in airoha_qdma_tx_napi_poll()
Lorenzo Bianconi
1
-18
/
+13
2024-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2024-10-31
net: ethernet: mtk_wed: fix path of MT7988 WO firmware
Daniel Golle
1
-2
/
+2
2024-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+1
2024-10-20
net: airoha: Reset BQL stopping the netdevice
Lorenzo Bianconi
1
-1
/
+9
2024-10-18
net: airoha: Fix typo in REG_CDM2_FWD_CFG configuration
Lorenzo Bianconi
1
-1
/
+2
2024-10-17
net: ethernet: mtk_eth_soc: fix memory corruption during fq dma init
Felix Fietkau
1
-1
/
+1
2024-10-15
net: airoha: Implement BQL support
Lorenzo Bianconi
1
-2
/
+6
2024-10-15
net: mtk_eth_soc: use ethtool_puts
Rosen Penev
1
-4
/
+2
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+5
2024-10-10
net: airoha: Fix EGRESS_RATE_METER_EN_MASK definition
Lorenzo Bianconi
1
-1
/
+1
2024-10-08
net: airoha: Update tx cpu dma ring idx at the end of xmit loop
Lorenzo Bianconi
1
-4
/
+5
2024-10-05
net: ethernet: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2
-2
/
+2
2024-10-04
net: airoha: fix PSE memory configuration in airoha_fe_pse_ports_init()
Lorenzo Bianconi
1
-2
/
+4
2024-10-04
net: airoha: read default PSE reserved pages value before updating
Lorenzo Bianconi
1
-4
/
+10
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-08-28
net: airoha: fix module autoloading
Liao Chen
1
-0
/
+1
2024-08-22
net: airoha: configure hw mac address according to the port id
Lorenzo Bianconi
1
-9
/
+23
2024-08-16
net: ethernet: mtk_eth_soc: Use ipv6_addr_{cpu_to_be32,be32_to_cpu} helpers
Simon Horman
2
-9
/
+10
2024-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+4
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-08-06
net: airoha: honor reset return value in airoha_hw_init()
Lorenzo Bianconi
1
-4
/
+12
2024-08-03
net: airoha: Link the gdm port to the selected qdma controller
Lorenzo Bianconi
1
-18
/
+19
2024-08-03
net: airoha: Start all qdma NAPIs in airoha_probe()
Lorenzo Bianconi
1
-3
/
+4
2024-08-03
net: airoha: Allow mapping IO region for multiple qdma controllers
Lorenzo Bianconi
1
-24
/
+32
2024-08-03
net: airoha: Use qdma pointer as private structure in airoha_irq_handler routine
Lorenzo Bianconi
1
-4
/
+3
2024-08-03
net: airoha: Add airoha_qdma pointer in airoha_tx_irq_queue/airoha_queue stru...
Lorenzo Bianconi
1
-43
/
+41
2024-08-03
net: airoha: Move irq_mask in airoha_qdma structure
Lorenzo Bianconi
1
-42
/
+42
2024-08-03
net: airoha: Move airoha_queues in airoha_qdma
Lorenzo Bianconi
1
-61
/
+65
2024-08-03
net: airoha: Introduce airoha_qdma struct
Lorenzo Bianconi
1
-85
/
+112
2024-08-01
net: ethernet: mtk_eth_soc: drop clocks unused by Ethernet driver
Daniel Golle
1
-14
/
+0
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
[next]