summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* gianfar: Restore promisc mode on gfar_init_mac()Claudiu Manoil2013-01-231-0/+4
* net: fec: enable pause frame to improve rx prefomance for 1G networkFrank Li2013-01-182-1/+91
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-1/+1
* gianfar: use more portable i/o accessorsKim Phillips2013-01-121-4/+4
* net: fec: Remove 'inline' declarationsFabio Estevam2013-01-091-3/+3
* net: fec: report correct hardware stamping info to ethtoolFrank Li2013-01-081-1/+30
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-075-15/+15
* NET: FEC: dynamtic check DMA desc buff typeFrank Li2013-01-054-87/+116
* net: fec: forbid FEC_PTP on SoCs that do not supportShawn Guo2012-12-191-2/+1Star
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1Star
* net/freescale: remove __dev* attributesBill Pemberton2012-12-033-8/+8
* fs_enet: remove __dev* attributesBill Pemberton2012-12-033-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-112-2/+5
|\
| * gianfar: ethernet vanishes after restoring from hibernationWang Dongsheng2012-11-091-1/+4
| * gianfar_ptp: use iomem, not ioports resource tree in probeWei Yang2012-10-251-1/+1
* | gianfar: Fix alloc_skb_resources on -ENOMEM cleanup pathClaudiu Manoil2012-11-091-6/+8
* | net: fec: reduce spin lock time in fec_ptp_adjfreqFrank Li2012-11-081-8/+6Star
* | net: fec: default select FEC_PTP at mx6 platformFrank Li2012-11-081-2/+2
* | FEC: Add time stamping code and a PTP hardware clockFrank Li2012-11-015-1/+520
* | net: fec: move fec_enet_private to header fileFrank Li2012-11-012-73/+81
|/
* net: fix typo in freescale/ucc_geth.cMichael Neuling2012-10-091-1/+1
* net: remove skb recyclingEric Dumazet2012-10-074-50/+10Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-282-2/+3
|\
| * gianfar: fix phc index build failureRichard Cochran2012-09-212-2/+3
* | gianfar: Change default HW Tx queue scheduling modeClaudiu Manoil2012-09-242-2/+20
* | ptp: link the phc device to its parent deviceRichard Cochran2012-09-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-311-1/+1
|\|
| * gianfar: fix default tx vlan offload feature flagClaudiu Manoil2012-08-301-1/+1
* | net/fsl_pq_mdio: add support for the Fman 1G MDIO controllerTimur Tabi2012-08-301-0/+9
* | net/fsl-pq-mdio: coalesce multiple memory allocations into oneTimur Tabi2012-08-301-28/+14Star
* | net/fsl_pq_mdio: streamline probing of MDIO nodesTimur Tabi2012-08-301-152/+221
* | net/fsl_pq_mdio: various small fixesTimur Tabi2012-08-301-14/+13Star
* | net/fsl_pq_mdio: merge some functions togetherTimur Tabi2012-08-301-66/+26Star
* | net/fsl_pq_mdio: trim #include statementsTimur Tabi2012-08-301-13/+1Star
* | net/freescale: do not export any functions from fsl_pq_mdio.cTimur Tabi2012-08-304-61/+31Star
* | net/fsl: introduce Freescale 10G MDIO driverTimur Tabi2012-08-243-0/+282
|/
* drivers/net/ethernet/freescale/fs_enet: fix error return codeJulia Lawall2012-08-152-3/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-111-4/+3Star
|\
| * gianfar: fix potential sk_wmem_alloc imbalanceEric Dumazet2012-07-101-4/+3Star
* | drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-111-2/+2
* | net/fsl_pq_mdio: use spin_event_timeout() to poll the indicator registerTimur Tabi2012-07-101-10/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-291-6/+4Star
|\|
| * gianfar: Fix RXICr/TXICr programming for multi-queue modeClaudiu Manoil2012-06-291-6/+4Star
* | net: fec: add phy-reset-duration for device tree probeShawn Guo2012-06-281-1/+7
* | net: fec: use managed function devm_gpio_request_oneShawn Guo2012-06-281-1/+2
* | net: fec: enable regulator for fec phyShawn Guo2012-06-281-0/+13
* | net: fec: reset phy after pinctrl setupShawn Guo2012-06-281-2/+2
* | ethernet: Remove casts to same typeJoe Perches2012-06-061-1/+1
* | gianfar_ethtool: coding style and whitespace cleanupsJan Ceuleers2012-06-061-196/+224
* | gianfar: Remove superfluous initialisationsJan Ceuleers2012-06-061-16/+14Star