summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/faraday
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* ftgmac100: return error in ftgmac100_alloc_rx_bufJoel Stanley2017-07-251-2/+2
* ftgmac100: Make the MDIO bus a child of the ethernet deviceBenjamin Herrenschmidt2017-07-241-0/+1
* ftgmac100: Increase reset timeoutBenjamin Herrenschmidt2017-07-241-1/+1
* net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com2017-06-051-1/+4
* net: ethernet: faraday: To support device tree usage.Greentime Hu2017-05-181-0/+7
* ftgmac100: Fix potential ordering issue in NAPI pollBenjamin Herrenschmidt2017-04-181-0/+7
* ftgmac100: Display the discovered PHY device infoBenjamin Herrenschmidt2017-04-181-0/+3
* ftgmac100: Allow configuration of phy interface via device-treeBenjamin Herrenschmidt2017-04-181-3/+39
* ftgmac100: Add netpoll supportBenjamin Herrenschmidt2017-04-181-0/+14
* ftgmac100: Add vlan HW offloadBenjamin Herrenschmidt2017-04-181-1/+45
* ftgmac100: Add ndo_set_rx_mode() and support for multicast & promiscBenjamin Herrenschmidt2017-04-181-0/+52
* ftgmac100: Add pause frames configuration and supportBenjamin Herrenschmidt2017-04-182-1/+102
* ftgmac100: Add ethtool n-way reset callBenjamin Herrenschmidt2017-04-181-7/+1
* ftgmac100: Set default ring sizes to 128 entriesBenjamin Herrenschmidt2017-04-121-2/+2
* ftgmac100: Make ring sizes configurable via ethtoolBenjamin Herrenschmidt2017-04-121-56/+148
* ftgmac100: Add more register inits in ftgmac100_init_hw()Benjamin Herrenschmidt2017-04-121-0/+36