summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* 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
* | gianfar: various coding style and whitespace cleanupsJan Ceuleers2012-06-061-144/+154
* | gianfar: comment cleanupJan Ceuleers2012-06-061-72/+83
* | gianfar: whitespace cleanup - pointers and multiplicationsJan Ceuleers2012-06-061-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-082-4/+4
|\ \ \ | | |/ | |/|
| * | ucc_geth: Add 16 bytes to max TX frame for VLANsJoakim Tjernlund2012-05-031-3/+3
| * | net: ucc_geth, increase no. of HW RX descriptorsJoakim Tjernlund2012-05-031-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-031-6/+6
| |\
| * \ Merge remote-tracking branch 'kumar/next' into mergeBenjamin Herrenschmidt2012-04-021-2/+4
| |\ \
| | * | 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/+8Star
|/
* 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/+0Star
| * 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-051-196/+257