index
:
linux/linux-stable.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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
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
2022-07-02
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
2022-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-22
net: fec: Do proper error checking for enet_out clk
Uwe Kleine-König
2022-05-22
net: fec: Do proper error checking for optional clks
Uwe Kleine-König
2022-05-19
net: fec: Avoid allocating rx buffer using ATOMIC in ndo_open
Michael Trimarchi
2022-05-06
net: make drivers set the TSO limit not the GSO limit
Jakub Kicinski
2022-04-27
net: fec: add missing of_node_put() in fec_enet_init_stop_mode()
Yang Yingliang
2022-01-24
net: use bool values to pass bool param of phy_init_eee()
Jisheng Zhang
2021-12-15
net: fec: fix system hang during suspend/resume
Joakim Zhang
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-07
net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()
Joakim Zhang
2021-11-22
net: annotate accesses to dev->gso_max_segs
Eric Dumazet
2021-10-19
ethernet: fec: use eth_hw_addr_gen()
Jakub Kicinski
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
2021-09-19
net: freescale: drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
2021-08-13
net: fec: add WoL support for i.MX8MQ
Joakim Zhang
2021-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-05
net: fec: fix use-after-free in fec_drv_remove
Pavel Skripkin
2021-08-03
net: fec: fix MAC internal delay doesn't work
Joakim Zhang
2021-07-28
net: fec: add MAC internal delayed clock feature support
Fugang Duan
2021-07-28
net: fec: add eee mode tx lpi support
Fugang Duan
2021-07-28
net: fec: add imx8mq and imx8qm new versions support
Fugang Duan
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-06-21
net: fec: add ndo_select_queue to fix TX bandwidth fluctuations
Fugang Duan
2021-06-21
net: fec: add FEC_QUIRK_HAS_MULTI_QUEUES represents i.MX6SX ENET IP
Joakim Zhang
2021-05-12
net: fec: add defer probe for of_get_mac_address
Fugang Duan
2021-05-12
net: fec: fix the potential memory leak in fec_enet_init()
Fugang Duan
2021-04-20
net: fec: make use of generic NET_SELFTESTS library
Oleksij Rempel
2021-04-13
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
2021-04-09
net: fec: use mac-managed PHY PM
Heiner Kallweit
2021-02-02
net: fec: Silence M5272 build warnings
Geert Uytterhoeven
2021-01-26
net: fec: Fix temporary RMII clock reset on link up
Laurent Badel
2021-01-22
net: fec: put child node on error path
Pan Bian
2020-11-16
net: fec: Fix reference count leak in fec series ops
Zhang Qilong
2020-10-30
net: fec: fix MDIO probing for some FEC hardware blocks
Greg Ungerer
2020-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-10-12
net: fec: Fix phy_device lookup for phy_reset_after_clk_enable()
Marek Vasut
2020-10-09
net: fec: Fix PHY init after phy_reset_after_clk_enable()
Marek Vasut
2020-09-07
net: ethernet: fec: remove redundant null check before clk_disable_unprepare()
Zhang Changzhong
2020-08-14
net: fec: correct the error path for regulator disable in probe
Fugang Duan
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-16
net: fec: fix hardware time stamping by external devices
Sergey Organov
2020-07-12
net: fec: Set max MTU size to allow the MTU to be changed
Andrew Lunn
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-07
net: ethernet: fec: prevent tx starvation under high rx load
Tobias Waldekranz
2020-06-18
net: tso: cache transport header length
Eric Dumazet
2020-06-01
net: fec: disable correct clk in the err path of fec_enet_clk_enable
Liu Xiang
2020-05-26
net: ethernet: fec: move GPR register offset and bit into DT
Fugang Duan
[prev]
[next]