index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
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
11 days
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
2025-05-01
net: fec: ERR007885 Workaround for conventional TX
Mattias Barthel
2025-02-11
net: fec: Refactor MAC reset to function
Csókás, Bence
2025-01-23
net: fec: implement TSO descriptor cleanup
Dheeraj Reddy Jonnalagadda
2025-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-01-14
net: fec: handle page_pool_dev_alloc_pages error
Kevin Groeneveld
2024-12-11
net: fec: use phydev->eee_cfg.tx_lpi_timer
Russell King (Oracle)
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-10-09
net: fec: don't save PTP state if PTP is unsupported
Wei Fang
2024-10-04
net: ethernet: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-10-01
net: fec: Restart PPS after link state change
Csókás, Bence
2024-09-03
net: fec: Remove setting of RX software timestamp
Gal Pressman
2024-08-07
net: fec: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS()
Fabio Estevam
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
2024-06-21
net: fec: Fix FEC_ECR_EN1588 being cleared on link-down
Csókás, Bence
2024-05-27
net:fec: Add fec_enet_deinit()
Xiaolei Wang
2024-05-13
net: fec: remove .ndo_poll_controller to avoid deadlocks
Wei Fang
2024-04-03
net: fec: Set mac_managed_pm during probe
Wei Fang
2024-03-05
net: fec: Fixup EEE
Andrew Lunn
2024-03-05
net: fec: Move fec_enet_eee_mode_set() and helper earlier
Andrew Lunn
2024-02-13
net: fec: Refactor: Replace FEC_ENET_FCE with FEC_RCR_FLOWCTL
Csókás Bence
2024-02-13
net: fec: Refactor: #define magic constants
Csókás Bence
2024-02-07
net: fec: remove eee_enabled/eee_active in fec_enet_get_eee()
Russell King (Oracle)
2024-01-31
ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...
Heiner Kallweit
2024-01-25
net: fec: fix the unhandled context fault from smmu
Shenwei Wang
2024-01-24
net: fill in MODULE_DESCRIPTION()s for fec
Breno Leitao
2023-12-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-12-10
net: fec: correct queue selection
Radu Bulie
2023-12-08
net: Convert some ethtool_sprintf() to ethtool_puts()
justinstitt@google.com
2023-11-01
Merge tag 'dma-mapping-6.7-2023-10-30' of git://git.infradead.org/users/hch/d...
Linus Torvalds
2023-10-22
net: fec: use dma_alloc_noncoherent for data cache enabled coldfire
Christoph Hellwig
2023-10-18
net: fec: Remove non-Coldfire platform IDs
Alexander Stein
2023-10-18
net: fec: Fix device_get_match_data usage
Alexander Stein
2023-10-13
net: fec: replace deprecated strncpy with ethtool_sprintf
Justin Stitt
2023-10-13
net: ethernet: Use device_get_match_data()
Rob Herring
2023-10-03
net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().
Sebastian Andrzej Siewior
2023-08-25
net: fec: add statistics for XDP_TX
Wei Fang
[next]