aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+53
2019-10-17dpaa2-eth: Fix TX FQID valuesIoana Radulescu1-0/+44
2019-10-17dpaa2-eth: add irq for the dpmac connect/disconnect eventFlorin Chiculita2-2/+9
2019-10-07dpaa2-eth: Avoid unbounded while loopsIoana Radulescu2-6/+34
2019-10-07dpaa2-eth: Fix minor bug in ethtool stats reportingIoana Radulescu1-1/+1
2019-10-07dpaa2-eth: Cleanup dead codeIoana Radulescu1-7/+0
2019-09-27enetc: Fix a signedness bug in enetc_of_get_phy()Dan Carpenter1-1/+1
2019-09-25gianfar: Make reset_gfar staticYueHaibing1-1/+1
2019-09-05gianfar: use DT more consistently when selecting PHY connection typeArseny Solokha1-10/+9
2019-09-05gianfar: cleanup gianfar.hArseny Solokha1-38/+0
2019-09-05gianfar: make five functions staticArseny Solokha1-5/+6
2019-09-05gianfar: remove forward declarationsArseny Solokha3-1408/+1347
2019-09-05dpaa2-eth: Poll Tx pending frames counter on if downIoana Radulescu1-3/+28
2019-09-05dpaa2-eth: Add new DPNI statistics countersIoana Radulescu3-3/+58
2019-09-05dpaa2-eth: Minor refactoring in ethtool statsIoana Radulescu1-11/+7
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+4
2019-08-31enetc: Add missing call to 'pci_free_irq_vectors()' in probe and remove functionsChristophe JAILLET1-1/+4
2019-08-29dpaa2-eth: Add pause frame supportIoana Radulescu6-13/+177
2019-08-29dpaa2-eth: Use stored link settingsIoana Radulescu2-14/+7
2019-08-29dpaa2-eth: Remove support for changing link settingsIoana Radulescu1-50/+1
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-2/+1
2019-08-22net: fec: add C45 MDIO read/write supportMarco Hartmann1-6/+64
2019-08-21net: fec: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-10dpaa2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-50/+7
2019-08-08dpaa_eth: Use refcount_t for refcountChuhong Yuan2-4/+5
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+2
2019-08-02enetc: Add mdio bus driver for the PCIe MDIO endpointClaudiu Manoil6-9/+132
2019-08-02enetc: Clean up makefileClaudiu Manoil1-12/+6
2019-08-02enetc: Clean up local mdio bus allocationClaudiu Manoil1-48/+46
2019-08-02enetc: Select PHYLIB while CONFIG_FSL_ENETC_VF is setYueHaibing1-0/+1
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-30enetc: Fix build error without PHYLIBYueHaibing1-0/+1
2019-07-25fsl/fman: Remove comment referring to non-existent functionChris Packham1-3/+0
2019-07-24Build fixes for skb_frag_size conversionMatthew Wilcox (Oracle)1-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)2-3/+3
2019-07-15ethernet: remove redundant memsetFuqian Huang1-2/+0
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2019-06-15dpaa2-ptp: add interrupt supportYangbo Lu4-1/+417
2019-06-15dpaa2-ptp: reuse ptp_qoriq driverYangbo Lu5-282/+34
2019-06-12dpaa2-eth: Add mqprio supportIoana Radulescu2-5/+64
2019-06-12dpaa2-eth: Support multiple traffic classes on TxIoana Radulescu2-11/+19
2019-06-12dpaa2-eth: Refactor xps codeIoana Radulescu1-13/+32
2019-06-09dpaa2-eth: Use napi_alloc_frag()Sebastian Andrzej Siewior1-1/+1
2019-06-09dpaa2-eth: Remove preempt_disable() from seed_pool()Sebastian Andrzej Siewior1-9/+0
2019-06-09net: fec_main: Use dev_err() instead of pr_err()Fabio Estevam1-4/+5
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-31/+6
2019-06-06net: fec: Do not use netdev messages too earlyFabio Estevam1-3/+3
2019-06-05net: fec_ptp: Use dev_err() instead of pr_err()Fabio Estevam1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 362Thomas Gleixner1-4/+1
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-11/+13