summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/faraday
AgeCommit message (Expand)AuthorFilesLines
2024-10-30net: ftgmac100: refactor getting phy device handleJacky Chou1-23/+5
2024-10-20net: ftgmac100: correct the phy interface of NC-SI modeJacky Chou1-1/+1
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2024-10-10net: ftgmac100: fixed not check status from fixed phyJacky Chou1-1/+6
2024-10-05net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König2-2/+2
2024-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-09-10net: ftgmac100: Enable TX interrupt to avoid TX timeoutJacky Chou1-1/+1
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+18
2024-08-29net: ftgmac100: Get link speed and duplex for NC-SIJacky Chou1-2/+26
2024-08-26net: ftgmac100: Ensure tx descriptor updates are visibleJacky Chou1-8/+18
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2023-09-20net: ethernet: faraday: Convert to platform remove callback returning voidUwe Kleine-König2-6/+4
2023-08-11net: ftmac100: add multicast filtering possibilitySergei Antonov1-5/+45
2023-07-18net: ftgmac100: support getting MAC address from NVMEMPaul Fertser1-4/+12
2023-01-18net: ftmac100: handle netdev flags IFF_PROMISC and IFF_ALLMULTISergei Antonov1-0/+6
2022-11-01net: ftmac100: allow increasing MTU to make most use of single-segment buffersSergei Antonov1-2/+31
2022-11-01net: ftmac100: report the correct maximum MTU of 1500Vladimir Oltean1-1/+2
2022-11-01net: ftmac100: prepare data path for receiving single segment packets > 1514Vladimir Oltean1-17/+12
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski2-2/+2
2022-09-15net: ftgmac100: support fixed linkTao Ren1-0/+24
2022-09-06net: ftmac100: fix endianness-related issues from 'sparse'Sergei Antonov1-6/+6
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2-4/+4
2022-08-27net: ftmac100: add an opportunity to get ethaddr from the platformSergei Antonov1-0/+5
2022-08-24net: ftmac100: set max_mtu to allow DSA overhead settingSergei Antonov1-0/+1
2022-07-13net: ftgmac100: Hold reference returned by of_get_child_by_name()Liang He1-1/+14
2022-05-18net: ftgmac100: Disable hardware checksum on AST2600Joel Stanley1-0/+5
2022-04-13net: ftgmac100: access hardware register after clock readyDylan Hung1-5/+5
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+5
2022-03-07nds32: Remove the architectureAlan Kao1-7/+5
2022-02-23drivers/net/ftgmac100: fix DHCP potential failure with systemdHeyi Guo1-2/+11
2022-02-23drivers/net/ftgmac100: adjust code place for function call dependencyHeyi Guo1-111/+111
2022-02-23drivers/net/ftgmac100: refactor ftgmac100_reset_task to enable direct functio...Heyi Guo1-3/+9
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-4/+10
2021-10-07ethernet: make more use of device_get_ethdev_address()Jakub Kicinski1-3/+2
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski1-1/+1
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski1-3/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-2/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2-2/+2
2021-05-24net: ftgmac100: add missing error return code in ftgmac100_probe()Yang Yingliang1-1/+5
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2021-03-25Simplify the code by using module_platform_driver macroZhichao Cai1-12/+1
2021-03-13ftgmac100: Restart MAC HW onceDylan Hung1-0/+1
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2020-12-05ethernet: select CONFIG_CRC32 as neededArnd Bergmann1-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 Hung2-0/+13
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-3/+3