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
2023-07-11
net: fec: use netdev_err_once() instead of netdev_err()
Wei Fang
2023-07-11
net: fec: increase the size of tx ring and update tx_wake_threshold
Wei Fang
2023-07-11
net: fec: recycle pages for transmitted XDP frames
Wei Fang
2023-07-11
net: fec: dynamically set the NETDEV_XDP_ACT_NDO_XMIT feature of XDP
Wei Fang
2023-06-20
net: fec: allow to build without PAGE_POOL_STATS
Lucas Stach
2023-05-30
net: fec: remove last_bdp from fec_enet_txq_xmit_frame()
Wei Fang
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-22
net: fec: remove useless fec_enet_reset_skb()
Wei Fang
2023-05-22
net: fec: turn on XDP features
Wei Fang
2023-05-19
net: fec: add dma_wmb to ensure correct descriptor values
Shenwei Wang
2023-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-15
net: fec: remove the xdp_return_frame when lack of tx BDs
Shenwei Wang
2023-05-13
net: fec: using the standard return codes when xdp xmit errors
Shenwei Wang
2023-05-11
net: fec: Better handle pm_runtime_get() failing in .remove()
Uwe Kleine-König
2023-05-05
net: fec: correct the counting of XDP sent frames
Shenwei Wang
2023-04-05
net: fec: make use of MDIO C45 quirk
Greg Ungerer
2023-03-16
net: Use of_property_read_bool() for boolean properties
Rob Herring
2023-02-02
net: fec: do not double-parse 'phy-reset-active-high' property
Dmitry Torokhov
2023-02-02
net: fec: restore handling of PHY reset line as optional
Dmitry Torokhov
2023-01-30
fec: convert to gpio descriptor
Arnd Bergmann
2023-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-01-23
net: fec: Use page_pool_put_full_page when freeing rx buffers
Wei Fang
2023-01-10
net: fec: Separate C22 and C45 transactions
Andrew Lunn
2022-12-20
net: fec: check the return value of build_skb()
Wei Fang
2022-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-12-06
net: fec: properly guard irq coalesce setup
Rasmus Villemoes
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-25
net: fec: don't reset irq coalesce settings to defaults on "ip link up"
Rasmus Villemoes
2022-11-14
net: fec: add xdp and page pool statistics
Shenwei Wang
2022-11-07
net: fec: simplify the code logic of quirks
Shenwei Wang
2022-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-03
net: fec: add initial XDP support
Shenwei Wang
2022-10-31
net: fec: fix improper use of NETDEV_TX_BUSY
Zhang Changzhong
2022-10-31
drivers: net: convert to boolean for the mac_managed_pm flag
Denis Kirjanov
2022-10-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-26
net: fec: limit register access on i.MX6UL
Juergen Borleis
2022-10-18
net: fec: remove the unused functions
Shenwei Wang
2022-10-03
net: fec: using page pool to manage RX buffers
Shenwei Wang
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-20
Revert "net: fec: Use a spinlock to guard `fep->ptp_clk_on`"
Francesco Dolcini
2022-09-20
Revert "fec: Restart PPS after link state change"
Francesco Dolcini
2022-09-19
net: fec: Add initial s32v234 support
Wei Fang
2022-09-16
net: fec: add pm runtime force suspend and resume support
Wei Fang
2022-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-09-03
net: fec: add stop mode support for imx8 platform
Wei Fang
2022-09-02
net: fec: Use a spinlock to guard `fep->ptp_clk_on`
Csókás Bence
2022-09-02
net: fec: add pm_qos support on imx6q platform
Wei Fang
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-24
fec: Restart PPS after link state change
Csókás Bence
[next]