summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-1/+1
|\
| * net: ethernet: ucc: fix spelling mistake: "tx-late-collsion" -> "tx-late-coll...Colin Ian King2018-04-301-1/+1
* | fsl/fman_port: remove redundant check on port->rev_info.majorColin Ian King2018-04-241-5/+3Star
|/
* net/fsl_pq_mdio: Allow explicit speficition of TBIPA addressEsben Haabendal2018-04-081-16/+34
* fsl/fman: remove unnecessary set_dma_ops() call and HAS_DMA dependencyMadalin Bucur2018-03-262-2/+0Star
* dpaa_eth: use true and false for boolean valuesGustavo A. R. Silva2018-03-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-233-5/+7
|\
| * net: fec: Fix unbalanced PM runtime callsFlorian Fainelli2018-03-181-0/+2
| * dpaa_eth: remove duplicate increment of the tx_errors counterCamelia Groza2018-03-141-1/+0Star
| * dpaa_eth: increment the RX dropped counter when neededCamelia Groza2018-03-141-1/+3
| * dpaa_eth: remove duplicate initializationCamelia Groza2018-03-141-1/+0Star
| * dpaa_eth: fix error in dpaa_remove()Madalin Bucur2018-03-141-1/+1
| * fsl/fman: avoid sleeping in atomic context while adding an addressDenis Kirjanov2018-03-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-4/+3Star
|\|
| * gianfar: Fix Rx byte accounting for ndev statsClaudiu Manoil2018-02-281-4/+3Star
* | dpaa_eth: Add allmulti optionRadu Bulie2018-02-279-5/+97
* | dpaa_eth: refactor frag count checkingMadalin Bucur2018-02-271-8/+12
* | dpaa_eth: make sure all Rx errors are countedMadalin Bucur2018-02-271-8/+2Star
* | dpaa_eth: fix SG mappingMadalin Bucur2018-02-271-10/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-241-16/+7Star
|\|
| * gianfar: simplify FCS handling and fix memory leakAndy Spencer2018-02-231-16/+7Star
* | dpaa_eth: fix pause capability advertisement logicJake Moroni2018-02-191-1/+1
* | dpaa_eth: fix incorrect commentJake Moroni2018-02-131-1/+1
|/
* 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