aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
2018-03-18net: fec: Fix unbalanced PM runtime callsGravatar Florian Fainelli 1-0/+2
2018-03-14dpaa_eth: remove duplicate increment of the tx_errors counterGravatar Camelia Groza 1-1/+0
2018-03-14dpaa_eth: increment the RX dropped counter when neededGravatar Camelia Groza 1-1/+3
2018-03-14dpaa_eth: remove duplicate initializationGravatar Camelia Groza 1-1/+0
2018-03-14dpaa_eth: fix error in dpaa_remove()Gravatar Madalin Bucur 1-1/+1
2018-03-07fsl/fman: avoid sleeping in atomic context while adding an addressGravatar Denis Kirjanov 1-1/+1
2018-02-28gianfar: Fix Rx byte accounting for ndev statsGravatar Claudiu Manoil 1-4/+3
2018-02-23gianfar: simplify FCS handling and fix memory leakGravatar Andy Spencer 1-16/+7
2018-01-29gianfar: prevent integer wrapping in the rx handlerGravatar Andy Spencer 1-2/+7
2018-01-22net: fec: add necessary defines to work on ARM64Gravatar Lucas Stach 2-5/+8
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-3/+14
2018-01-17net: fs_enet: do not call phy_stop() in interruptsGravatar Christophe Leroy 2-3/+14
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+1
2018-01-10net: gianfar_ptp: move set_fipers() to spinlock protecting areaGravatar Yangbo Lu 1-2/+1
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+6
2018-01-05net: fec: free/restore resource in related probe error pathesGravatar Fugang Duan 1-2/+2
2018-01-03net: fec: defer probe if regulator is not readyGravatar Fugang Duan 1-0/+4
2018-01-03net: fec: restore dev_id in the cases of probe errorGravatar Fugang Duan 1-0/+1
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+6
2017-12-27net: fec: unmap the xmit buffer that are not transferred by DMAGravatar Fugang Duan 1-0/+6
2017-12-13net: fec: add phy_reset_after_clk_enable() supportGravatar Richard Leitner 1-0/+20
2017-12-08gianfar: Disable EEE autoneg by defaultGravatar Claudiu Manoil 1-0/+5
2017-12-05gianfar: fix a flooded alignment reports because of padding issue.Gravatar Zumeng Chen 1-2/+4
2017-11-11fsl/fman_port: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+2
2017-11-08fsl/fman: Remove a useless 'dev_err()' callGravatar Christophe JAILLET 1-1/+0
2017-11-08fsl/fman: Add a missing 'of_node_put()' call in an error handling pathGravatar Christophe JAILLET 1-0/+1
2017-11-08fsl/fman: Remove some useless codeGravatar Christophe JAILLET 1-5/+2
2017-11-08fsl/fman: Remove a useless call to 'dev_set_drvdata()'Gravatar Christophe JAILLET 1-1/+0
2017-11-08dpaa_eth: fix error return code in dpaa_eth_probe()Gravatar Wei Yongjun 1-3/+3
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIOGravatar Nogah Frankel 1-1/+1
2017-11-08net: fec: Let fec_ptp have its own interrupt routineGravatar Troy Kisky 3-45/+71
2017-11-05dpaa_eth: avoid uninitialized variable false-positive warningGravatar Arnd Bergmann 1-1/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 7-0/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 7-0/+7
2017-11-02net: dpaa: remove init which already done in per-cpu allocationGravatar yuan linyu 1-5/+0
2017-11-02net: dpaa: fix maybe uninitialized var in dpaa_open()Gravatar yuan linyu 1-1/+2
2017-10-18dpaa_eth: remove obsolete commentGravatar Madalin Bucur 1-4/+0
2017-10-18fsl/fman: add dpaa in module namesGravatar Madalin Bucur 1-6/+6
2017-10-18dpaa_eth: cleanup dpaa_eth_probe() error pathsGravatar Madalin Bucur 1-33/+20
2017-10-18dpaa_eth: change device usedGravatar Madalin Bucur 3-53/+27
2017-10-18dpaa_eth: move of_phy_connect() to the eth driverGravatar Madalin Bucur 3-84/+66
2017-10-18fsl/fman: remove of_nodeGravatar Madalin Bucur 1-1/+0
2017-10-18net: fs_enet: Remove unused timerGravatar Kees Cook 2-3/+0
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-6/+6
2017-09-20net: fec: return IRQ_HANDLED if fec_ptp_check_pps_event handled itGravatar Troy Kisky 1-2/+2
2017-09-20net: fec: remove unused interrupt FEC_ENET_TS_TIMERGravatar Troy Kisky 1-2/+2
2017-09-20net: fec: only check queue 0 if RXF_0/TXF_0 interrupt is setGravatar Troy Kisky 1-2/+2
2017-09-18net/ethernet/freescale: fix warning for ucc_gethGravatar Valentin Longchamp 1-2/+3
2017-09-05gianfar: Fix Tx flow control deactivationGravatar Claudiu Manoil 1-1/+1
2017-09-01fsl/fman: make arrays port_ids static, reduces object code sizeGravatar Colin Ian King 1-4/+10