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.17.y
linux-6.18.y
linux-6.19.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-7.0.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
/
faraday
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-01
net: ftgmac100: fix ring allocation unwind on open failure
Yufan Chen
1
-4
/
+24
2026-02-10
net: ftgmac100: Use devm_mdiobus_alloc/devm_of_mdiobus_register
Jacky Chou
1
-22
/
+4
2026-02-10
net: ftgmac100: Fix wrong netif_napi_del in release
Andrew Lunn
1
-2
/
+0
2026-02-10
net: ftgmac100: Simplify condition on HW arbitration
Andrew Lunn
1
-5
/
+5
2026-02-10
net: ftgmac100: Remove redundant PHY_POLL
Andrew Lunn
1
-4
/
+1
2026-02-10
net: ftgmac100: Move DT probe into a helper
Andrew Lunn
1
-33
/
+54
2026-02-10
net: ftgmac100: Simplify legacy MDIO setup
Andrew Lunn
1
-2
/
+0
2026-02-10
net: ftgmac100: Always register the MDIO bus when it exists
Andrew Lunn
1
-25
/
+20
2026-02-10
net: ftgmac100: Move NCSI probe code into a helper
Andrew Lunn
1
-27
/
+45
2026-02-10
net: ftgmac100: Simplify error handling for ftgmac100_initial_mac
Andrew Lunn
1
-1
/
+1
2026-02-10
net: ftgmac100: Use devm_clk_get_enabled
Andrew Lunn
1
-18
/
+6
2026-02-10
net: ftgmac100: Use devm_request_memory_region/devm_ioremap
Andrew Lunn
1
-14
/
+6
2026-02-10
net: ftgmac100: Use devm_alloc_etherdev()
Andrew Lunn
1
-8
/
+3
2026-02-10
net: ftgmac100: Replace all of_device_is_compatible()
Andrew Lunn
1
-10
/
+10
2026-02-10
net: ftgmac100: Add match data containing MAC ID
Andrew Lunn
1
-5
/
+50
2026-02-10
net: ftgmac100: List all compatibles
Andrew Lunn
1
-0
/
+3
2025-08-06
net: ftgmac100: fix potential NULL pointer access in ftgmac100_phy_disconnect
Heiner Kallweit
1
-3
/
+4
2025-07-25
net: Fix typos
Bjorn Helgaas
1
-1
/
+1
2025-07-11
net: ftgmac100: Add optional reset control for RMII mode on Aspeed SoCs
Jacky Chou
1
-0
/
+26
2025-06-19
net: ftgmac100: select FIXED_PHY
Heiner Kallweit
1
-0
/
+1
2025-05-21
net: phy: fixed_phy: remove irq argument from fixed_phy_register
Heiner Kallweit
1
-1
/
+1
2024-10-30
net: ftgmac100: refactor getting phy device handle
Jacky Chou
1
-23
/
+5
2024-10-20
net: ftgmac100: correct the phy interface of NC-SI mode
Jacky Chou
1
-1
/
+1
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+6
2024-10-10
net: ftgmac100: fixed not check status from fixed phy
Jacky Chou
1
-1
/
+6
2024-10-05
net: ethernet: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2
-2
/
+2
2024-09-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-09-10
net: ftgmac100: Enable TX interrupt to avoid TX timeout
Jacky Chou
1
-1
/
+1
2024-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+18
2024-08-29
net: ftgmac100: Get link speed and duplex for NC-SI
Jacky Chou
1
-2
/
+26
2024-08-26
net: ftgmac100: Ensure tx descriptor updates are visible
Jacky Chou
1
-8
/
+18
2024-05-08
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2023-09-20
net: ethernet: faraday: Convert to platform remove callback returning void
Uwe Kleine-König
2
-6
/
+4
2023-08-11
net: ftmac100: add multicast filtering possibility
Sergei Antonov
1
-5
/
+45
2023-07-18
net: ftgmac100: support getting MAC address from NVMEM
Paul Fertser
1
-4
/
+12
2023-01-18
net: ftmac100: handle netdev flags IFF_PROMISC and IFF_ALLMULTI
Sergei Antonov
1
-0
/
+6
2022-11-01
net: ftmac100: allow increasing MTU to make most use of single-segment buffers
Sergei Antonov
1
-2
/
+31
2022-11-01
net: ftmac100: report the correct maximum MTU of 1500
Vladimir Oltean
1
-1
/
+2
2022-11-01
net: ftmac100: prepare data path for receiving single segment packets > 1514
Vladimir Oltean
1
-17
/
+12
2022-09-29
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2
-2
/
+2
2022-09-15
net: ftgmac100: support fixed link
Tao Ren
1
-0
/
+24
2022-09-06
net: ftmac100: fix endianness-related issues from 'sparse'
Sergei Antonov
1
-6
/
+6
2022-09-01
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2
-4
/
+4
2022-08-27
net: ftmac100: add an opportunity to get ethaddr from the platform
Sergei Antonov
1
-0
/
+5
2022-08-24
net: ftmac100: set max_mtu to allow DSA overhead setting
Sergei Antonov
1
-0
/
+1
2022-07-13
net: ftgmac100: Hold reference returned by of_get_child_by_name()
Liang He
1
-1
/
+14
2022-05-18
net: ftgmac100: Disable hardware checksum on AST2600
Joel Stanley
1
-0
/
+5
2022-04-13
net: ftgmac100: access hardware register after clock ready
Dylan Hung
1
-5
/
+5
2022-03-24
Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+5
2022-03-07
nds32: Remove the architecture
Alan Kao
1
-7
/
+5
[next]