Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
8aee9358b0c08cfcf6c070318beac1e409b88a73
/
drivers
/
net
8dcca36
AX88180: new gigabit network driver
by Louis Su
· 16 years ago
4005e3b
enable 10/100M at VSC8601 at tsec driver
by Andre Schwarz
· 16 years ago
f909daa
net: ne2000: Divided a function of NE2000 driver
by Nobuhiro Iwamatsu
· 16 years ago
cb3d2de
Support for multiple SGMII/TBI interfaces for TSEC ethernet
by Peter Tyser
· 16 years ago
c933756
Merge branch 'master' of /home/wd/git/u-boot/custodians
by Wolfgang Denk
· 16 years ago
818968c
MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
by Wolfgang Denk
· 16 years ago
68a8756
rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
0af6a43
net: smc911x: Add pkt_data_pull and pkt_data_push function
by Nobuhiro Iwamatsu
· 16 years ago
052a5ea
Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
840f8a5
Moved initialization of TULIP Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
050019d
Moved initialization of E1000 Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
5f92942
Moved initialization of plb2800 Ethernet driver to board_eth_init
by Ben Warren
· 16 years ago
cba8851
Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
by Ben Warren
· 16 years ago
b664dea
Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
by Ben Warren
· 16 years ago
d2358c0
Moved initialization of IncaIP Ethernet controller to board_eth_init
by Ben Warren
· 16 years ago
b794a93
Moved initialization of PCNET Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
8d943c8
Moved initialization of NATSEMI Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
f2c1acb
Moved initialization of NS8382X Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
04e97e0
Moved initialization of TSI108 Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
65b8623
Moved initialization of RTL8139 Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
26425a6
Moved initialization of RTL8169 Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
2f2b6b6
Introduce netdev.h header file and remove externs
by Ben Warren
· 16 years ago
ac65e07
Add SGMII support to the tsec
by Andy Fleming
· 16 years ago
fecff2b
Pass in tsec_info struct through tsec_initialize
by Andy Fleming
· 16 years ago
c067fc1
tsec: Move tsec.h to include/
by Andy Fleming
· 16 years ago
7d4a2c3
PHY: Add support for the M88E1121R Marvell chip.
by Sergei Poselenov
· 16 years ago
30aa8bd
Merge branch 'Makefile' of git://git.denx.de/u-boot-arm
by Wolfgang Denk
· 16 years ago
604b6fb
Move MPC512x_FEC driver to drivers/net
by Ben Warren
· 16 years ago
b5a7f8f
Move MPC5xxx_FEC driver to drivers/net
by Ben Warren
· 16 years ago
84dd226
miiphyutil: Move conditional compilation to Makefile
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
f226679
miiphybb: move to drivers/net/phy
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
a62f5d4
dm9000 remove dead external phy support, gpio fix
by Andrew Dyer
· 16 years ago
85722d1
ColdFire: Add FEC Buffer descriptors in SRAM
by TsiChung Liew
· 16 years ago
dcb3070
Fix ColdFire FEC warning messages
by TsiChung Liew
· 16 years ago
f4a9d34
Moved initialization of SKGE Ethernet driver to board code.
by Ben Warren
· 16 years ago
c9a7e5b
Moved conditional compilation to Makefile for SK98 Ethernet driver
by Ben Warren
· 16 years ago
82c2c6a
Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
8c042b6
Moved initialization of GRETH Ethernet driver to CPU directory
by Ben Warren
· 16 years ago
90c96db
Moved initialization of MCFFEC Ethernet driver to CPU directory
by Ben Warren
· 16 years ago
e7edd4e
Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
by Ben Warren
· 16 years ago
2877a11
rtl8169: add support for RTL8110SCL
by Yoshihiro Shimoda
· 16 years ago
73dab3a
Fix dm9000 receive status and len little endian issue
by TsiChung Liew
· 16 years ago
3762825
Fix merge problems
by Stefan Roese
· 16 years ago
c4fb57c
Fix some more printf() format issues.
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
5ef4721
Fix some more printf() format issues.
by Wolfgang Denk
· 16 years ago
12cec0a
Fix some more print() format errors.
by Wolfgang Denk
· 16 years ago
8d54188
Fix some more print() format errors.
by Wolfgang Denk
· 16 years ago
7d13b8d
e1000: add support for 82545GM 64bit PCI-X copper variant
by Paul Gortmaker
· 16 years ago
e73dabc
Merge branch 'master' of git://www.denx.de/git/u-boot-net
by Wolfgang Denk
· 16 years ago
72c01d3
Remove duplicate definitions in include/lxt971a.h.
by Hugo Villeneuve
· 16 years ago
240b723
net: sh: Renesas SH7763 Ethernet device support
by Nobuhiro Iwamatsu
· 16 years ago
caf6a5c
net: smc911x: Fix typo
by Nobuhiro Iwamatsu
· 16 years ago
e4cb797
net: fix compile problem in smc911x driver.
by Nobuhiro Iwamatsu
· 16 years ago
d1e5149
net: ne2000: Move dev_addr variable from grobal to local.
by Nobuhiro Iwamatsu
· 16 years ago
63eecdd
net: ne2000: Fix compile error of NE2000
by Nobuhiro Iwamatsu
· 16 years ago
adae72b
Merge branch 'master' of git://www.denx.de/git/u-boot-mips
by Wolfgang Denk
· 16 years ago
9726784
net: Conditional COBJS inclusion of network drivers
by Shinya Kuribayashi
· 16 years ago
a8df2b9
Merge branch 'master' of git://git.denx.de/u-boot
by Ben Warren
· 16 years ago
90d1fed
DM9000 fix status check fail 0x6d error for trizeps board
by Remy Bohmer
· 16 years ago
6c6b261
[MIPS] Update <asm/addrspace.h> header
by Shinya Kuribayashi
· 16 years ago
2e1604f
Fix order for reading rx-status registers in 32bit mode of DM9000
by Remy Bohmer
· 16 years ago
61b8dbd
DM9000: Some minor code cleanups
by Remy Bohmer
· 16 years ago
eec38a1
DM9000: Make driver work properly for DM9000A
by Remy Bohmer
· 16 years ago
2f13d2c
DM9000: Improve eth_reset() routine
by Remy Bohmer
· 16 years ago
16cb264
DM9000: improve eth_send() routine
by Remy Bohmer
· 16 years ago
f4329dc
DM9000: repair debug logging
by Remy Bohmer
· 16 years ago
5f63bf4
DM9000: Add data bus-width auto detection.
by Remy Bohmer
· 16 years ago
8562c38
E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
by Wolfgang Grandegger
· 17 years ago
6346d02
ColdFire: Add 10 base ethernet support for mcf5445x
by TsiChung Liew
· 17 years ago
cf8956d
Merging Stelian Pop AT91 patches
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
c1e2b58
Add Marvell 88E1118 support for TSEC
by Ron Madrid
· 17 years ago
1dd4825
smc911x: add 16 bit support
by Jens Gehrlein
· 17 years ago
a1be476
Big white-space cleanup.
by Wolfgang Denk
· 17 years ago
69c925f
AT91SAM9263EK support
by Stelian Pop
· 17 years ago
61e69d7
AT91SAM9261EK support
by Stelian Pop
· 17 years ago
5049752
Fix @ -> <at> substitution
by Stelian Pop
· 17 years ago
f9e848b
Fix @ -> <at> substitution
by Stelian Pop
· 17 years ago
88390f6
drivers/net/tsec.c: Fix typo.
by Wolfgang Denk
· 17 years ago
1e18be1
TSEC: add config options for VSC8601 RGMII PHY
by Andre Schwarz
· 17 years ago
1844b8f
ColdFire: Fix ethernet hang issue for mcf547x_8x
by TsiChung Liew
· 17 years ago
d87c24f
NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
fddcc0c
minor cs8900 driver clean up
by Guennadi Liakhovetski
· 17 years ago
4135cac
rtl8169: fix compiler warnings
by Guennadi Liakhovetski
· 17 years ago
18960d8
pcnet.c: fix a merge issue
by Wolfgang Denk
· 17 years ago
8ec5fcb
NE2000: coding style cleanup
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
af9215d
Fixed pcnet io_base
by Vlad Lungu
· 17 years ago
3915831
drivers/net/pcnet.c: Coding Style cleanup.
by Wolfgang Denk
· 17 years ago
a6dd3e6
Added Am79C970A chip id to pcnet
by Vlad Lungu
· 17 years ago
4b026d0
Merge branch 'master' of git://www.denx.de/git/u-boot-net
by Wolfgang Denk
· 17 years ago
a69e7cd
s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
588bd2b
Clean up smsc911x driver
by Guennadi Liakhovetski
· 17 years ago
f43a42d
by Sascha Hauer
· 17 years ago
35f734f
Coding Style cleanup; update CHANGELOG
by Wolfgang Denk
· 17 years ago
3e87312
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
by Wolfgang Denk
· 17 years ago
a48499f
Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
by Wolfgang Denk
· 17 years ago
54640a8
microblaze: Add Emaclite driver to Makefile
by Michal Simek
· 17 years ago
debad2c
microblaze: Add Emac driver to Makefile
by Michal Simek
· 17 years ago
89f0674
microblaze: add Emac ethernet driver
by Michal Simek
· 17 years ago
4514b37
microblaze: add Emaclite ethernet driver
by Michal Simek
· 17 years ago
7ce2871
Merge branch 'master' of git://www.denx.de/git/u-boot-at91
by Wolfgang Denk
· 17 years ago
Next »