aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/faraday
AgeCommit message (Expand)Author
2020-04-01net/faraday: fix grammar in function ftgmac100_setup_clk() in ftgmac100.cHu Haowen
2020-03-11ftgmac100: Remove redundant judgementtangbin
2020-03-03net/faraday: Delete driver version from the driversLeon Romanovsky
2020-01-21net: convert suitable network drivers to use phy_do_ioctlHeiner Kallweit
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-28net: ethernet: ftgmac100: Fix DMA coherency issue with SW checksumBenjamin Herrenschmidt
2019-10-11net: ftgmac100: Ungate RCLK for RMII on ASPEED MACsAndrew Jeffery
2019-10-10docs: fix some broken referencesMauro Carvalho Chehab
2019-08-02net: ftgmac100: Select ASPEED MDIO driver for the AST2600Andrew Jeffery
2019-08-02net: ftgmac100: Add support for DT phy-handle propertyAndrew Jeffery
2019-07-23ftgmac100: Fix build.David S. Miller
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-03-01drivers: net: Remove unnecessary semicolonYueHaibing
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-11-21net: faraday: ftmac100: remove netif_running(netdev) check before disabling i...Vincent Chen
2018-09-26net: faraday: fix return type of ndo_start_xmit functionYueHaibing
2018-09-12net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap
2018-06-20net/ncsi: Silence debug messagesJoel Stanley
2018-02-22net: faraday add nds32 support.Greentime Hu
2017-10-27net: faraday: ftmac100: Use BUG_ON instead of if condition followed by BUG.Gustavo A. R. Silva
2017-10-18net: ftgmac100: Request clock and set speedJoel Stanley
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-28ftgmac100: Support NCSI VLAN filtering when availableSamuel Mendoza-Jonas
2017-08-22net: ftgmac100: Fix oops in probe on failure to find associated PHYAndrew Jeffery
2017-07-25ftgmac100: return error in ftgmac100_alloc_rx_bufJoel Stanley
2017-07-24ftgmac100: Make the MDIO bus a child of the ethernet deviceBenjamin Herrenschmidt
2017-07-24ftgmac100: Increase reset timeoutBenjamin Herrenschmidt
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com
2017-05-18net: ethernet: faraday: To support device tree usage.Greentime Hu
2017-04-18ftgmac100: Fix potential ordering issue in NAPI pollBenjamin Herrenschmidt
2017-04-18ftgmac100: Display the discovered PHY device infoBenjamin Herrenschmidt
2017-04-18ftgmac100: Allow configuration of phy interface via device-treeBenjamin Herrenschmidt
2017-04-18ftgmac100: Add netpoll supportBenjamin Herrenschmidt
2017-04-18ftgmac100: Add vlan HW offloadBenjamin Herrenschmidt
2017-04-18ftgmac100: Add ndo_set_rx_mode() and support for multicast & promiscBenjamin Herrenschmidt
2017-04-18ftgmac100: Add pause frames configuration and supportBenjamin Herrenschmidt
2017-04-18ftgmac100: Add ethtool n-way reset callBenjamin Herrenschmidt
2017-04-12ftgmac100: Set default ring sizes to 128 entriesBenjamin Herrenschmidt
2017-04-12ftgmac100: Make ring sizes configurable via ethtoolBenjamin Herrenschmidt
2017-04-12ftgmac100: Add more register inits in ftgmac100_init_hw()Benjamin Herrenschmidt
2017-04-12ftgmac100: Open code remaining register writesBenjamin Herrenschmidt
2017-04-12ftgmac100: Rename ftgmac100_setup_mac to ftgmac100_initial_macBenjamin Herrenschmidt