summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/fec_main.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-30net: fec: Better handle pm_runtime_get() failing in .remove()Uwe Kleine-König1-3/+10
2022-11-10net: fec: fix improper use of NETDEV_TX_BUSYZhang Changzhong1-2/+2
2021-12-14net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()Joakim Zhang1-1/+1
2021-08-12net: fec: fix use-after-free in fec_drv_removePavel Skripkin1-1/+1
2021-06-03net: fec: fix the potential memory leak in fec_enet_init()Fugang Duan1-2/+9
2020-10-29net: fec: Fix PHY init after phy_reset_after_clk_enable()Marek Vasut1-5/+5
2020-10-29net: fec: Fix phy_device lookup for phy_reset_after_clk_enable()Marek Vasut1-2/+23
2020-08-26net: fec: correct the error path for regulator disable in probeFugang Duan1-2/+2
2020-05-02net: fec: set GPR bit on suspend by DT configuration.Martin Fuzzey1-29/+120
2020-03-18net: fec: validate the new settings in fec_enet_set_coalesce()Jakub Kicinski1-3/+3
2019-12-05net: fec: fix clock count mis-matchChuhong Yuan1-4/+11
2019-12-05net: fec: add missed clk_disable_unprepare in removeChuhong Yuan1-0/+2
2019-07-26net: fec: Do not use netdev messages too earlyFabio Estevam1-3/+3
2019-06-04net: fec: fix the clk mismatch in failed_reset pathAndy Duan1-1/+1
2019-05-16net: fec: manage ahb clock in runtime pmAndy Duan1-9/+21
2018-10-16net: fec: don't dump RX FIFO register when not availableFugang Duan1-4/+12
2018-10-02net: fec: fix rare tx timeoutRickard x Andersson1-4/+4
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
2018-01-22net: fec: add necessary defines to work on ARM64Lucas Stach1-3/+5
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2018-01-05net: fec: free/restore resource in related probe error pathesFugang Duan1-2/+2
2018-01-03net: fec: defer probe if regulator is not readyFugang Duan1-0/+4
2018-01-03net: fec: restore dev_id in the cases of probe errorFugang Duan1-0/+1
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2017-12-27net: fec: unmap the xmit buffer that are not transferred by DMAFugang Duan1-0/+6
2017-12-13net: fec: add phy_reset_after_clk_enable() supportRichard Leitner1-0/+20
2017-11-08net: fec: Let fec_ptp have its own interrupt routineTroy Kisky1-9/+22
2017-09-21net: fec: return IRQ_HANDLED if fec_ptp_check_pps_event handled itTroy Kisky1-2/+2
2017-09-21net: fec: only check queue 0 if RXF_0/TXF_0 interrupt is setTroy Kisky1-2/+2
2017-08-24net: define the TSO header size in net/tso.hAntoine Ténart1-1/+0
2017-07-31net: fec: Allow reception of frames bigger than 1522 bytesAndrew Lunn1-3/+5
2017-07-31net: fec: Issue error for missing but expected PHYAndrew Lunn1-1/+3
2017-06-10net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272Fabio Estevam1-0/+4
2017-06-07net: fec: Clear and enable MIB counters on imx51Andrew Lunn1-3/+24
2017-05-24net: fec: add post PHY reset delay DT propertyQuentin Schulz1-1/+15
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2017-04-11net: fec: add ERR007885 for i.MX6ul enet IPFugang Duan1-2/+3
2017-04-11net: fec: correct the errata number comment typoFugang Duan1-1/+1
2017-04-11net: fec: add phy-reset-gpios PROBE_DEFER checkFugang Duan1-8/+18
2017-04-11net: fec: pass ->dev to dma_alloc__coherent() APIFugang Duan1-2/+2
2017-04-11net: fec: avoid BD pointer type cast to 32bitFugang Duan1-2/+2