index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
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
2025-05-29
driver: net: ethernet: mtk_star_emac: fix suspend/resume issue
Yanqing Wang
2025-04-25
net: ethernet: mtk-star-emac: rearm interrupts in rx_poll only when advised
Louis-Alexis Eyraud
2025-04-25
net: ethernet: mtk-star-emac: fix spinlock recursion issues on rx/tx poll
Louis-Alexis Eyraud
2025-02-07
net: ethernet: mtk-star-emac: Use of_get_available_child_by_name()
Biju Das
2024-07-11
net: ethernet: mtk-star-emac: set mac_managed_pm when probing
Jian Hui Lee
2023-07-27
net: Explicitly include correct DT includes
Rob Herring
2023-01-20
net: Remove C45 check in C22 only MDIO bus drivers
Andrew Lunn
2022-11-08
net: ethernet: mtk-star-emac: disable napi when connect and start PHY failed ...
Zhengchao Shao
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-07-08
eth: mtk: switch to netif_napi_add_tx()
Jakub Kicinski
2022-06-29
net: ethernet: mtk-star-emac: enable half duplex hardware support
Biao Huang
2022-06-29
net: ethernet: mtk-star-emac: separate tx/rx handling with two NAPIs
Biao Huang
2022-06-29
net: ethernet: mtk-star-emac: add support for MII interface
Biao Huang
2022-06-29
net: ethernet: mtk-star-emac: add timing adjustment support
Biao Huang
2022-06-29
net: ethernet: mtk-star-emac: add clock pad selection for RMII
Biao Huang
2022-06-29
net: ethernet: mtk-star-emac: add support for MT8365 SoC
Biao Huang
2022-06-29
net: ethernet: mtk-star-emac: modify IRQ trigger flags
Biao Huang
2022-06-29
net: ethernet: mtk-star-emac: store bit_clk_div in compat structure
Biao Huang
2022-04-29
eth: remove copies of the NAPI_POLL_WEIGHT define
Jakub Kicinski
2022-01-27
net: ethernet: mtk_star_emac: fix unused variable
Lorenzo Bianconi
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
2021-10-08
ethernet: use platform_get_ethdev_address()
Jakub Kicinski
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-03-02
net: ethernet: mtk-star-emac: fix wrong unmap in RX handling
Biao Huang
2020-11-12
net: ethernet: mtk-star-emac: fix error return code in mtk_star_enable()
Zhang Changzhong
2020-11-12
net: ethernet: mtk-star-emac: return ok when xmit drops
Vincent Stehlé
2020-06-30
net: ethernet: mtk-star-emac: use devm_of_mdiobus_register()
Bartosz Golaszewski
2020-06-15
net: ethernet: mtk-star-emac: simplify interrupt handling
Bartosz Golaszewski
2020-06-01
net: ethernet: mtk-star-emac: use regmap bitops
Bartosz Golaszewski
2020-05-29
net: ethernet: mtk-star-emac: remove unused variable
Bartosz Golaszewski
2020-05-27
mtk-star-emac: mark PM functions as __maybe_unused
Arnd Bergmann
2020-05-27
net: ethernet: mtk-star-emac: fix error path in RX handling
Bartosz Golaszewski
2020-05-23
net: ethernet: mtk_star_emac: use devm_register_netdev()
Bartosz Golaszewski
2020-05-22
net: ethernet: mtk-star-emac: new driver
Bartosz Golaszewski