summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
2020-08-26net: fec: correct the error path for regulator disable in probeFugang Duan1-2/+2
2020-08-21fsl/fman: fix eth hash table allocationFlorinel Iordache1-1/+1
2020-08-21fsl/fman: check dereferencing null pointerFlorinel Iordache3-4/+4
2020-08-21fsl/fman: fix unreachable codeFlorinel Iordache1-1/+0
2020-08-21fsl/fman: fix dereference null return valueFlorinel Iordache1-1/+8
2020-08-21fsl/fman: use 32-bit unsigned integerFlorinel Iordache1-2/+1
2020-06-11net/ethernet/freescale: rework quiesce/activate for ucc_gethValentin Longchamp1-6/+7
2020-06-03net: freescale: select CONFIG_FIXED_PHY where neededArnd Bergmann2-0/+3
2020-04-02dpaa_eth: Remove unnecessary boolean expression in dpaa_get_headroomNathan Chancellor1-3/+1
2020-04-02fsl/fman: detect FMan erratum A050385Madalin Bucur3-0/+51
2020-03-20net: fec: validate the new settings in fec_enet_set_coalesce()Jakub Kicinski1-3/+3
2020-02-28gianfar: Fix TX timestamping with a stacked DSA driverVladimir Oltean1-3/+7
2020-02-05net: fsl/fman: rename IF_MODE_XGMII to IF_MODE_10GMadalin Bucur1-2/+2
2020-02-05net/fsl: treat fsl,erratum-a011043Madalin Bucur1-1/+6
2019-12-05net: fec: fix clock count mis-matchChuhong Yuan1-4/+11
2019-12-05net: fec: add missed clk_disable_unprepare in removeChuhong Yuan1-0/+2
2019-11-20net: freescale: fix return type of ndo_start_xmit functionYueHaibing5-6/+10
2019-07-31net: fec: Do not use netdev messages too earlyFabio Estevam1-3/+3
2019-06-09net: fec: fix the clk mismatch in failed_reset pathAndy Duan1-1/+1
2019-05-16net: ucc_geth - fix Oops when changing number of buffers in the ringChristophe Leroy1-5/+3
2019-05-16dpaa_eth: fix SG frame cleanupLaurentiu Tudor1-1/+1
2019-05-16net: fec: manage ahb clock in runtime pmAndy Duan1-9/+21
2019-02-12fsl/fman: Use GFP_ATOMIC in {memac,tgec}_add_hash_mac_address()Scott Wood2-2/+2
2019-02-06ucc_geth: Reset BQL queue when stopping deviceMathias Thore1-0/+2
2018-12-21ethernet: fman: fix wrong of_node_put() in probe functionNicolas Saenz Julienne1-3/+2
2018-11-10net: fs_enet: do not call phy_stop() in interruptsChristophe Leroy2-3/+14
2018-11-04net: fec: don't dump RX FIFO register when not availableFugang Duan2-4/+16
2018-11-04net: fec: fix rare tx timeoutRickard x Andersson1-4/+4
2018-08-24dpaa_eth: DPAA SGT needs to be 256BMadalin Bucur1-7/+8
2018-08-24fsl/fman: fix parser reporting bad checksum on short framesMadalin Bucur1-0/+8
2018-07-11Revert "dpaa_eth: fix error in dpaa_remove()"Greg Kroah-Hartman1-1/+1
2018-05-30dpaa_eth: fix pause capability advertisement logicJake Moroni1-1/+1
2018-05-30dpaa_eth: fix SG mappingMadalin Bucur1-10/+13
2018-05-30fsl/fman: avoid sleeping in atomic context while adding an addressDenis Kirjanov1-1/+1
2018-05-30gianfar: Fix Rx byte accounting for ndev statsClaudiu Manoil1-4/+3
2018-04-26gianfar: prevent integer wrapping in the rx handlerAndy Spencer1-2/+7
2018-03-31dpaa_eth: remove duplicate increment of the tx_errors counterCamelia Groza1-1/+0
2018-03-31dpaa_eth: increment the RX dropped counter when neededCamelia Groza1-1/+3
2018-03-31dpaa_eth: remove duplicate initializationCamelia Groza1-1/+0
2018-03-31dpaa_eth: fix error in dpaa_remove()Madalin Bucur1-1/+1
2018-03-31net: fec: Fix unbalanced PM runtime callsFlorian Fainelli1-0/+2
2018-03-03net: gianfar_ptp: move set_fipers() to spinlock protecting areaYangbo Lu1-2/+1
2018-02-25gianfar: Disable EEE autoneg by defaultClaudiu Manoil1-0/+5
2018-02-25gianfar: fix a flooded alignment reports because of padding issue.Zumeng Chen1-2/+4
2018-01-17net: fec: free/restore resource in related probe error pathesFugang Duan1-2/+2
2018-01-17net: fec: defer probe if regulator is not readyFugang Duan1-0/+4
2018-01-17net: fec: restore dev_id in the cases of probe errorFugang Duan1-0/+1
2018-01-02net: fec: unmap the xmit buffer that are not transferred by DMAFugang Duan1-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman7-0/+7
2017-09-21net: fec: return IRQ_HANDLED if fec_ptp_check_pps_event handled itTroy Kisky1-2/+2