summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/faraday/ftgmac100.c
Commit message (Expand)AuthorAgeFilesLines
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: ftgmac100: support fixed linkTao Ren2022-09-151-0/+24
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* net: ftgmac100: Hold reference returned by of_get_child_by_name()Liang He2022-07-131-1/+14
* net: ftgmac100: Disable hardware checksum on AST2600Joel Stanley2022-05-181-0/+5
* net: ftgmac100: access hardware register after clock readyDylan Hung2022-04-131-5/+5
* drivers/net/ftgmac100: fix DHCP potential failure with systemdHeyi Guo2022-02-231-2/+11
* drivers/net/ftgmac100: adjust code place for function call dependencyHeyi Guo2022-02-231-111/+111
* drivers/net/ftgmac100: refactor ftgmac100_reset_task to enable direct functio...Heyi Guo2022-02-231-3/+9
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-4/+10
* 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-271-1/+1
* net: ftgmac100: add missing error return code in ftgmac100_probe()Yang Yingliang2021-05-231-1/+5
* ftgmac100: Restart MAC HW onceDylan Hung2021-03-121-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-161-0/+5
* 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-031-2/+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: 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-141-14/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
* | 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-081-8/+6
* net: faraday: fix return type of ndo_start_xmit functionYueHaibing2018-09-261-2/+2
* 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
* net/ncsi: Silence debug messagesJoel Stanley2018-06-201-2/+2
* 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