summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/faraday
Commit message (Expand)AuthorAgeFilesLines
* ethernet: make more use of device_get_ethdev_address()Jakub Kicinski2021-10-071-3/+2
* eth: fwnode: remove the addr len from mac helpersJakub Kicinski2021-10-071-1/+1
* eth: fwnode: change the return type of mac address helpersJakub Kicinski2021-10-071-3/+1
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-2/+2
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-272-2/+2
* net: ftgmac100: add missing error return code in ftgmac100_probe()Yang Yingliang2021-05-231-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-0/+1
|\
| * ftgmac100: Restart MAC HW onceDylan Hung2021-03-121-0/+1
* | Simplify the code by using module_platform_driver macroZhichao Cai2021-03-241-12/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-0/+1
|\
| * ethernet: select CONFIG_CRC32 as neededArnd Bergmann2020-12-041-0/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-191-0/+4
|\|
| * net: ftgmac100: Fix crash when removing driverJoel Stanley2020-11-171-0/+4
* | net: ftgmac100: add handling of mdio/phy nodes for ast2400/2500Ivan Mikhaylov2020-11-021-2/+18
* | net: ftgmac100: move phy connect out from ftgmac100_setup_mdioIvan Mikhaylov2020-11-021-50/+54
|/
* net: ftgmac100: Fix Aspeed ast2600 TX hang issueDylan Hung2020-10-162-0/+13
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* net/faraday: Fix unnecessary check in ftmac100_probe()Tang Bin2020-04-301-3/+0
* net/faraday: fix grammar in function ftgmac100_setup_clk() in ftgmac100.cHu Haowen2020-04-011-1/+1
* ftgmac100: Remove redundant judgementtangbin2020-03-111-3/+0
* net/faraday: Delete driver version from the driversLeon Romanovsky2020-03-032-5/+0
* net: convert suitable network drivers to use phy_do_ioctlHeiner Kallweit2020-01-211-10/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds2019-12-021-1/+1
|\
| * docs: fix some broken referencesMauro Carvalho Chehab2019-10-101-1/+1
* | net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-13/+12
|\ \
| * | net: ethernet: ftgmac100: Fix DMA coherency issue with SW checksumBenjamin Herrenschmidt2019-10-281-13/+12
| |/
* / net: ftgmac100: Ungate RCLK for RMII on ASPEED MACsAndrew Jeffery2019-10-111-10/+40
|/
* net: ftgmac100: Select ASPEED MDIO driver for the AST2600Andrew Jeffery2019-08-021-0/+1
* net: ftgmac100: Add support for DT phy-handle propertyAndrew Jeffery2019-08-021-4/+33
* ftgmac100: Fix build.David S. Miller2019-07-231-1/+1
* Merge tag 'v5.2-rc4' into mauroJonathan Corbet2019-06-146-56/+6
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-244-56/+4
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* | docs: fix broken documentation linksMauro Carvalho Chehab2019-06-081-1/+1
|/
* drivers: net: Remove unnecessary semicolonYueHaibing2019-03-011-1/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-082-12/+9
* net: faraday: ftmac100: remove netif_running(netdev) check before disabling i...Vincent Chen2018-11-211-4/+3
* net: faraday: fix return type of ndo_start_xmit functionYueHaibing2018-09-262-5/+6
* net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn2018-09-121-14/+3
* net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn2018-09-121-2/+1
* headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* net/ncsi: Silence debug messagesJoel Stanley2018-06-201-2/+2
* net: faraday add nds32 support.Greentime Hu2018-02-221-3/+5
* net: faraday: ftmac100: Use BUG_ON instead of if condition followed by BUG.Gustavo A. R. Silva2017-10-271-2/+3
* net: ftgmac100: Request clock and set speedJoel Stanley2017-10-181-0/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-1/+0
|\
| * net: ftgmac100: Fix oops in probe on failure to find associated PHYAndrew Jeffery2017-08-221-1/+0
* | ftgmac100: Support NCSI VLAN filtering when availableSamuel Mendoza-Jonas2017-08-281-0/+5
|/