summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)Author
2025-02-25net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs()Wei Fang
2025-02-25net: enetc: remove the mm_lock from the ENETC v4 driverWei Fang
2025-02-25net: enetc: add missing enetc4_link_deinit()Wei Fang
2025-02-25net: enetc: update UDP checksum when updating originTimestamp fieldWei Fang
2025-02-25net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNCWei Fang
2025-02-25net: enetc: correct the xdp_tx statisticsWei Fang
2025-02-25net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs()Wei Fang
2025-02-25net: enetc: fix the off-by-one issue in enetc_map_tx_buffs()Wei Fang
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-15net: phylink: pass neg_mode into c22 state decoderRussell King (Oracle)
2025-01-15net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)
2025-01-14net: fec: handle page_pool_dev_alloc_pages errorKevin Groeneveld
2025-01-07net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down()Eric Dumazet
2024-12-23net: enetc: add UDP segmentation offload supportWei Fang
2024-12-23net: enetc: add LSO support for i.MX95 ENETC PFWei Fang
2024-12-23net: enetc: update max chained Tx BD number for i.MX95 ENETCWei Fang
2024-12-23net: enetc: add Tx checksum offload for i.MX95 ENETCWei Fang
2024-12-12xdp: get rid of xdp_frame::mem.idAlexander Lobakin
2024-12-11net: fec: use phydev->eee_cfg.tx_lpi_timerRussell King (Oracle)
2024-12-10rtnetlink: add ndo_fdb_dump_contextEric Dumazet
2024-12-06net: simplify resource acquisition + ioremapRosen Penev
2024-12-06net: freescale: ucc_geth: phylink conversionMaxime Chevallier
2024-12-06net: freescale: ucc_geth: Introduce a helper to check Reduced modesMaxime Chevallier
2024-12-06net: freescale: ucc_geth: Move the serdes configuration aroundMaxime Chevallier
2024-12-06net: freescale: ucc_geth: Hardcode the preamble length to 7 bytesMaxime Chevallier
2024-12-06net: freescale: ucc_geth: Simplify frame length checkMaxime Chevallier
2024-12-06net: freescale: ucc_geth: Use the correct type to store WoL optsMaxime Chevallier
2024-12-06net: freescale: ucc_geth: Fix WOL configurationMaxime Chevallier
2024-12-06net: freescale: ucc_geth: Use netdev->phydev to access the PHYMaxime Chevallier
2024-12-06net: freescale: ucc_geth: split adjust_link for phylink conversionMaxime Chevallier
2024-12-06net: freescale: ucc_geth: Drop support for the "interface" DT propertyMaxime Chevallier
2024-11-29net: enetc: Do not configure preemptible TCs if SIs do not supportWei Fang
2024-11-29net: enetc: read TSN capabilities from port register, not SIVladimir Oltean
2024-11-14net: enetc: clean up before returning in probe()Dan Carpenter
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-06net: ucc_geth: fix usage with NVMEM MAC addressRosen Penev
2024-11-06net: ucc_geth: use devm for register_netdevRosen Penev
2024-11-06net: ucc_geth: use devm for alloc_etherdevRosen Penev
2024-11-06net: ucc_geth: use devm for kmemdupRosen Penev
2024-11-06net: enetc: Fix spelling mistake "referencce" -> "reference"Colin Ian King
2024-11-04net: dpaa_eth: extract hash using __be32 pointer in rx_default_dqrr()Vladimir Oltean
2024-11-04net: dpaa_eth: add assertions about SGT entry offsets in sg_fd_to_skb()Vladimir Oltean
2024-11-04net: enetc: add preliminary support for i.MX95 ENETC PFWei Fang
2024-11-04net: enetc: optimize the allocation of tx_bdrClark Wang
2024-11-04net: enetc: extract enetc_int_vector_init/destroy() from enetc_alloc_msix()Clark Wang
2024-11-04net: enetc: add i.MX95 EMDIO supportWei Fang
2024-11-04net: enetc: remove ERR050089 workaround for i.MX95Vladimir Oltean
2024-11-04net: enetc: build enetc_pf_common.c as a separate moduleWei Fang
2024-11-04net: enetc: extract common ENETC PF parts for LS1028A and i.MX95 platformsWei Fang