aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2008-03-26Cleanup coding style, update CHANGELOGWolfgang Denk1-3/+3
2008-03-25tsec: fix link detection for the RTL8211B PHYAnton Vorontsov1-2/+3
2008-03-25NET: Add Vitesse VSC7385 firmware uploadingTimur Tabi2-0/+102
2008-03-26Coding Style cleanyp; update CHANGELOGWolfgang Denk2-48/+41
2008-03-25net: Add support AX88796L ethernet devicegoda.yusuke2-0/+223
2008-03-25ne2000 driver: change #ifdef to Makefile conditional compilationWolfgang Denk2-4/+1
2008-03-25net: Divided code of NE2000 ethernet drivergoda.yusuke3-355/+456
2008-03-25net/Blackfin: move on-chip MAC driver into drivers/net/Mike Frysinger3-0/+613
2008-03-25smc91111: use SSYNC() rather than asm(ssync) for BlackfinMike Frysinger1-2/+2
2008-03-08net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()Nobuhiro Iwamatsu1-0/+14
2008-02-22uli526x: Fix multiple differ in signedness and parentheses around comparisonJean-Christophe PLAGNIOL-VILLARD1-5/+5
2008-02-14AT91CAP9 support : MACB changesStelian Pop2-0/+14
2008-02-14Fix remaining CONFIG_COMMANDSJean-Christophe PLAGNIOL-VILLARD4-21/+14
2008-02-14Remove duplicate defines for ARRAY_SIZEKumar Gala1-2/+0
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