summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/faraday
Commit message (Expand)AuthorAgeFilesLines
* net: ftmac100: allow increasing MTU to make most use of single-segment buffersSergei Antonov2022-10-311-2/+31
* net: ftmac100: report the correct maximum MTU of 1500Vladimir Oltean2022-10-311-1/+2
* net: ftmac100: prepare data path for receiving single segment packets > 1514Vladimir Oltean2022-10-311-17/+12
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-282-2/+2
* net: ftgmac100: support fixed linkTao Ren2022-09-151-0/+24
* net: ftmac100: fix endianness-related issues from 'sparse'Sergei Antonov2022-09-061-6/+6
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-312-4/+4
* net: ftmac100: add an opportunity to get ethaddr from the platformSergei Antonov2022-08-261-0/+5
* net: ftmac100: set max_mtu to allow DSA overhead settingSergei Antonov2022-08-231-0/+1
* 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
* Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-7/+5
|\
| * nds32: Remove the architectureAlan Kao2022-03-071-7/+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-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