aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2008-01-23Merge branch 'master' of git://www.denx.de/git/u-boot-coldfireWolfgang Denk2-0/+572
2008-01-17ColdFire: Add MCF547x_8x FEC driverTsiChungLiew2-0/+572
2008-01-16drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).Shinya Kuribayashi1-1/+1
2008-01-16drivers/net/rtl8139.c: Fix cache coherency issuesShinya Kuribayashi1-1/+5
2008-01-16drivers/net/rtl8139.c: Fix tx timeoutShinya Kuribayashi1-10/+7
2008-01-16TSEC: Add the support for RealTek RTL8211B PHYDave Liu2-0/+93
2008-01-16TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO busmichael.firth@bt.com1-20/+12
2008-01-10Fix Ethernet init() return codesBen Warren9-17/+18
2008-01-09fix various commentsMarcel Ziswiler1-4/+3
2008-01-09fix comments with new drivers organizationMarcel Ziswiler1-1/+1
2008-01-09Fix endianness conversions in rtl8169 driverGuennadi Liakhovetski1-55/+45
2008-01-08mpc83xx: Add the support of MPC837xEMDS boardDave Liu1-0/+10
2007-11-25drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD98-1/+87034
2007-09-16[FIX] remove files form repositoryMichal Simek3-898/+0
2007-09-15Synchronize with U-BOOT mainlineMichal Simek1-1/+2
2007-09-11Merge git://www.denx.de/git/u-bootMichal Simek2-3/+599
2007-08-19Fix some build errors.Wolfgang Denk1-2/+2
2007-08-16ColdFire: Add M54455EVB for MCF5445xTsiChungLiew1-7/+20
2007-08-16ColdFire: MCF5329 Update and cleanupTsiChungLiew1-5/+5
2007-08-16[FIX] Remove unused include fileMichal Simek1-1/+0
2007-08-08Declared attributes of void __mii_init(void) as an alias for int mii_init(void)TsiChungLiew1-1/+1
2007-08-06[FIX] remove cute codeMichal Simek3-296/+318
2007-08-05[FIX] Coding style cleanupMichal Simek2-41/+40
2007-08-05[PATCH] Added support for Xilinx Emac community driverMichal Simek3-1/+501
2007-07-16[PATCH] Support for Xilinx EmacLite controllerMichal Simek2-0/+423
2007-07-10Cache update and added CFG_UNIFY_CACHETsiChung1-18/+8
2007-07-10Header file update, clean up and cache handlingTsiChungLiew1-33/+33
2007-06-18Added M5329AFEE and M5329BFEE PlatformsTsiChung Liew2-0/+639