summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/faraday/ftgmac100.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-12Merge commit '49caedb668e476c100d727f2174724e0610a2b92' of https://github.com...Sujoy Ray1-5/+5
2022-04-27Merge tag 'v5.15.35' into dev-5.15Joel Stanley1-5/+5
2022-04-20net: ftgmac100: access hardware register after clock readyDylan Hung1-5/+5
2021-11-05Return link speed and duplex settings for the NCSI channelJohnathan Mantey1-1/+21
2021-11-01net: ftgmac100: Ensure tx descriptor updates are visibleJoel Stanley1-0/+10
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-24net: ftgmac100: add missing error return code in ftgmac100_probe()Yang Yingliang1-1/+5
2021-03-13ftgmac100: Restart MAC HW onceDylan Hung1-0/+1
2020-11-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2020-11-17net: ftgmac100: Fix crash when removing driverJoel Stanley1-0/+4
2020-11-03net: ftgmac100: add handling of mdio/phy nodes for ast2400/2500Ivan Mikhaylov1-2/+18
2020-11-03net: ftgmac100: move phy connect out from ftgmac100_setup_mdioIvan Mikhaylov1-50/+54
2020-10-17net: ftgmac100: Fix Aspeed ast2600 TX hang issueDylan Hung1-0/+5
2020-04-01net/faraday: fix grammar in function ftgmac100_setup_clk() in ftgmac100.cHu Haowen1-1/+1
2020-03-11ftgmac100: Remove redundant judgementtangbin1-3/+0
2020-03-04net/faraday: Delete driver version from the driversLeon Romanovsky1-2/+0
2020-01-21net: convert suitable network drivers to use phy_do_ioctlHeiner Kallweit1-10/+1
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-3/+3
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-13/+12
2019-10-29net: ethernet: ftgmac100: Fix DMA coherency issue with SW checksumBenjamin Herrenschmidt1-13/+12
2019-10-12net: ftgmac100: Ungate RCLK for RMII on ASPEED MACsAndrew Jeffery1-10/+40
2019-10-10docs: fix some broken referencesMauro Carvalho Chehab1-1/+1
2019-08-03net: ftgmac100: Add support for DT phy-handle propertyAndrew Jeffery1-4/+33
2019-07-23ftgmac100: Fix build.David S. Miller1-1/+1
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet1-14/+1
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-03-02drivers: net: Remove unnecessary semicolonYueHaibing1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-8/+6
2018-09-26net: faraday: fix return type of ndo_start_xmit functionYueHaibing1-2/+2
2018-09-13net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn1-14/+3
2018-09-13net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-2/+1
2018-06-20net/ncsi: Silence debug messagesJoel Stanley1-2/+2
2017-10-18net: ftgmac100: Request clock and set speedJoel Stanley1-0/+26
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2017-08-29ftgmac100: Support NCSI VLAN filtering when availableSamuel Mendoza-Jonas1-0/+5
2017-08-23net: ftgmac100: Fix oops in probe on failure to find associated PHYAndrew Jeffery1-1/+0
2017-07-26ftgmac100: return error in ftgmac100_alloc_rx_bufJoel Stanley1-2/+2
2017-07-25ftgmac100: Make the MDIO bus a child of the ethernet deviceBenjamin Herrenschmidt1-0/+1
2017-07-25ftgmac100: Increase reset timeoutBenjamin Herrenschmidt1-1/+1
2017-04-18ftgmac100: Fix potential ordering issue in NAPI pollBenjamin Herrenschmidt1-0/+7
2017-04-18ftgmac100: Display the discovered PHY device infoBenjamin Herrenschmidt1-0/+3
2017-04-18ftgmac100: Allow configuration of phy interface via device-treeBenjamin Herrenschmidt1-3/+39
2017-04-18ftgmac100: Add netpoll supportBenjamin Herrenschmidt1-0/+14
2017-04-18ftgmac100: Add vlan HW offloadBenjamin Herrenschmidt1-1/+45
2017-04-18ftgmac100: Add ndo_set_rx_mode() and support for multicast & promiscBenjamin Herrenschmidt1-0/+52
2017-04-18ftgmac100: Add pause frames configuration and supportBenjamin Herrenschmidt1-1/+95
2017-04-18ftgmac100: Add ethtool n-way reset callBenjamin Herrenschmidt1-7/+1