summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-162-4/+0Star
|\
| * 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/+4Star
* | | net: fec: check DMA addressing limitationsStefan Agner2018-08-021-0/+8
* | | net: ethernet: fs-enet: Use generic CRC32 implementationKrzysztof Kozlowski2018-07-251-14/+4Star
* | | net: ethernet: freescale: Use generic CRC32 implementationKrzysztof Kozlowski2018-07-251-10/+3Star
* | | net: ethernet: gianfar_ethtool: remove redundant variable last_rule_idxColin Ian King2018-07-041-2/+0Star
* | | net: fec: remove redundant variable 'inc'Colin Ian King2018-07-041-2/+0Star
* | | 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/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-272-13/+2Star
|\
| * net: fec: Add a SPDX identifierFabio Estevam2018-05-221-0/+1
| * net: fec: ptp: Switch to SPDX identifierFabio Estevam2018-05-221-13/+1Star
* | net: fec: remove stale commentYueHaibing2018-05-251-6/+0Star
* | 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/+2Star
* | 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