summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale (follow)
Commit message (Expand)AuthorAgeFilesLines
* gianfar: remove duplicated include from gianfar.cYueHaibing2018-09-181-2/+0
* net: ethernet: remove redundant null pointer check before of_node_putzhong jiang2018-09-171-2/+1
* net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang2018-09-131-1/+1
* net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn2018-09-132-6/+2
* net: ethernet: Add helper for set_pauseparam for PauseAndrew Lunn2018-09-131-7/+2
* net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn2018-09-132-56/+16
* net: ethernet: Add helper for MACs which support pauseAndrew Lunn2018-09-131-3/+1
* net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn2018-09-132-4/+3
* net: ethernet: Add helper to remove a supported link modeAndrew Lunn2018-09-131-1/+2
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-132-8/+3
* freescale: ethernet: remove unnecessary unlikely()Igor Stoppa2018-09-071-5/+3
* dpaa2-eth: Move DPAA2 Ethernet driver from staging to drivers/netIoana Radulescu2018-09-0211-0/+6947
* net: ethernet: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-301-2/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-162-4/+0
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-032-7/+16
| |\
| * | net: ethernet: Use existing define with polynomialKrzysztof Kozlowski2018-07-273-6/+4
* | | net: fec: check DMA addressing limitationsStefan Agner2018-08-021-0/+8
* | | net: ethernet: fs-enet: Use generic CRC32 implementationKrzysztof Kozlowski2018-07-251-14/+4
* | | net: ethernet: freescale: Use generic CRC32 implementationKrzysztof Kozlowski2018-07-251-10/+3
* | | net: ethernet: gianfar_ethtool: remove redundant variable last_rule_idxColin Ian King2018-07-041-2/+0
* | | net: fec: remove redundant variable 'inc'Colin Ian King2018-07-041-2/+0
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-032-7/+16
|\ \ \ | | |/ | |/|
| * | dpaa_eth: DPAA SGT needs to be 256BMadalin Bucur2018-06-301-7/+8
| * | fsl/fman: fix parser reporting bad checksum on short framesMadalin Bucur2018-06-301-0/+8
| |/
* | dpaa_eth: add the get_ts_info interface for ethtoolYangbo Lu2018-06-261-0/+39
* | dpaa_eth: add support for hardware timestampingYangbo Lu2018-06-262-5/+86
* | fsl/fman: define frame description command UPDYangbo Lu2018-06-261-0/+1
* | fsl/fman_port: support getting timestampYangbo Lu2018-06-262-0/+14
* | fsl/fman: add set_tstamp interfaceYangbo Lu2018-06-268-0/+60
* | fsl/fman: share the event interruptYangbo Lu2018-06-261-1/+2
* | ucc_geth: Add BQL supportJoakim Tjernlund2018-06-221-1/+8
|/
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-6/+6
* net: ethernet: freescale: fix false-positive string overflow warningArnd Bergmann2018-05-301-1/+1
* net: ethernet: gianfar_ethtool: get phc index through drvdataYangbo Lu2018-05-292-8/+18
* ptp: rework gianfar_ptp as QorIQ common PTP driverYangbo Lu2018-05-292-573/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-272-13/+2
|\
| * net: fec: Add a SPDX identifierFabio Estevam2018-05-221-0/+1
| * net: fec: ptp: Switch to SPDX identifierFabio Estevam2018-05-221-13/+1
* | net: fec: remove stale commentYueHaibing2018-05-251-6/+0
* | net: ethernet: freescale: Allow FEC with COMPILE_TESTFlorian Fainelli2018-05-173-3/+3
* | drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli2018-05-161-6/+2
* | 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/+3
|/
* 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/+0
* 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