summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
...
| | * | powerpc/qe: Update the SNUM table for MPC8569 Rev2.0Dave Liu2012-03-291-2/+4
* | | | gianfar: Include linux/net_tstamp.hDavid S. Miller2012-04-061-0/+1
* | | | ucc_geth: Support the get_ts_info ethtool method.Richard Cochran2012-04-041-0/+1
* | | | fs_enet: Support the get_ts_info ethtool method.Richard Cochran2012-04-041-0/+1
* | | | fec: Support the get_ts_info ethtool method.Richard Cochran2012-04-041-0/+1
* | | | fec_mpc52xx: Support the get_ts_info ethtool method.Richard Cochran2012-04-041-0/+1
* | | | gianfar: Support the get_ts_info ethtool method.Richard Cochran2012-04-043-0/+34
| |_|/ |/| |
* | | Fix non TBI PHY access; a bad merge undid bug fix in a previous commit.Kenth Eriksson2012-04-011-6/+6
|/ /
* / gianfar: Fix possible overrun and simplify interrupt name field creationJoe Perches2012-03-252-33/+8
|/
* fs_enet: Add MPC5125 FEC support and PHY interface selectionVladimir Ermakov2012-03-193-7/+28
* Merge branch 'gianfar-bql' of git://git.kernel.org/pub/scm/linux/kernel/git/p...David S. Miller2012-03-193-10/+17
|\
| * gianfar: use netif_tx_queue_stopped instead of __netif_subqueue_stoppedPaul Gortmaker2012-03-181-1/+1
| * gianfar: delete orphaned version strings and dead macrosPaul Gortmaker2012-03-152-6/+0
| * gianfar: constify giant block of status descriptor stringsPaul Gortmaker2012-03-151-1/+1
| * gianfar: Add support for byte queue limits.Paul Gortmaker2012-03-151-3/+16
* | phc: Update author's email address.Richard Cochran2012-03-171-1/+1
|/
* ucc_geth: separate out rx/tx ring alloc and free operationsPaul Gortmaker2012-03-041-196/+257
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-191-1/+1
|\
| * fec: fix PHY name to match fixed MDIO bus nameFlorian Fainelli2012-02-131-1/+1
* | net: fec: Fix build due to wrong dev annotationFabio Estevam2012-02-071-2/+2
* | netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi2012-02-064-14/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-041-1/+1
|\|
| * net: fec: correct phy_name buffer length when init phy_nameRichard Zhao2012-01-311-1/+1
* | drivers/net: fix up stale paths from driver reorgPaul Gortmaker2012-01-305-5/+5
* | net: fec: use module_platform_driverFabio Estevam2012-01-241-16/+1
|/
* net: fsl: fec: handle 10Mbps speed in RMII modeEric Benard2012-01-122-3/+10
* gianfar: Fix invalid TX frames returned on error queue when time stampingManfred Rudigier2012-01-122-10/+23
* gianfar: Fix missing sock reference when processing TX time stampsManfred Rudigier2012-01-121-0/+4
* fec: use an unique MDIO bus name.Florian Fainelli2012-01-101-1/+2
* Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-091-5/+5
|\
| * net: fec: add clk_prepare/clk_unprepareRichard Zhao2011-12-281-5/+5
* | net: make ethtool_ops conststephen hemminger2012-01-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-01-041-2/+2
|\ \
| * | net: fsl: fec: fix build for mx23-only kernelWolfram Sang2012-01-031-2/+2
| |/
* | gianfar: Reject out-of-range RX NFC locationsBen Hutchings2012-01-041-2/+3
* | net: fec: Adjust ENET MDIO timeoutsRogerio Pimentel2011-12-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-162-11/+13
|\|
| * fsl_pq_mdio: Clean up tbi address configurationAndy Fleming2011-12-071-45/+8
| * net/fec: fix the use of pdev->idShawn Guo2011-12-071-4/+7
* | net/fec: make FEC driver buildable as moduleLothar Waßmann2011-12-081-1/+1
* | net/fec: fix the .remove codeLothar Waßmann2011-12-081-9/+22
* | net/fec: preserve MII/RMII setting in fec_stop()Lothar Waßmann2011-12-081-1/+4
* | net/fec: don't munge MAC address from platform dataLothar Waßmann2011-12-081-1/+1
* | net/fec: don't request invalid IRQLothar Waßmann2011-12-081-2/+6
* | net/fec: prevent dobule restart of interface on FDX/HDX changeLothar Waßmann2011-12-081-0/+2
* | net/fec: set con_id in clk_get() call to NULLLothar Waßmann2011-12-081-1/+1
* | net/fec: misc cleanupsLothar Waßmann2011-12-081-6/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-021-0/+1
|\|
| * net: fec: Select the FEC driver by default for i.MX SoCsFabio Estevam2011-11-301-0/+1
* | net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin2011-11-296-76/+6