aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2008-09-10rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-02net: smc911x: Add pkt_data_pull and pkt_data_push functionNobuhiro Iwamatsu1-2/+7
2008-09-02Moved initialization of EEPRO100 Ethernet controller to board_eth_init()Ben Warren1-0/+1
2008-09-02Moved initialization of TULIP Ethernet controller to board_eth_init()Ben Warren1-0/+1
2008-09-02Moved initialization of E1000 Ethernet controller to board_eth_init()Ben Warren2-1/+2
2008-09-02Moved initialization of plb2800 Ethernet driver to board_eth_initBen Warren1-2/+3
2008-09-02Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directoryBen Warren1-0/+1
2008-09-02Moved initialization of MPC512x_FEC Ethernet driver to CPU directoryBen Warren1-0/+1
2008-09-02Moved initialization of IncaIP Ethernet controller to board_eth_initBen Warren1-1/+2
2008-09-02Moved initialization of PCNET Ethernet controller to board_eth_init()Ben Warren1-0/+1
2008-09-02Moved initialization of NATSEMI Ethernet controller to board_eth_init()Ben Warren1-0/+1
2008-09-02Moved initialization of NS8382X Ethernet controller to board_eth_init()Ben Warren1-0/+1
2008-09-02Moved initialization of TSI108 Ethernet controller to board_eth_init()Ben Warren1-0/+1
2008-09-02Moved initialization of RTL8139 Ethernet controller to board_eth_init()Ben Warren1-0/+1
2008-09-02Moved initialization of RTL8169 Ethernet controller to board_eth_init()Ben Warren1-0/+1
2008-09-02Introduce netdev.h header file and remove externsBen Warren6-0/+6
2008-09-02Add SGMII support to the tsecAndy Fleming1-26/+48
2008-09-02Pass in tsec_info struct through tsec_initializeAndy Fleming1-63/+50
2008-09-02tsec: Move tsec.h to include/Andy Fleming2-593/+1
2008-09-02PHY: Add support for the M88E1121R Marvell chip.Sergei Poselenov2-0/+56
2008-09-01Merge branch 'Makefile' of git://git.denx.de/u-boot-armWolfgang Denk2-0/+281
2008-08-29Move MPC512x_FEC driver to drivers/netBen Warren3-0/+1022
2008-08-29Move MPC5xxx_FEC driver to drivers/netBen Warren3-0/+1350
2008-08-29miiphyutil: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-08-29miiphybb: move to drivers/net/phyJean-Christophe PLAGNIOL-VILLARD2-0/+281
2008-08-26dm9000 remove dead external phy support, gpio fixAndrew Dyer2-144/+36
2008-08-26ColdFire: Add FEC Buffer descriptors in SRAMTsiChung Liew1-6/+36
2008-08-26Fix ColdFire FEC warning messagesTsiChung Liew2-8/+13
2008-08-26Moved initialization of SKGE Ethernet driver to board code.Ben Warren1-1/+1
2008-08-26Moved conditional compilation to Makefile for SK98 Ethernet driverBen Warren19-92/+4
2008-08-26Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()Ben Warren1-1/+1
2008-08-26Moved initialization of GRETH Ethernet driver to CPU directoryBen Warren1-1/+1
2008-08-26Moved initialization of MCFFEC Ethernet driver to CPU directoryBen Warren1-1/+1
2008-08-26Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directoryBen Warren1-1/+1
2008-08-18rtl8169: add support for RTL8110SCLYoshihiro Shimoda1-6/+22
2008-08-18Fix dm9000 receive status and len little endian issueTsiChung Liew1-6/+10
2008-08-06Fix merge problemsStefan Roese1-6/+7
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-07-11Fix some more printf() format issues.Wolfgang Denk1-2/+2
2008-07-11Fix some more print() format errors.Wolfgang Denk1-1/+1
2008-07-10Fix some more print() format errors.Wolfgang Denk2-3/+3
2008-07-10e1000: add support for 82545GM 64bit PCI-X copper variantPaul Gortmaker2-1/+4
2008-07-09Merge branch 'master' of git://www.denx.de/git/u-boot-netWolfgang Denk6-63/+1102
2008-07-06Remove duplicate definitions in include/lxt971a.h.Hugo Villeneuve2-54/+47
2008-07-06net: sh: Renesas SH7763 Ethernet device supportNobuhiro Iwamatsu3-0/+1050
2008-07-07net: smc911x: Fix typoNobuhiro Iwamatsu1-1/+1
2008-07-07net: fix compile problem in smc911x driver.Nobuhiro Iwamatsu1-2/+2
2008-07-06net: ne2000: Move dev_addr variable from grobal to local.Nobuhiro Iwamatsu1-2/+1
2008-07-06net: ne2000: Fix compile error of NE2000Nobuhiro Iwamatsu1-7/+4
2008-06-11Merge branch 'master' of git://www.denx.de/git/u-boot-mipsWolfgang Denk1-14/+14