summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* net: fix typo in freescale/ucc_geth.cMichael Neuling2012-10-091-1/+1
* net: remove skb recyclingEric Dumazet2012-10-074-50/+10
* 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/+14
* | 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/+13
* | net/fsl_pq_mdio: merge some functions togetherTimur Tabi2012-08-301-66/+26
* | net/fsl_pq_mdio: trim #include statementsTimur Tabi2012-08-301-13/+1
* | net/freescale: do not export any functions from fsl_pq_mdio.cTimur Tabi2012-08-304-61/+31
* | net/fsl: introduce Freescale 10G MDIO driverTimur Tabi2012-08-243-0/+282
|/
* drivers/net/ethernet/freescale/fs_enet: fix error return codeJulia Lawall2012-08-142-3/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-101-4/+3
|\
| * gianfar: fix potential sk_wmem_alloc imbalanceEric Dumazet2012-07-091-4/+3
* | drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-2/+2
* | net/fsl_pq_mdio: use spin_event_timeout() to poll the indicator registerTimur Tabi2012-07-091-10/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-281-6/+4
|\|
| * gianfar: Fix RXICr/TXICr programming for multi-queue modeClaudiu Manoil2012-06-281-6/+4
* | net: fec: add phy-reset-duration for device tree probeShawn Guo2012-06-271-1/+7
* | net: fec: use managed function devm_gpio_request_oneShawn Guo2012-06-271-1/+2
* | net: fec: enable regulator for fec phyShawn Guo2012-06-271-0/+13
* | net: fec: reset phy after pinctrl setupShawn Guo2012-06-271-2/+2
* | ethernet: Remove casts to same typeJoe Perches2012-06-061-1/+1
* | gianfar_ethtool: coding style and whitespace cleanupsJan Ceuleers2012-06-051-196/+224
* | gianfar: Remove superfluous initialisationsJan Ceuleers2012-06-051-16/+14
* | gianfar: various coding style and whitespace cleanupsJan Ceuleers2012-06-051-144/+154
* | gianfar: comment cleanupJan Ceuleers2012-06-051-72/+83
* | gianfar: whitespace cleanup - pointers and multiplicationsJan Ceuleers2012-06-051-8/+8
|/
* fec_mpc52xx: fix timestamp filteringStephan Gatzka2012-06-021-1/+1
* Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-12/+23
|\
| *-. Merge branches 'spear/clock' and 'imx/clock' into next/clockArnd Bergmann2012-05-141-0/+9
| |\ \
| | | * Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann2012-05-141-0/+9
| | | |\
| * | | \ Merge branch 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6 into...Arnd Bergmann2012-05-112-4/+4
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | net fec: do not depend on grouped clocksSascha Hauer2012-04-251-12/+23
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-241-1/+1
|\ \ \ \
| * | | | gianfar:don't add FCB length to hard_header_lenWu Jiajun-B063782012-05-221-1/+1
* | | | | Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-221-0/+9
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | net: fec: adopt pinctrl supportShawn Guo2012-05-121-0/+9
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-072-4/+4
|\ \ \ | | |/ | |/|
| * | ucc_geth: Add 16 bytes to max TX frame for VLANsJoakim Tjernlund2012-05-021-3/+3
| * | net: ucc_geth, increase no. of HW RX descriptorsJoakim Tjernlund2012-05-021-1/+1
| |/
* | gianfar: add GRO supportWu Jiajun-B063782012-04-211-6/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-101-2/+4
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-021-6/+6
| |\
| * \ Merge remote-tracking branch 'kumar/next' into mergeBenjamin Herrenschmidt2012-04-021-2/+4
| |\ \