summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-1615-15/+0
* gianfar: Fix portabilty issues for ethtool and ptpClaudiu Manoil2014-01-152-28/+72
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-2/+2
|\
| * fec: Revert "fec: Do not assume that PHY reset is active low"Fabio Estevam2014-01-051-10/+4
| * fec: Do not assume that PHY reset is active lowFabio Estevam2013-12-291-4/+10
| * net: fec: fix potential use after freeEric Dumazet2013-12-191-2/+2
* | net: freescale: remove unused compare_addr()dingtianhong2013-12-261-5/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-181-4/+0
|\ \ | |/
| * net:fec: remove duplicate lines in comment about errata ERR006358Philippe De Muyter2013-12-111-4/+0
* | Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2013-12-054-8/+41
|\ \ | |/ |/|
| * gianfar: Implement the SIOCGHWTSTAMP ioctlBen Hutchings2013-11-211-4/+18
| * fec: Implement the SIOCGHWTSTAMP ioctlBen Hutchings2013-11-213-4/+23
* | net: fec_main: dma_map() only the length of the skbSebastian Siewior2013-12-021-5/+4
|/
* net:fec: fix WARNING caused by lack of calls to dma_mapping_error()Duan Fugang-B386112013-11-141-6/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-134-64/+53
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-10/+28
| |\
| * | gianfar: Simplify MQ polling to avoid soft lockupClaudiu Manoil2013-10-181-49/+38
| * | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-022-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-011-1/+3
| |\ \
| * | | gianfar: Remove extern from function prototypesJoe Perches2013-09-241-13/+13
* | | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-128-3/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-074-4/+6
| |\ \ \
| | * | | of/irq: Use irq_of_parse_and_map()Thierry Reding2013-10-243-3/+3
| | | |/ | | |/|
| * | | drivers: clean-up prom.h implicit includesRob Herring2013-10-098-0/+13
| | |/ | |/|
* | | gianfar: Enable eTSEC-20 erratum w/a for P2020 Rev1Claudiu Manoil2013-10-091-0/+3
* | | gianfar: Use mpc85xx support for errata detectionClaudiu Manoil2013-10-091-8/+25
* | | gianfar: Enable eTSEC-A002 erratum w/a for all partsClaudiu Manoil2013-10-091-6/+4
| |/ |/|
* | powerpc/83xx: gianfar_ptp: select 1588 clock source through dts fileAida Mynzhasova2013-09-301-1/+3
* | Revert "powerpc/83xx: gianfar_ptp: select 1588 clock source through dts file"David S. Miller2013-09-301-3/+1
* | powerpc/83xx: gianfar_ptp: select 1588 clock source through dts fileAida Mynzhasova2013-09-301-1/+3
|/
* net: fec: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-052-48/+78
|\
| * net: fec: fix the error to get the previous BD entryDuan Fugang-B386112013-09-042-46/+77
| * net: fec: fix time stamping logic after napi conversionRichard Cochran2013-08-301-2/+1
* | gianfar: Fix reported number of sent bytes to BQLClaudiu Manoil2013-09-032-8/+12
* | net/fec: cleanup types in fec_get_mac()Dan Carpenter2013-08-301-4/+4
* | net: fec: use dev_get_platdata()Jingoo Han2013-08-301-2/+2
* | fec: Use NAPI_POLL_WEIGHTFabio Estevam2013-08-291-2/+1
* | fs_enet: cleanup clock API useGerhard Sittig2013-08-221-0/+20
* | fs_enet: silence a build warning (unused variable)Gerhard Sittig2013-08-221-1/+0
* | net: fec_mpc52xx_phy: remove unnecessary dev_set_drvdata()Libo Chen2013-08-211-1/+0
* | net: ucc_geth: remove unnecessary dev_set_drvdata()Libo Chen2013-08-211-1/+0
* | net: fsl_pq_mdio: remove unnecessary dev_set_drvdata()Libo Chen2013-08-211-2/+0
* | net: fec_mpc52xx_phy: use platform_{get,set}_drvdata()Libo Chen2013-08-201-2/+1
* | net: ucc_geth: use platform_{get,set}_drvdata()Libo Chen2013-08-201-2/+1
* | net: fsl_pq_mdio: use platform_{get,set}_drvdata()Libo Chen2013-08-201-1/+1
* | gianfar: Add flow control supportClaudiu Manoil2013-08-133-3/+132
* | gianfar: Cleanup TxFCB insertion on xmitClaudiu Manoil2013-08-051-29/+33
* | gianfar: Fix Tx csum generation errata handlingClaudiu Manoil2013-08-051-19/+25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-032-7/+32
|\ \ | |/
OpenPOWER on IntegriCloud