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
/
mtk_star_emac.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-08
net: ethernet: mtk-star-emac: disable napi when connect and start PHY failed ...
Zhengchao Shao
1
-0
/
+2
2022-09-29
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-2
/
+1
2022-09-01
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-07-08
eth: mtk: switch to netif_napi_add_tx()
Jakub Kicinski
1
-2
/
+1
2022-06-29
net: ethernet: mtk-star-emac: enable half duplex hardware support
Biao Huang
1
-18
/
+12
2022-06-29
net: ethernet: mtk-star-emac: separate tx/rx handling with two NAPIs
Biao Huang
1
-141
/
+199
2022-06-29
net: ethernet: mtk-star-emac: add support for MII interface
Biao Huang
1
-1
/
+11
2022-06-29
net: ethernet: mtk-star-emac: add timing adjustment support
Biao Huang
1
-0
/
+33
2022-06-29
net: ethernet: mtk-star-emac: add clock pad selection for RMII
Biao Huang
1
-2
/
+17
2022-06-29
net: ethernet: mtk-star-emac: add support for MT8365 SoC
Biao Huang
1
-11
/
+64
2022-06-29
net: ethernet: mtk-star-emac: modify IRQ trigger flags
Biao Huang
1
-1
/
+1
2022-06-29
net: ethernet: mtk-star-emac: store bit_clk_div in compat structure
Biao Huang
1
-4
/
+19
2022-04-29
eth: remove copies of the NAPI_POLL_WEIGHT define
Jakub Kicinski
1
-2
/
+1
2022-01-27
net: ethernet: mtk_star_emac: fix unused variable
Lorenzo Bianconi
1
-0
/
+2
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
1
-1
/
+1
2021-10-08
ethernet: use platform_get_ethdev_address()
Jakub Kicinski
1
-1
/
+1
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-03-03
net: ethernet: mtk-star-emac: fix wrong unmap in RX handling
Biao Huang
1
-2
/
+3
2020-11-13
net: ethernet: mtk-star-emac: fix error return code in mtk_star_enable()
Zhang Changzhong
1
-0
/
+1
2020-11-13
net: ethernet: mtk-star-emac: return ok when xmit drops
Vincent Stehlé
1
-1
/
+1
2020-07-01
net: ethernet: mtk-star-emac: use devm_of_mdiobus_register()
Bartosz Golaszewski
1
-12
/
+1
2020-06-15
net: ethernet: mtk-star-emac: simplify interrupt handling
Bartosz Golaszewski
1
-89
/
+29
2020-06-01
net: ethernet: mtk-star-emac: use regmap bitops
Bartosz Golaszewski
1
-45
/
+35
2020-05-29
net: ethernet: mtk-star-emac: remove unused variable
Bartosz Golaszewski
1
-3
/
+0
2020-05-27
mtk-star-emac: mark PM functions as __maybe_unused
Arnd Bergmann
1
-2
/
+2
2020-05-27
net: ethernet: mtk-star-emac: fix error path in RX handling
Bartosz Golaszewski
1
-1
/
+2
2020-05-24
net: ethernet: mtk_star_emac: use devm_register_netdev()
Bartosz Golaszewski
1
-16
/
+1
2020-05-23
net: ethernet: mtk-star-emac: new driver
Bartosz Golaszewski
1
-0
/
+1678