aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
2025-11-07net: fec: correct rx_bytes statistic for the case SHIFT16 is setWei Fang1-0/+2
2025-10-17dpaa2-eth: fix the pointer passed to PTR_ALIGN on Tx pathIoana Ciornei1-2/+1
2025-10-17net: enetc: correct the value of ENETC_RXB_TRUESIZEWei Fang1-1/+1
2025-10-17net: enetc: fix the deadlock of enetc_mdio_lockJianpeng Chang1-4/+21
2025-10-06net: fsl_pq_mdio: Fix device node reference leak in fsl_pq_mdio_probeErick Karanja1-0/+2
2025-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-11/+6
2025-09-30net: enetc: initialize SW PIR and CIR based HW PIR and CIR valuesWei Fang1-10/+5
2025-09-26net: enetc: Fix probing error message typo for the ENETCv4 PF driverClaudiu Manoil1-1/+1
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+1
2025-09-22net: enetc: use generic interfaces to get phc_index for ENETC v1Wei Fang3-24/+10
2025-09-22net: enetc: fix sleeping function called from rcu_read_lock() contextWei Fang1-1/+2
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-09-14net: fec: enable the Jumbo frame support for i.MX8QMShenwei Wang2-4/+24
2025-09-14net: fec: add change_mtu to support dynamic buffer allocationShenwei Wang2-4/+23
2025-09-14net: fec: add rx_frame_size to support configurable RX lengthShenwei Wang2-1/+3
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 Wang2-2/+5
2025-09-14net: fec: use a member variable for maximum buffer sizeShenwei Wang2-6/+11
2025-09-11dpaa2-switch: fix buffer pool seeding for control trafficIoana Ciornei1-1/+1
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2025-09-05net: fman: clean up included headersHeiner Kallweit1-2/+0
2025-09-05net: fec: Fix possible NPD in fec_enet_phy_reset_after_clk_enable()Stefan Wahren1-1/+2
2025-09-02net: enetc: don't update sync packet checksum if checksum offload is usedWei Fang1-8/+9
2025-09-02net: enetc: add PTP synchronization support for ENETC v4Wei Fang6-21/+128
2025-09-02net: enetc: move sync packet modification before dma_map_single()Wei Fang1-7/+8
2025-09-02net: enetc: remove unnecessary CONFIG_FSL_ENETC_PTP_CLOCK checkWei Fang2-4/+3
2025-09-02net: enetc: extract enetc_update_ptp_sync_msg() to handle PTP Sync packetsWei Fang2-59/+71
2025-09-02net: enetc: save the parsed information of PTP packet to skb->cbWei Fang2-31/+43
2025-08-13net: enetc: Remove error print for devm_add_action_or_reset()Waqar Hameed1-2/+1
2025-07-30net: gianfar: fix device leak when querying time stamp infoJohan Hovold1-1/+3
2025-07-30net: enetc: fix device and OF node leak at probeJohan Hovold1-2/+12
2025-07-30net: 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/netdev/net-nextLinus Torvalds16-278/+270
2025-07-29Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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-23net: fec: access ->pp through netmem_desc instead of pageByungchul Park1-3/+7
2025-07-18dpaa2-switch: Fix device reference count leak in MAC endpoint handlingMa Ke1-3/+12
2025-07-18dpaa2-eth: Fix device reference count leak in MAC endpoint handlingMa Ke1-3/+12
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-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-06-30net: enetc: read 64-bit statistics from port MAC countersWei Fang1-40/+40
2025-06-30net: enetc: separate 64-bit counters from enetc_port_countersWei Fang2-1/+15
2025-06-30net: enetc: change the statistics of ring to unsigned long typeWei Fang1-11/+11
2025-06-30net: fec: allow disable coalescingJonas Rebmann1-18/+16
2025-06-27dpaa2-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