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.12.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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-31
ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...
Heiner Kallweit
1
-1
/
+1
2023-08-16
net: fec: improve XDP_TX performance
Wei Fang
1
-4
/
+1
2023-08-16
net: fec: add XDP_TX feature support
Wei Fang
1
-0
/
+1
2023-08-04
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+1
2023-08-03
eth: add missing xdp.h includes in drivers
Jakub Kicinski
1
-0
/
+1
2023-08-03
net: fec: delete fec_ptp_disable_hwts()
Vladimir Oltean
1
-1
/
+0
2023-08-03
net: fec: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
Vladimir Oltean
1
-2
/
+3
2023-07-20
net: fec: remove unused members from struct fec_enet_private
Wei Fang
1
-3
/
+0
2023-07-20
net: fec: remove the remaining code of rx copybreak
Wei Fang
1
-2
/
+0
2023-07-11
net: fec: increase the size of tx ring and update tx_wake_threshold
Wei Fang
1
-1
/
+1
2023-07-11
net: fec: recycle pages for transmitted XDP frames
Wei Fang
1
-1
/
+14
2023-04-06
net: fec: make use of MDIO C45 quirk
Greg Ungerer
1
-0
/
+5
2022-11-14
net: fec: add xdp and page pool statistics
Shenwei Wang
1
-0
/
+14
2022-11-03
net: fec: add initial XDP support
Shenwei Wang
1
-1
/
+3
2022-10-24
net: fec: Add support for periodic output signal of PPS
Wei Fang
1
-0
/
+2
2022-10-03
net: fec: using page pool to manage RX buffers
Shenwei Wang
1
-2
/
+19
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-10
/
+1
2022-09-20
Revert "net: fec: Use a spinlock to guard `fep->ptp_clk_on`"
Francesco Dolcini
1
-0
/
+1
2022-09-20
Revert "fec: Restart PPS after link state change"
Francesco Dolcini
1
-10
/
+0
2022-09-16
net: fec: add pm runtime force suspend and resume support
Wei Fang
1
-0
/
+1
2022-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+5
2022-09-03
net: fec: add stop mode support for imx8 platform
Wei Fang
1
-0
/
+4
2022-09-03
net: fec: Use a spinlock to guard `fep->ptp_clk_on`
Csókás Bence
1
-1
/
+0
2022-09-03
net: fec: add pm_qos support on imx6q platform
Wei Fang
1
-0
/
+5
2022-08-24
fec: Restart PPS after link state change
Csókás Bence
1
-0
/
+10
2021-12-08
net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()
Joakim Zhang
1
-0
/
+3
2021-08-14
net: fec: add WoL support for i.MX8MQ
Joakim Zhang
1
-0
/
+4
2021-08-09
net: fec: fix build error for ARCH m68k
Joakim Zhang
1
-0
/
+2
2021-07-28
net: fec: add MAC internal delayed clock feature support
Fugang Duan
1
-0
/
+6
2021-07-28
net: fec: add eee mode tx lpi support
Fugang Duan
1
-0
/
+6
2021-07-28
net: fec: add imx8mq and imx8qm new versions support
Fugang Duan
1
-0
/
+13
2021-06-22
net: fec: add FEC_QUIRK_HAS_MULTI_QUEUES represents i.MX6SX ENET IP
Joakim Zhang
1
-0
/
+5
2021-01-27
net: fec: Fix temporary RMII clock reset on link up
Laurent Badel
1
-0
/
+5
2020-10-30
net: fec: fix MDIO probing for some FEC hardware blocks
Greg Ungerer
1
-0
/
+6
2020-07-16
net: fec: fix hardware time stamping by external devices
Sergey Organov
1
-0
/
+1
2020-07-08
net: ethernet: fec: prevent tx starvation under high rx load
Tobias Waldekranz
1
-5
/
+0
2020-05-03
net: ethernet: fec: Replace interrupt driven MDIO with polled IO
Andrew Lunn
1
-3
/
+1
2020-05-01
net: ethernet: fec: Revert "net: ethernet: fec: Replace interrupt driven MDIO...
Fugang Duan
1
-1
/
+3
2020-04-20
net: ethernet: fec: Replace interrupt driven MDIO with polled IO
Andrew Lunn
1
-3
/
+1
2020-04-08
net: fec: set GPR bit on suspend by DT configuration.
Martin Fuzzey
1
-0
/
+7
2020-02-25
freescale: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2018-12-19
net: fec: remove workaround to restart phylib state machine on MDIO timeout
Heiner Kallweit
1
-1
/
+0
2018-10-16
net: fec: don't dump RX FIFO register when not available
Fugang Duan
1
-0
/
+4
2018-05-18
net: ethernet: freescale: Allow FEC with COMPILE_TEST
Florian Fainelli
1
-1
/
+1
2018-01-22
net: fec: add necessary defines to work on ARM64
Lucas Stach
1
-2
/
+3
2017-11-08
net: fec: Let fec_ptp have its own interrupt routine
Troy Kisky
1
-2
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-21
net: fec: remove unused interrupt FEC_ENET_TS_TIMER
Troy Kisky
1
-2
/
+2
2017-06-07
net: fec: Clear and enable MIB counters on imx51
Andrew Lunn
1
-0
/
+4
2016-11-30
net: fec: cache statistics while device is down
Nikita Yushchenko
1
-0
/
+2
[next]