summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* dpaa2-eth: add MAC/PHY support through phylinkIoana Ciornei2019-10-319-21/+816
* dpaa2-eth: update the TX frame queues on DPNI_IRQ_EVENT_ENDPOINT_CHANGEDIoana Ciornei2019-10-311-4/+3
* dpaa_eth: register a device link for the qman portal usedMadalin Bucur2019-10-311-2/+3
* dpaa_eth: extend delays in ndo_stopMadalin Bucur2019-10-311-1/+3
* dpaa_eth: remove netdev_err() for user errorsMadalin Bucur2019-10-311-12/+4
* dpaa_eth: add dropped frames to percpu ethtool statsMadalin Bucur2019-10-311-0/+8
* dpaa_eth: use a page to store the SGTMadalin Bucur2019-10-311-22/+21
* dpaa_eth: cleanup skb_to_contig_fd()Madalin Bucur2019-10-311-7/+7
* dpaa_eth: use fd information in dpaa_cleanup_tx_fd()Madalin Bucur2019-10-311-6/+7
* dpaa_eth: simplify variables used in dpaa_cleanup_tx_fd()Madalin Bucur2019-10-311-7/+7
* dpaa_eth: avoid timestamp read on error pathsMadalin Bucur2019-10-311-7/+10
* dpaa_eth: perform DMA unmapping before readMadalin Bucur2019-10-311-15/+17
* dpaa_eth: use page backed rx buffersMadalin Bucur2019-10-311-29/+22
* dpaa_eth: use only one buffer pool per interfaceMadalin Bucur2019-10-314-92/+57
* net: fec: remove redundant assignment to pointer bdpColin Ian King2019-10-291-1/+0
* dpaa_eth: add newline in dev_err() msgMadalin Bucur2019-10-241-1/+1
* fsl/fman: remove unused struct memberMadalin Bucur2019-10-241-3/+0
* dpaa_eth: change DMA deviceMadalin Bucur2019-10-242-51/+62
* fsl/fman: add API to get the device behind a fman portLaurentiu Tudor2019-10-242-0/+16
* dpaa_eth: remove redundant codeMadalin Bucur2019-10-241-4/+0
* dpaa_eth: defer probing after qbmanLaurentiu Tudor2019-10-241-0/+31
* fsl/fman: don't touch liodn base regs reserved on non-PAMU SoCsLaurentiu Tudor2019-10-241-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-202-2/+53
|\
| * dpaa2-eth: Fix TX FQID valuesIoana Radulescu2019-10-171-0/+44
| * dpaa2-eth: add irq for the dpmac connect/disconnect eventFlorin Chiculita2019-10-172-2/+9
* | dpaa2-eth: Avoid unbounded while loopsIoana Radulescu2019-10-072-6/+34
* | dpaa2-eth: Fix minor bug in ethtool stats reportingIoana Radulescu2019-10-071-1/+1
* | dpaa2-eth: Cleanup dead codeIoana Radulescu2019-10-071-7/+0
|/
* enetc: Fix a signedness bug in enetc_of_get_phy()Dan Carpenter2019-09-271-1/+1
* gianfar: Make reset_gfar staticYueHaibing2019-09-251-1/+1
* gianfar: use DT more consistently when selecting PHY connection typeArseny Solokha2019-09-051-10/+9
* gianfar: cleanup gianfar.hArseny Solokha2019-09-051-38/+0
* gianfar: make five functions staticArseny Solokha2019-09-051-5/+6
* gianfar: remove forward declarationsArseny Solokha2019-09-053-1408/+1347
* dpaa2-eth: Poll Tx pending frames counter on if downIoana Radulescu2019-09-051-3/+28
* dpaa2-eth: Add new DPNI statistics countersIoana Radulescu2019-09-053-3/+58
* dpaa2-eth: Minor refactoring in ethtool statsIoana Radulescu2019-09-051-11/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-021-1/+4
|\
| * enetc: Add missing call to 'pci_free_irq_vectors()' in probe and remove funct...Christophe JAILLET2019-08-311-1/+4
* | dpaa2-eth: Add pause frame supportIoana Radulescu2019-08-296-13/+177
* | dpaa2-eth: Use stored link settingsIoana Radulescu2019-08-292-14/+7
* | dpaa2-eth: Remove support for changing link settingsIoana Radulescu2019-08-291-50/+1
* | ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-221-2/+1
* | net: fec: add C45 MDIO read/write supportMarco Hartmann2019-08-221-6/+64
* | net: fec: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+1
* | dpaa2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-102-50/+7
* | dpaa_eth: Use refcount_t for refcountChuhong Yuan2019-08-082-4/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-062-3/+2
|\|
| * enetc: Select PHYLIB while CONFIG_FSL_ENETC_VF is setYueHaibing2019-08-021-0/+1
| * enetc: Fix build error without PHYLIBYueHaibing2019-07-301-0/+1