index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
/
fec_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-26
net: fec: correct the error path for regulator disable in probe
Fugang Duan
1
-2
/
+2
2020-05-02
net: fec: set GPR bit on suspend by DT configuration.
Martin Fuzzey
1
-29
/
+120
2020-03-18
net: fec: validate the new settings in fec_enet_set_coalesce()
Jakub Kicinski
1
-3
/
+3
2020-01-12
net: freescale: fec: Fix ethtool -d runtime PM
Andrew Lunn
1
-0
/
+9
2019-11-20
net: fec: fix clock count mis-match
Chuhong Yuan
1
-4
/
+11
2019-11-04
net: fec: add missed clk_disable_unprepare in remove
Chuhong Yuan
1
-0
/
+2
2019-10-30
net: fec_main: Use platform_get_irq_byname_optional() to avoid error message
Anson Huang
1
-1
/
+1
2019-08-23
net: fec: add C45 MDIO read/write support
Marco Hartmann
1
-6
/
+64
2019-08-21
net: fec: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-07-23
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-2
/
+2
2019-07-15
ethernet: remove redundant memset
Fuqian Huang
1
-2
/
+0
2019-06-09
net: fec_main: Use dev_err() instead of pr_err()
Fabio Estevam
1
-4
/
+5
2019-06-06
net: fec: Do not use netdev messages too early
Fabio Estevam
1
-3
/
+3
2019-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-05-24
net: fec: fix the clk mismatch in failed_reset path
Andy Duan
1
-1
/
+1
2019-05-23
net: fec: remove redundant ipg clock disable
Baruch Siach
1
-1
/
+0
2019-05-07
net: ethernet: support of_get_mac_address new ERR_PTR error
Petr Štetiar
1
-1
/
+1
2019-04-11
net: fec: manage ahb clock in runtime pm
Andy Duan
1
-9
/
+21
2019-02-14
net: ethernet: freescale: set FEC ethtool regs version
Vivien Didelot
1
-0
/
+4
2019-01-23
net: fec: get regulator optional
Stefan Agner
1
-1
/
+1
2018-12-19
net: fec: remove workaround to restart phylib state machine on MDIO timeout
Heiner Kallweit
1
-12
/
+0
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+12
2018-10-16
net: fec: don't dump RX FIFO register when not available
Fugang Duan
1
-4
/
+12
2018-10-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+4
2018-10-02
net: fec: fix rare tx timeout
Rickard x Andersson
1
-4
/
+4
2018-09-17
net: ethernet: remove redundant null pointer check before of_node_put
zhong jiang
1
-2
/
+1
2018-09-13
net: ethernet: Add helper for set_pauseparam for Pause
Andrew Lunn
1
-7
/
+2
2018-09-13
net: ethernet: Add helper for MACs which support pause
Andrew Lunn
1
-3
/
+1
2018-09-13
net: ethernet: Add helper to remove a supported link mode
Andrew Lunn
1
-1
/
+2
2018-09-13
net: ethernet: Use phy_set_max_speed() to limit advertised speed
Andrew Lunn
1
-2
/
+2
2018-08-16
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+0
2018-08-02
net: fec: check DMA addressing limitations
Stefan Agner
1
-0
/
+8
2018-07-27
net: ethernet: Use existing define with polynomial
Krzysztof Kozlowski
1
-2
/
+2
2018-07-25
net: ethernet: freescale: Use generic CRC32 implementation
Krzysztof Kozlowski
1
-10
/
+3
2018-05-30
net: ethernet: freescale: fix false-positive string overflow warning
Arnd Bergmann
1
-1
/
+1
2018-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2018-05-22
net: fec: Add a SPDX identifier
Fabio Estevam
1
-0
/
+1
2018-05-18
net: ethernet: freescale: Allow FEC with COMPILE_TEST
Florian Fainelli
1
-1
/
+1
2018-05-16
drivers: net: Remove device_node checks with of_mdiobus_register()
Florian Fainelli
1
-6
/
+2
2018-03-18
net: fec: Fix unbalanced PM runtime calls
Florian Fainelli
1
-0
/
+2
2018-01-22
net: fec: add necessary defines to work on ARM64
Lucas Stach
1
-3
/
+5
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+6
2018-01-05
net: fec: free/restore resource in related probe error pathes
Fugang Duan
1
-2
/
+2
2018-01-03
net: fec: defer probe if regulator is not ready
Fugang Duan
1
-0
/
+4
2018-01-03
net: fec: restore dev_id in the cases of probe error
Fugang Duan
1
-0
/
+1
2017-12-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+6
2017-12-27
net: fec: unmap the xmit buffer that are not transferred by DMA
Fugang Duan
1
-0
/
+6
2017-12-13
net: fec: add phy_reset_after_clk_enable() support
Richard Leitner
1
-0
/
+20
2017-11-08
net: fec: Let fec_ptp have its own interrupt routine
Troy Kisky
1
-9
/
+22
2017-09-21
net: fec: return IRQ_HANDLED if fec_ptp_check_pps_event handled it
Troy Kisky
1
-2
/
+2
[next]