summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
4 daysnet: enetc: fix build warning when PAGE_SIZE is greater than 128KWei Fang1-2/+2
2026-01-02net: enetc: do not transmit redirected XDP frames when the link is downWei Fang1-1/+2
2026-01-02net: fec: ERR007885 Workaround for XDP TX pathWei Fang1-1/+6
2025-11-27net: fec: do not register PPS event for PEROUTWei Fang1-2/+5
2025-11-27net: fec: do not allow enabling PPS and PEROUT simultaneouslyWei Fang1-0/+12
2025-11-27net: fec: do not update PEROUT if it is enabledWei Fang2-10/+34
2025-11-27net: fec: cancel perout_timer when PEROUT is disabledWei Fang1-0/+2
2025-11-08net: fec: correct rx_bytes statistic for the case SHIFT16 is setWei Fang1-0/+2
2025-10-18dpaa2-eth: fix the pointer passed to PTR_ALIGN on Tx pathIoana Ciornei1-2/+1
2025-10-18net: enetc: correct the value of ENETC_RXB_TRUESIZEWei Fang1-1/+1
2025-10-18net: 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-27net: enetc: Fix probing error message typo for the ENETCv4 PF driverClaudiu Manoil1-1/+1
2025-09-23net: 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-15net: fec: enable the Jumbo frame support for i.MX8QMShenwei Wang2-4/+24
2025-09-15net: fec: add change_mtu to support dynamic buffer allocationShenwei Wang2-4/+23
2025-09-15net: fec: add rx_frame_size to support configurable RX lengthShenwei Wang2-1/+3
2025-09-15net: fec: update MAX_FL based on the current MTUShenwei Wang1-1/+1
2025-09-15net: fec: add pagepool_order to support variable page sizeShenwei Wang2-2/+5
2025-09-15net: fec: use a member variable for maximum buffer sizeShenwei Wang2-6/+11
2025-09-12dpaa2-switch: fix buffer pool seeding for control trafficIoana Ciornei1-1/+1
2025-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2025-09-06net: fman: clean up included headersHeiner Kallweit1-2/+0
2025-09-06net: 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-22/+129
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-14net: enetc: Remove error print for devm_add_action_or_reset()Waqar Hameed1-2/+1
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