aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)Author
2023-05-30net: fec: Better handle pm_runtime_get() failing in .remove()Uwe Kleine-König
2022-11-25net: fman: Unregister ethernet device on removalSean Anderson
2022-11-10net: fec: fix improper use of NETDEV_TX_BUSYZhang Changzhong
2022-10-26net: fs_enet: Fix wrong check in do_pd_setupZheng Yongjun
2022-08-25fec: Fix timer capture timing in `fec_ptp_enable_pps()`Csókás Bence
2022-04-27dpaa_eth: Fix missing of_node_put in dpaa_get_ts_info()Lv Ruyi
2022-03-16gianfar: ethtool: Fix refcount leak in gfar_get_ts_infoMiaoqian Lin
2022-01-27net/fsl: xgmac_mdio: Fix incorrect iounmap when removing moduleTobias Waldekranz
2022-01-27fsl/fman: Check for null pointer after calling devm_ioremapJiasheng Jiang
2022-01-05fsl/fman: Fix missing put_device() call in fman_port_probeMiaoqian Lin
2021-12-14net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()Joakim Zhang
2021-08-12net: fec: fix use-after-free in fec_drv_removePavel Skripkin
2021-06-30net: fec_ptp: add clock rate zero checkFugang Duan
2021-06-30net: fec_ptp: fix issue caused by refactor the fec_devtypeJoakim Zhang
2021-06-03net: fec: fix the potential memory leak in fec_enet_init()Fugang Duan
2021-04-14gianfar: Handle error code at MAC address changeClaudiu Manoil
2021-03-30gianfar: fix jumbo packets+napi+rx overrun crashMichael Braun
2021-03-30net: fec: ptp: avoid register access when ipg clock is disabledHeiko Thiery
2021-01-19net: ethernet: fs_enet: Add missing MODULE_LICENSEMichael Ellerman
2021-01-19ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pramRasmus Villemoes
2021-01-12ethernet: ucc_geth: set dev->max_mtu to 1518Rasmus Villemoes
2021-01-12ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()Rasmus Villemoes
2020-11-10gianfar: Account for Tx PTP timestamp in the skb headroomClaudiu Manoil
2020-11-10gianfar: Replace skb_realloc_headroom with skb_cow_head for PTPClaudiu Manoil
2020-10-29net: fec: Fix PHY init after phy_reset_after_clk_enable()Marek Vasut
2020-10-29net: fec: Fix phy_device lookup for phy_reset_after_clk_enable()Marek Vasut
2020-09-03net: gianfar: Add of_node_put() before goto statementSumera Priyadarsini
2020-08-26net: fec: correct the error path for regulator disable in probeFugang Duan
2020-08-19fsl/fman: fix eth hash table allocationFlorinel Iordache
2020-08-19fsl/fman: check dereferencing null pointerFlorinel Iordache
2020-08-19fsl/fman: fix unreachable codeFlorinel Iordache
2020-08-19fsl/fman: fix dereference null return valueFlorinel Iordache
2020-08-19fsl/fman: use 32-bit unsigned integerFlorinel Iordache
2020-06-25Revert "dpaa_eth: fix usage as DSA master, try 3"Vladimir Oltean
2020-06-07net/ethernet/freescale: rework quiesce/activate for ucc_gethValentin Longchamp
2020-06-03net: freescale: select CONFIG_FIXED_PHY where neededArnd Bergmann
2020-06-03dpaa_eth: fix usage as DSA master, try 3Vladimir Oltean
2020-05-02net: fec: set GPR bit on suspend by DT configuration.Martin Fuzzey
2020-04-02dpaa_eth: Remove unnecessary boolean expression in dpaa_get_headroomNathan Chancellor
2020-04-02fsl/fman: detect FMan erratum A050385Madalin Bucur
2020-03-18net: fec: validate the new settings in fec_enet_set_coalesce()Jakub Kicinski
2020-02-24gianfar: Fix TX timestamping with a stacked DSA driverVladimir Oltean
2020-02-05net: fsl/fman: rename IF_MODE_XGMII to IF_MODE_10GMadalin Bucur
2020-02-05net/fsl: treat fsl,erratum-a011043Madalin Bucur
2020-01-27dpaa_eth: avoid timestamp read on error pathsMadalin Bucur
2020-01-27dpaa_eth: perform DMA unmapping before readMadalin Bucur
2019-12-05net: fec: fix clock count mis-matchChuhong Yuan
2019-12-05net: fec: add missed clk_disable_unprepare in removeChuhong Yuan
2019-11-20net: freescale: fix return type of ndo_start_xmit functionYueHaibing
2019-07-26net: fec: Do not use netdev messages too earlyFabio Estevam