summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2008-05-21Big white-space cleanup.Wolfgang Denk
2008-05-10Fix @ -> <at> substitutionStelian Pop
2008-05-04drivers/net/tsec.c: Fix typo.Wolfgang Denk
2008-05-03TSEC: add config options for VSC8601 RGMII PHYAndre Schwarz
2008-04-30ColdFire: Fix ethernet hang issue for mcf547x_8xTsiChung Liew
2008-04-28NE2000: Fix regresssion introduced by e710185aae90 on non AX88796Jean-Christophe PLAGNIOL-VILLARD
2008-04-28minor cs8900 driver clean upGuennadi Liakhovetski
2008-04-28rtl8169: fix compiler warningsGuennadi Liakhovetski
2008-04-28pcnet.c: fix a merge issueWolfgang Denk
2008-04-25NE2000: coding style cleanupJean-Christophe PLAGNIOL-VILLARD
2008-04-24Fixed pcnet io_baseVlad Lungu
2008-04-24drivers/net/pcnet.c: Coding Style cleanup.Wolfgang Denk
2008-04-24Added Am79C970A chip id to pcnetVlad Lungu
2008-04-18Merge branch 'master' of git://www.denx.de/git/u-boot-netWolfgang Denk
2008-04-17s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrameJean-Christophe PLAGNIOL-VILLARD
2008-04-15Clean up smsc911x driverGuennadi Liakhovetski
2008-04-15This patch adds a driver for the following smsc network controllers:Sascha Hauer
2008-04-13Coding Style cleanup; update CHANGELOGWolfgang Denk
2008-04-13Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeWolfgang Denk
2008-04-11Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:Wolfgang Denk
2008-04-08microblaze: Add Emaclite driver to MakefileMichal Simek
2008-04-08microblaze: Add Emac driver to MakefileMichal Simek
2008-04-08microblaze: add Emac ethernet driverMichal Simek
2008-04-08microblaze: add Emaclite ethernet driverMichal Simek
2008-04-08Merge branch 'master' of git://www.denx.de/git/u-boot-at91Wolfgang Denk
2008-04-08Merge branch 'master' of git://www.denx.de/git/u-boot-netWolfgang Denk
2008-03-31Add Vitesse 8601 support to TSEC driverTor Krill
2008-03-31SPARC: added SMC91111 driver in and out macros for LEON processors.Daniel Hellstrom
2008-04-01Add support for AT91SAM9260EKStelian Pop
2008-03-30add SMSC LAN9x1x Network driverSascha Hauer
2008-03-30new PHY @ e1000 - 2nd tryAndre Schwarz
2008-03-30SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.Daniel Hellstrom
2008-03-30ColdFire: Fix FEC transmit issue for MCF5275Tsi-Chung Liew
2008-03-26Cleanup coding style, update CHANGELOGWolfgang Denk
2008-03-25tsec: fix link detection for the RTL8211B PHYAnton Vorontsov
2008-03-25NET: Add Vitesse VSC7385 firmware uploadingTimur Tabi
2008-03-26Coding Style cleanyp; update CHANGELOGWolfgang Denk
2008-03-25net: Add support AX88796L ethernet devicegoda.yusuke
2008-03-25ne2000 driver: change #ifdef to Makefile conditional compilationWolfgang Denk
2008-03-25net: Divided code of NE2000 ethernet drivergoda.yusuke
2008-03-25net/Blackfin: move on-chip MAC driver into drivers/net/Mike Frysinger
2008-03-25smc91111: use SSYNC() rather than asm(ssync) for BlackfinMike Frysinger
2008-03-08net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()Nobuhiro Iwamatsu
2008-02-22uli526x: Fix multiple differ in signedness and parentheses around comparisonJean-Christophe PLAGNIOL-VILLARD
2008-02-14AT91CAP9 support : MACB changesStelian Pop
2008-02-14Fix remaining CONFIG_COMMANDSJean-Christophe PLAGNIOL-VILLARD
2008-02-14Remove duplicate defines for ARRAY_SIZEKumar Gala
2008-01-23Merge branch 'master' of git://www.denx.de/git/u-boot-coldfireWolfgang Denk
2008-01-17ColdFire: Add MCF547x_8x FEC driverTsiChungLiew
2008-01-16drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).Shinya Kuribayashi