index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
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
2026-02-10
net: fec: add AF_XDP zero-copy support
Wei Fang
2026-02-10
net: fec: improve fec_enet_tx_queue()
Wei Fang
2026-02-10
net: fec: add fec_alloc_rxq_buffers_pp() to allocate buffers from page pool
Wei Fang
2026-02-10
net: fec: move xdp_rxq_info* APIs out of fec_enet_create_page_pool()
Wei Fang
2026-02-10
net: fec: remove the size parameter from fec_enet_create_page_pool()
Wei Fang
2026-02-10
net: fec: use switch statement to check the type of tx_buf
Wei Fang
2026-02-10
net: fec: remove unnecessary NULL pointer check when clearing TX BD ring
Wei Fang
2026-02-10
net: fec: transmit XDP frames in bulk
Wei Fang
2026-02-10
net: fec: add tx_qid parameter to fec_enet_xdp_tx_xmit()
Wei Fang
2026-02-10
net: fec: add fec_enet_rx_queue_xdp() for XDP path
Wei Fang
2026-02-10
net: fec: improve fec_enet_rx_queue()
Wei Fang
2026-02-10
net: fec: add fec_build_skb() to build a skb
Wei Fang
2026-02-10
net: fec: add rx_shift to indicate the extra bytes padded in front of RX frame
Wei Fang
2026-02-10
net: fec: add fec_rx_error_check() to check RX errors
Wei Fang
2026-02-10
net: fec: add fec_txq_trigger_xmit() helper
Wei Fang
2026-01-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-01-22
net: fec: account for VLAN header in frame length calculations
Clemens Gruber
2026-01-06
net: fec: Add stop mode support on i.MX8DX/i.MX8QP
Francesco Dolcini
2025-12-04
net: fec: ERR007885 Workaround for XDP TX path
Wei Fang
2025-11-20
net: fec: remove duplicate macros of the BD status
Wei Fang
2025-11-20
net: fec: remove rx_align from fec_enet_private
Wei Fang
2025-11-20
net: fec: remove struct fec_enet_priv_txrx_info
Wei Fang
2025-11-20
net: fec: simplify the conditional preprocessor directives
Wei Fang
2025-11-20
net: fec: remove useless conditional preprocessor directives
Wei Fang
2025-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-11-07
net: fec: correct rx_bytes statistic for the case SHIFT16 is set
Wei Fang
2025-11-04
net: fec: register a fixed phy using fixed_phy_register_100fd if needed
Heiner Kallweit
2025-10-29
net: fec: use new iterator mdiobus_for_each_phy
Heiner Kallweit
2025-10-29
net: ethernet: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
2025-09-14
net: fec: enable the Jumbo frame support for i.MX8QM
Shenwei Wang
2025-09-14
net: fec: add change_mtu to support dynamic buffer allocation
Shenwei Wang
2025-09-14
net: fec: add rx_frame_size to support configurable RX length
Shenwei Wang
2025-09-14
net: fec: update MAX_FL based on the current MTU
Shenwei Wang
2025-09-14
net: fec: add pagepool_order to support variable page size
Shenwei Wang
2025-09-14
net: fec: use a member variable for maximum buffer size
Shenwei Wang
2025-09-05
net: fec: Fix possible NPD in fec_enet_phy_reset_after_clk_enable()
Stefan Wahren
2025-07-23
net: fec: access ->pp through netmem_desc instead of page
Byungchul Park
2025-07-14
net: fec: add fec_set_hw_mac_addr() helper function
Wei Fang
2025-07-14
net: fec: add more macros for bits of FEC_ECR
Wei Fang
2025-07-14
net: fec: use phy_interface_mode_is_rgmii() to check RGMII mode
Wei Fang
2025-06-30
net: fec: allow disable coalescing
Jonas Rebmann
2025-06-19
net: fec: fec_enet_rx_queue(): factor out VLAN handling into separate functio...
Marc Kleine-Budde
2025-06-19
net: fec: fec_enet_rx_queue(): move_call to _vlan_hwaccel_put_tag()
Marc Kleine-Budde
2025-06-19
net: fec: fec_enet_rx_queue(): reduce scope of data
Marc Kleine-Budde
2025-06-19
net: fec: fec_enet_rx_queue(): replace manual VLAN header calculation with sk...
Marc Kleine-Budde
2025-06-19
net: fec: fec_enet_rx_queue(): use same signature as fec_enet_tx_queue()
Marc Kleine-Budde
2025-06-19
net: fec: fec_restart(): introduce a define for FEC_ECR_SPEED
Marc Kleine-Budde
2025-06-19
net: fec: rename struct fec_devinfo fec_imx6x_info -> fec_imx6sx_info
Marc Kleine-Budde
2025-06-19
net: fec: sort the includes by alphabetic order
Marc Kleine-Budde
2025-06-19
net: fec: switch from asm/cacheflush.h to linux/cacheflush.h
Marc Kleine-Budde
[next]