summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/fec_main.c
AgeCommit message (Expand)Author
2025-09-14net: fec: enable the Jumbo frame support for i.MX8QMShenwei Wang
2025-09-14net: fec: add change_mtu to support dynamic buffer allocationShenwei Wang
2025-09-14net: fec: add rx_frame_size to support configurable RX lengthShenwei Wang
2025-09-14net: fec: update MAX_FL based on the current MTUShenwei Wang
2025-09-14net: fec: add pagepool_order to support variable page sizeShenwei Wang
2025-09-14net: fec: use a member variable for maximum buffer sizeShenwei Wang
2025-09-05net: fec: Fix possible NPD in fec_enet_phy_reset_after_clk_enable()Stefan Wahren
2025-07-23net: fec: access ->pp through netmem_desc instead of pageByungchul Park
2025-07-14net: fec: add fec_set_hw_mac_addr() helper functionWei Fang
2025-07-14net: fec: add more macros for bits of FEC_ECRWei Fang
2025-07-14net: fec: use phy_interface_mode_is_rgmii() to check RGMII modeWei Fang
2025-06-30net: fec: allow disable coalescingJonas Rebmann
2025-06-19net: fec: fec_enet_rx_queue(): factor out VLAN handling into separate functio...Marc Kleine-Budde
2025-06-19net: fec: fec_enet_rx_queue(): move_call to _vlan_hwaccel_put_tag()Marc Kleine-Budde
2025-06-19net: fec: fec_enet_rx_queue(): reduce scope of dataMarc Kleine-Budde
2025-06-19net: fec: fec_enet_rx_queue(): replace manual VLAN header calculation with sk...Marc Kleine-Budde
2025-06-19net: fec: fec_enet_rx_queue(): use same signature as fec_enet_tx_queue()Marc Kleine-Budde
2025-06-19net: fec: fec_restart(): introduce a define for FEC_ECR_SPEEDMarc Kleine-Budde
2025-06-19net: fec: rename struct fec_devinfo fec_imx6x_info -> fec_imx6sx_infoMarc Kleine-Budde
2025-06-19net: fec: sort the includes by alphabetic orderMarc Kleine-Budde
2025-06-19net: fec: switch from asm/cacheflush.h to linux/cacheflush.hMarc Kleine-Budde
2025-05-01net: fec: ERR007885 Workaround for conventional TXMattias Barthel
2025-02-11net: fec: Refactor MAC reset to functionCsókás, Bence
2025-01-23net: fec: implement TSO descriptor cleanupDheeraj Reddy Jonnalagadda
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-14net: fec: handle page_pool_dev_alloc_pages errorKevin Groeneveld
2024-12-11net: fec: use phydev->eee_cfg.tx_lpi_timerRussell King (Oracle)
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-09net: fec: don't save PTP state if PTP is unsupportedWei Fang
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-10-01net: fec: Restart PPS after link state changeCsókás, Bence
2024-09-03net: fec: Remove setting of RX software timestampGal Pressman
2024-08-07net: fec: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS()Fabio Estevam
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent
2024-06-21net: fec: Fix FEC_ECR_EN1588 being cleared on link-downCsókás, Bence
2024-05-27net:fec: Add fec_enet_deinit()Xiaolei Wang
2024-05-13net: fec: remove .ndo_poll_controller to avoid deadlocksWei Fang
2024-04-03net: fec: Set mac_managed_pm during probeWei Fang
2024-03-05net: fec: Fixup EEEAndrew Lunn
2024-03-05net: fec: Move fec_enet_eee_mode_set() and helper earlierAndrew Lunn
2024-02-13net: fec: Refactor: Replace FEC_ENET_FCE with FEC_RCR_FLOWCTLCsókás Bence
2024-02-13net: fec: Refactor: #define magic constantsCsókás Bence
2024-02-07net: fec: remove eee_enabled/eee_active in fec_enet_get_eee()Russell King (Oracle)
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit
2024-01-25net: fec: fix the unhandled context fault from smmuShenwei Wang
2024-01-24net: fill in MODULE_DESCRIPTION()s for fecBreno Leitao
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-10net: fec: correct queue selectionRadu Bulie
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com
2023-11-01Merge tag 'dma-mapping-6.7-2023-10-30' of git://git.infradead.org/users/hch/d...Linus Torvalds