aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-01-27drivers/net/e1000.c: missing terminator for supported devicesStefan Althoefer1-0/+1
2008-12-04net: tsec: Fix Marvell 88E1121R phy initAnatolij Gustschin1-0/+3
2008-11-09ColdFire: Add mii driver in drivers/netTsiChung Liew3-17/+326
2008-11-09Moved PPC4xx EMAC driver to drivers/netBen Warren2-0/+2127
2008-11-09xilinx_emaclite buffer overrunClive Stubbings1-1/+1
2008-10-21Cleanup: fix "MHz" spellingWolfgang Denk4-4/+4
2008-10-18Merge 'next' branchWolfgang Denk22-143/+143
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD22-143/+143
2008-10-15Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3v2008.10-rc3Wolfgang Denk1-1/+1
2008-10-13AX88180: new gigabit network driverLouis Su3-0/+1140
2008-10-13enable 10/100M at VSC8601 at tsec driverAndre Schwarz1-0/+2
2008-10-13net: ne2000: Divided a function of NE2000 driverNobuhiro Iwamatsu5-723/+797
2008-09-16Support for multiple SGMII/TBI interfaces for TSEC ethernetPeter Tyser1-3/+5
2008-09-12Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk1-1/+1
2008-09-12MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5sWolfgang Denk1-1/+1
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