summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
2025-07-31net: gianfar: fix device leak when querying time stamp infoJohan Hovold1-1/+3
2025-07-31net: enetc: fix device and OF node leak at probeJohan Hovold1-2/+12
2025-07-31net: dpaa: fix device leak when querying time stamp infoJohan Hovold1-1/+3
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds16-280/+272
2025-07-30Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-07-26net: fsl_pq_mdio: use dev_err_probeAlexander Stein1-2/+2
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+24
2025-07-24net: fec: access ->pp through netmem_desc instead of pageByungchul Park1-3/+7
2025-07-19dpaa2-switch: Fix device reference count leak in MAC endpoint handlingMa Ke1-3/+12
2025-07-19dpaa2-eth: Fix device reference count leak in MAC endpoint handlingMa Ke1-3/+12
2025-07-15net: fec: add fec_set_hw_mac_addr() helper functionWei Fang1-12/+14
2025-07-15net: fec: add more macros for bits of FEC_ECRWei Fang1-5/+7
2025-07-15net: fec: use phy_interface_mode_is_rgmii() to check RGMII modeWei Fang1-4/+1
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+24
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman1-1/+1
2025-07-01net: enetc: read 64-bit statistics from port MAC countersWei Fang1-42/+42
2025-07-01net: enetc: separate 64-bit counters from enetc_port_countersWei Fang2-1/+15
2025-07-01net: enetc: change the statistics of ring to unsigned long typeWei Fang1-11/+11
2025-07-01net: fec: allow disable coalescingJonas Rebmann1-18/+16
2025-06-28dpaa2-eth: fix xdp_rxq_info leakFushuai Wang1-2/+24
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-06-26net: enetc: Correct endianness handling in _enetc_rd_reg64Simon Horman1-1/+1
2025-06-25net: xsk: dpaa2: avoid repeatedly updating the global consumerJason Xing1-2/+0
2025-06-20net: gianfar: Use device_get_named_child_node_count()Matti Vaittinen1-13/+4
2025-06-20net: fec: fec_enet_rx_queue(): factor out VLAN handling into separate functio...Marc Kleine-Budde1-13/+19
2025-06-20net: fec: fec_enet_rx_queue(): move_call to _vlan_hwaccel_put_tag()Marc Kleine-Budde1-12/+4
2025-06-20net: fec: fec_enet_rx_queue(): reduce scope of dataMarc Kleine-Budde1-3/+3
2025-06-20net: fec: fec_enet_rx_queue(): replace manual VLAN header calculation with sk...Marc Kleine-Budde1-2/+1
2025-06-20net: fec: fec_enet_rx_queue(): use same signature as fec_enet_tx_queue()Marc Kleine-Budde1-2/+2
2025-06-20net: fec: fec_restart(): introduce a define for FEC_ECR_SPEEDMarc Kleine-Budde1-1/+2
2025-06-20net: fec: rename struct fec_devinfo fec_imx6x_info -> fec_imx6sx_infoMarc Kleine-Budde1-2/+2
2025-06-20net: fec: sort the includes by alphabetic orderMarc Kleine-Budde3-57/+57
2025-06-20net: fec: switch from asm/cacheflush.h to linux/cacheflush.hMarc Kleine-Budde1-2/+1
2025-06-20net: fec: struct fec_enet_private: remove obsolete commentMarc Kleine-Budde1-1/+0
2025-06-20net: fec: fix typos found by codespellMarc Kleine-Budde3-7/+7
2025-06-19dpaa_eth: don't use fixed_phy_change_carrierHeiner Kallweit1-2/+0
2025-06-18eth: dpaa2: migrate to new RXFH callbacksJakub Kicinski1-12/+24
2025-06-18eth: dpaa: migrate to new RXFH callbacksJakub Kicinski1-37/+7
2025-06-17net: enetc: replace PCVLANR1/2 with SICVLANR1/2 and remove dead branchWei Fang2-7/+8
2025-06-17eth: gianfar: migrate to new RXFH callbacksJakub Kicinski1-7/+17
2025-06-17eth: enetc: migrate to new RXFH callbacksJakub Kicinski1-6/+5
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2025-06-12net: fman_memac: Don't use of_property_read_bool on non-boolean property managedAlexander Stein1-1/+1
2025-06-06net: enetc: fix the netc-lib driver build dependencyWei Fang1-1/+5
2025-05-21net: enetc: fix the error handling in enetc4_pf_netdev_create()Wei Fang1-1/+2
2025-05-15net: phy: remove Kconfig symbol MDIO_DEVRESHeiner Kallweit2-3/+0
2025-05-14net: enetc: fix implicit declaration of function FIELD_PREPWei Fang1-0/+1
2025-05-14net: enetc: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean4-26/+31
2025-05-10net: gianfar: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean1-37/+16
2025-05-10net: dpaa2-eth: add ndo_hwtstamp_get() implementationVladimir Oltean1-0/+16