summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* gianfar: prevent integer wrapping in the rx handlerAndy Spencer2018-01-291-2/+7
* net: fec: add necessary defines to work on ARM64Lucas Stach2018-01-222-5/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-202-3/+14
|\
| * net: fs_enet: do not call phy_stop() in interruptsChristophe Leroy2018-01-172-3/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-121-2/+1Star
|\|
| * net: gianfar_ptp: move set_fipers() to spinlock protecting areaYangbo Lu2018-01-101-2/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-1/+6
|\|
| * net: fec: free/restore resource in related probe error pathesFugang Duan2018-01-051-2/+2
| * net: fec: defer probe if regulator is not readyFugang Duan2018-01-031-0/+4
| * net: fec: restore dev_id in the cases of probe errorFugang Duan2018-01-031-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-291-0/+6
|\|
| * net: fec: unmap the xmit buffer that are not transferred by DMAFugang Duan2017-12-271-0/+6
* | net: fec: add phy_reset_after_clk_enable() supportRichard Leitner2017-12-131-0/+20
|/
* gianfar: Disable EEE autoneg by defaultClaudiu Manoil2017-12-081-0/+5
* gianfar: fix a flooded alignment reports because of padding issue.Zumeng Chen2017-12-051-2/+4
* fsl/fman_port: mark expected switch fall-throughsGustavo A. R. Silva2017-11-111-0/+2
* fsl/fman: Remove a useless 'dev_err()' callChristophe JAILLET2017-11-081-1/+0Star
* fsl/fman: Add a missing 'of_node_put()' call in an error handling pathChristophe JAILLET2017-11-081-0/+1
* fsl/fman: Remove some useless codeChristophe JAILLET2017-11-081-5/+2Star
* fsl/fman: Remove a useless call to 'dev_set_drvdata()'Christophe JAILLET2017-11-081-1/+0Star
* dpaa_eth: fix error return code in dpaa_eth_probe()Wei Yongjun2017-11-081-3/+3
* net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-1/+1
* net: fec: Let fec_ptp have its own interrupt routineTroy Kisky2017-11-083-45/+71
* dpaa_eth: avoid uninitialized variable false-positive warningArnd Bergmann2017-11-051-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-047-0/+7
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-027-0/+7
* | net: dpaa: remove init which already done in per-cpu allocationyuan linyu2017-11-021-5/+0Star
* | net: dpaa: fix maybe uninitialized var in dpaa_open()yuan linyu2017-11-021-1/+2
* | dpaa_eth: remove obsolete commentMadalin Bucur2017-10-181-4/+0Star
* | fsl/fman: add dpaa in module namesMadalin Bucur2017-10-181-6/+6
* | dpaa_eth: cleanup dpaa_eth_probe() error pathsMadalin Bucur2017-10-181-33/+20Star
* | dpaa_eth: change device usedMadalin Bucur2017-10-183-53/+27Star
* | dpaa_eth: move of_phy_connect() to the eth driverMadalin Bucur2017-10-183-84/+66Star
* | fsl/fman: remove of_nodeMadalin Bucur2017-10-181-1/+0Star
* | net: fs_enet: Remove unused timerKees Cook2017-10-182-3/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-232-6/+6
|\|
| * net: fec: return IRQ_HANDLED if fec_ptp_check_pps_event handled itTroy Kisky2017-09-211-2/+2
| * net: fec: remove unused interrupt FEC_ENET_TS_TIMERTroy Kisky2017-09-211-2/+2
| * net: fec: only check queue 0 if RXF_0/TXF_0 interrupt is setTroy Kisky2017-09-211-2/+2
* | net/ethernet/freescale: fix warning for ucc_gethValentin Longchamp2017-09-181-2/+3
|/
* gianfar: Fix Tx flow control deactivationClaudiu Manoil2017-09-051-1/+1
* fsl/fman: make arrays port_ids static, reduces object code sizeColin Ian King2017-09-021-4/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-021-0/+2
|\
| * fsl/man: Inherit parent device and of_nodeFlorian Fainelli2017-08-231-0/+2
* | dpaa_eth: check allocation resultMadalin Bucur2017-08-291-0/+3
* | dpaa_eth: add NETIF_F_RXHASHMadalin Bucur2017-08-295-5/+41
* | dpaa_eth: enable Rx hashing controlMadalin Bucur2017-08-291-0/+113
* | dpaa_eth: use multiple Rx frame queuesMadalin Bucur2017-08-293-7/+47
* | fsl/fman: enable FMan KeygenIordache Florinel-R701772017-08-297-2/+884
* | fsl/fman: move struct fman to header fileMadalin Bucur2017-08-293-81/+82