summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2013-03-0418-143/+24
|\
| * smc911111: fix send and recv return valueJean-Christophe PLAGNIOL-VILLARD2013-02-261-6/+6
| * Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-1317-137/+17
| * net: fix cpsw depends on ARCH_OMAPAlexander Aring2013-02-111-0/+1
* | Merge branch 'for-next/imx'Sascha Hauer2013-03-042-14/+26
|\ \
| * | net: fec_imx: ensure constant timeout in fec_haltHubert Feurstein2013-02-221-3/+8
| * | net: fec_imx: use dev_err and dev_warn instead of printfHubert Feurstein2013-02-221-7/+7
| * | net fec_imx: add support for i.MX6 1000Mbps modeHubert Feurstein2013-02-112-4/+11
| |/
* | Merge branch 'for-next/highbank'Sascha Hauer2013-03-043-0/+744
|\ \
| * | highbank: add xgmac supportJean-Christophe PLAGNIOL-VILLARD2013-02-143-0/+744
| |/
* | phy: fix force modeJean-Christophe PLAGNIOL-VILLARD2013-02-252-0/+8
* | net: imx_fec: fix RMII support for i.MX6Hubert Feurstein2013-02-211-1/+1
|/
* phy/micrel: KSZ9021 diasable Asym Pause supportJean-Christophe PLAGNIOL-VILLARD2013-02-111-2/+6
* macb: add cadence Gigabit GEM supportJean-Christophe PLAGNIOL-VILLARD2013-02-112-42/+317
* macb: fix tx ring sizeJean-Christophe PLAGNIOL-VILLARD2013-02-111-15/+33
* net macb: reset the IP at initJean-Christophe PLAGNIOL-VILLARD2013-02-111-0/+23
* net macb: enable Tramsmit and Receive at openJean-Christophe PLAGNIOL-VILLARD2013-02-111-2/+3
* net macb: use the macro as in linux for tx/rx buffer ring sizeJean-Christophe PLAGNIOL-VILLARD2013-02-111-16/+17
* net macb: sync remaining define with linuxJean-Christophe PLAGNIOL-VILLARD2013-02-112-49/+92
* net macb: call macb_init at probe explicitlyJean-Christophe PLAGNIOL-VILLARD2013-02-111-5/+3
* macb: drop non used defineJean-Christophe PLAGNIOL-VILLARD2013-02-081-4/+0
* macb: report timeout on sendJean-Christophe PLAGNIOL-VILLARD2013-02-081-3/+5
* macb: use dev_xx messageJean-Christophe PLAGNIOL-VILLARD2013-02-081-14/+18
* Merge branch 'for-next/omap'Sascha Hauer2013-02-043-0/+1075
|\
| * drivers: net: add driver for TI CPSWJan Luebbe2013-01-103-0/+1075
* | macb: allow to pass the phy interfaceJean-Christophe PLAGNIOL-VILLARD2013-01-292-4/+4
* | macb: sync register access and clock with the kernelJean-Christophe PLAGNIOL-VILLARD2013-01-292-36/+33
|/
* Merge branch 'pu/net-link'Sascha Hauer2012-12-131-2/+5
|\
| * net phylib: force to wait for linkSascha Hauer2012-12-121-2/+5
* | drivers/base: fix corrupt device treeSascha Hauer2012-12-122-5/+2
|/
* net phylib: Clear BMCR_PDOWN bitSascha Hauer2012-12-081-0/+3
* Merge branch 'kconfig'Sascha Hauer2012-12-082-2/+2
|\
| * Cleanup Kconfig filesAlexander Shiyan2012-12-082-2/+2
* | Merge branch 'for-next/phylib'Sascha Hauer2012-12-078-56/+330
|\ \ | |/ |/|
| * net: phy: micrel: fix typo in driver nameJan Luebbe2012-12-051-1/+1
| * phylib: add micrel supportJean-Christophe PLAGNIOL-VILLARD2012-11-203-0/+180
| * phylib: add fixup supportJean-Christophe PLAGNIOL-VILLARD2012-11-202-8/+107
| * mdio_bus: fix matchJean-Christophe PLAGNIOL-VILLARD2012-11-201-1/+1
| * phylib: fix generic phy driver probeJean-Christophe PLAGNIOL-VILLARD2012-11-204-45/+34
| * macb/ether: split flags for drivers and phylibJean-Christophe PLAGNIOL-VILLARD2012-11-192-4/+3
| * phylib: introduction of forced 100MbpsJean-Christophe PLAGNIOL-VILLARD2012-11-191-0/+4
| * phylib: export phy_id via paramJean-Christophe PLAGNIOL-VILLARD2012-11-191-0/+3
* | mdio_bus: fix matchJean-Christophe PLAGNIOL-VILLARD2012-12-051-1/+1
* | phylib: fix compiler warningAntony Pavlov2012-11-261-1/+1
|/
* Merge branch 'for-next/phylib'Sascha Hauer2012-11-162-24/+10
|\
| * mdiobus: unbreak phy_device_connect(): honor masked out PHYsAndreas Pretzsch2012-11-121-0/+4
| * mdiobus: do not scan the bus at registration timeSascha Hauer2012-11-072-24/+3
| * mdiobus: return existing phydev in mdiobus_scanSascha Hauer2012-10-301-0/+3
* | Merge branch 'for-next/net'Sascha Hauer2012-11-162-5/+98
|\ \
| * | net smc911x: add support for external PHYAndreas Pretzsch2012-11-121-4/+93