summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/faraday
AgeCommit message (Expand)AuthorLines
2022-07-13net: ftgmac100: Hold reference returned by of_get_child_by_name()Liang He-1/+14
2022-05-18net: ftgmac100: Disable hardware checksum on AST2600Joel Stanley-0/+5
2022-04-13net: ftgmac100: access hardware register after clock readyDylan Hung-5/+5
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-7/+5
2022-03-07nds32: Remove the architectureAlan Kao-7/+5
2022-02-23drivers/net/ftgmac100: fix DHCP potential failure with systemdHeyi Guo-2/+11
2022-02-23drivers/net/ftgmac100: adjust code place for function call dependencyHeyi Guo-111/+111
2022-02-23drivers/net/ftgmac100: refactor ftgmac100_reset_task to enable direct functio...Heyi Guo-3/+9
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen-4/+10
2021-10-07ethernet: make more use of device_get_ethdev_address()Jakub Kicinski-3/+2
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski-1/+1
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski-3/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski-2/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-2/+2
2021-05-23net: ftgmac100: add missing error return code in ftgmac100_probe()Yang Yingliang-1/+5
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+1
2021-03-24Simplify the code by using module_platform_driver macroZhichao Cai-12/+1
2021-03-12ftgmac100: Restart MAC HW onceDylan Hung-0/+1
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2020-12-04ethernet: select CONFIG_CRC32 as neededArnd Bergmann-0/+1
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+4
2020-11-17net: ftgmac100: Fix crash when removing driverJoel Stanley-0/+4
2020-11-02net: ftgmac100: add handling of mdio/phy nodes for ast2400/2500Ivan Mikhaylov-2/+18
2020-11-02net: ftgmac100: move phy connect out from ftgmac100_setup_mdioIvan Mikhaylov-50/+54
2020-10-16net: ftgmac100: Fix Aspeed ast2600 TX hang issueDylan Hung-0/+13
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-3/+3
2020-04-30net/faraday: Fix unnecessary check in ftmac100_probe()Tang Bin-3/+0
2020-04-01net/faraday: fix grammar in function ftgmac100_setup_clk() in ftgmac100.cHu Haowen-1/+1
2020-03-11ftgmac100: Remove redundant judgementtangbin-3/+0
2020-03-03net/faraday: Delete driver version from the driversLeon Romanovsky-5/+0
2020-01-21net: convert suitable network drivers to use phy_do_ioctlHeiner Kallweit-10/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-1/+1
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn-3/+3
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-13/+12
2019-10-28net: ethernet: ftgmac100: Fix DMA coherency issue with SW checksumBenjamin Herrenschmidt-13/+12
2019-10-11net: ftgmac100: Ungate RCLK for RMII on ASPEED MACsAndrew Jeffery-10/+40
2019-10-10docs: fix some broken referencesMauro Carvalho Chehab-1/+1
2019-08-02net: ftgmac100: Select ASPEED MDIO driver for the AST2600Andrew Jeffery-0/+1
2019-08-02net: ftgmac100: Add support for DT phy-handle propertyAndrew Jeffery-4/+33
2019-07-23ftgmac100: Fix build.David S. Miller-1/+1
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet-56/+6
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner-56/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-03-01drivers: net: Remove unnecessary semicolonYueHaibing-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain-12/+9
2018-11-21net: faraday: ftmac100: remove netif_running(netdev) check before disabling i...Vincent Chen-4/+3
2018-09-26net: faraday: fix return type of ndo_start_xmit functionYueHaibing-5/+6
2018-09-12net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn-14/+3