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