summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/fec_main.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-08net: fec: set GPR bit on suspend by DT configuration.Martin Fuzzey1-29/+120
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2020-03-12net: fec: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-12net: fec: validate the new settings in fec_enet_set_coalesce()Jakub Kicinski1-3/+3
2020-03-04net/freescale: Clean drivers from static versionsLeon Romanovsky1-1/+0
2020-02-18net: fec: Prevent unbind operationFabio Estevam1-0/+1
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+9
2020-01-03net: freescale: fec: Fix ethtool -d runtime PMAndrew Lunn1-0/+9
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+11
2019-11-20net: fec: fix clock count mis-matchChuhong Yuan1-4/+11
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2019-11-04net: fec: add missed clk_disable_unprepare in removeChuhong Yuan1-0/+2
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-3/+4
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-10-30net: fec_main: Use platform_get_irq_byname_optional() to avoid error messageAnson Huang1-1/+1
2019-10-29net: fec: remove redundant assignment to pointer bdpColin Ian King1-1/+0
2019-08-23net: fec: add C45 MDIO read/write supportMarco Hartmann1-6/+64
2019-08-21net: fec: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+2
2019-07-15ethernet: remove redundant memsetFuqian Huang1-2/+0
2019-06-09net: fec_main: Use dev_err() instead of pr_err()Fabio Estevam1-4/+5
2019-06-06net: fec: Do not use netdev messages too earlyFabio Estevam1-3/+3
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-05-24net: fec: fix the clk mismatch in failed_reset pathAndy Duan1-1/+1
2019-05-23net: fec: remove redundant ipg clock disableBaruch Siach1-1/+0
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-04-11net: fec: manage ahb clock in runtime pmAndy Duan1-9/+21
2019-02-14net: ethernet: freescale: set FEC ethtool regs versionVivien Didelot1-0/+4
2019-01-23net: fec: get regulator optionalStefan Agner1-1/+1
2018-12-19net: fec: remove workaround to restart phylib state machine on MDIO timeoutHeiner Kallweit1-12/+0
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+12
2018-10-16net: fec: don't dump RX FIFO register when not availableFugang Duan1-4/+12
2018-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2018-10-02net: fec: fix rare tx timeoutRickard x Andersson1-4/+4
2018-09-17net: ethernet: remove redundant null pointer check before of_node_putzhong jiang1-2/+1
2018-09-13net: ethernet: Add helper for set_pauseparam for PauseAndrew Lunn1-7/+2
2018-09-13net: ethernet: Add helper for MACs which support pauseAndrew Lunn1-3/+1
2018-09-13net: ethernet: Add helper to remove a supported link modeAndrew Lunn1-1/+2
2018-09-13net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-2/+2
2018-08-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+0
2018-08-02net: fec: check DMA addressing limitationsStefan Agner1-0/+8
2018-07-27net: ethernet: Use existing define with polynomialKrzysztof Kozlowski1-2/+2
2018-07-25net: ethernet: freescale: Use generic CRC32 implementationKrzysztof Kozlowski1-10/+3
2018-05-30net: ethernet: freescale: fix false-positive string overflow warningArnd Bergmann1-1/+1
2018-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-05-22net: fec: Add a SPDX identifierFabio Estevam1-0/+1
2018-05-18net: ethernet: freescale: Allow FEC with COMPILE_TESTFlorian Fainelli1-1/+1
2018-05-16drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli1-6/+2
2018-03-18net: fec: Fix unbalanced PM runtime callsFlorian Fainelli1-0/+2