| Commit message (Expand) | Author | Age | Lines |
* | Fix some more printf() format issues. | Jean-Christophe PLAGNIOL-VILLARD | 2008-07-13 | -1/+1 |
* | Fix some more print() format errors. | Wolfgang Denk | 2008-07-11 | -1/+2 |
* | Fix printf errors. | Andrew Klossner | 2008-07-09 | -1/+1 |
* | Add mechanisms for CPU and board-specific Ethernet initialization | Ben Warren | 2008-07-06 | -17/+15 |
* | Merge branch 'master' of git://git.denx.de/u-boot | Ben Warren | 2008-06-08 | -1/+2 |
|\ |
|
| * | Merging Stelian Pop AT91 patches | Jean-Christophe PLAGNIOL-VILLARD | 2008-05-24 | -1/+2 |
| |\ |
|
| | * | AT91SAM9263EK support | Stelian Pop | 2008-05-10 | -1/+2 |
* | | | Get rid of annoying/superfluous bad-checksum warning message | Remy Bohmer | 2008-06-04 | -0/+4 |
|/ / |
|
* | | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | -3/+3 |
|/ |
|
* | net: make ARP timeout configurable | Guennadi Liakhovetski | 2008-04-28 | -6/+17 |
* | Coding Style cleanup; update CHANGELOG | Wolfgang Denk | 2008-04-13 | -20/+20 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-at91 | Wolfgang Denk | 2008-04-08 | -3/+3 |
|\ |
|
| * | Add support for AT91SAM9260EK | Stelian Pop | 2008-04-01 | -1/+1 |
| * | Move at91cap9 specific files to at91sam9 directory | Stelian Pop | 2008-04-01 | -2/+2 |
* | | SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver. | Daniel Hellstrom | 2008-03-30 | -0/+4 |
* | | DHCP request fix for Windows Server 2003 | Aras Vaichas | 2008-03-30 | -1/+4 |
|/ |
|
* | net: Print error message upon net usage when no ethernet-interface is found | Stefan Roese | 2008-03-05 | -1/+3 |
* | Merge branch '080116_at91cap9' of git://linux-arm.org/u-boot-armdev | Peter Pearse | 2008-02-15 | -0/+4 |
|\ |
|
| * | AT91CAP9 support : build integration | Stelian Pop | 2008-02-14 | -0/+4 |
* | | TFTP: fix search of ':' in BootFile | Jean-Christophe PLAGNIOL-VILLARD | 2008-02-14 | -1/+1 |
|/ |
|
* | NFS Timeout with large files. | Hiroshi Ito | 2008-02-14 | -1/+6 |
* | TFTP: add host ip addr support | Jean-Christophe PLAGNIOL-VILLARD | 2008-02-05 | -10/+30 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-avr32 | Wolfgang Denk | 2008-01-23 | -0/+4 |
|\ |
|
| * | AVR32: ATNGW100 board support | Haavard Skinnemoen | 2008-01-18 | -0/+4 |
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire | Wolfgang Denk | 2008-01-23 | -0/+4 |
|\ \ |
|
| * | | ColdFire: Add MCF547x_8x FEC driver | TsiChungLiew | 2008-01-17 | -0/+4 |
| |/ |
|
* | | net: add 'ethrotate' environment variable | Matthias Fuchs | 2008-01-17 | -0/+9 |
* | | QE UEC: Extend number of supported UECs to 4 | David Saada | 2008-01-15 | -0/+3 |
|/ |
|
* | Fix Ethernet init() return codes | Ben Warren | 2008-01-10 | -1/+1 |
* | Add support CONFIG_UEC_ETH3 in MPC83xx | Joakim Tjernlund | 2008-01-08 | -0/+3 |
* | net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option | Matthias Fuchs | 2008-01-03 | -0/+2 |
* | NET: Proper return code handling in eth_init() function in file eth.c | Upakul Barkakaty | 2008-01-03 | -4/+4 |
* | net/eth.c: Fix env_enetaddr signed overflow | Shinya Kuribayashi | 2008-01-03 | -1/+2 |
* | Introduce new eth_receive routine | Rafal Jaworowski | 2008-01-03 | -0/+68 |
* | Merge branch 'origin' into kconfig-for-1.3.1 | Grant Likely | 2007-11-20 | -9/+9 |
|\ |
|
| * | Fix warning differ in signedness in net/net.c and net/nfs.c | Jean-Christophe PLAGNIOL-VILLARD | 2007-11-18 | -9/+9 |
* | | Merge branch 'origin' into kconfig-for-1.3.1 | Grant Likely | 2007-11-16 | -0/+4 |
|\ \
| |/ |
|
| * | Implement general ULi 526x Ethernet driver support in U-boot | Roy Zang | 2007-11-06 | -0/+4 |
* | | Build: split COBJS value into multiple lines | Grant Likely | 2007-11-15 | -2/+9 |
|/ |
|
* | Cleanup coding style; update CHANGELOG | Wolfgang Denk | 2007-11-03 | -3/+2 |
* | Fix typo in nfs.c | Guennadi Liakhovetski | 2007-11-03 | -1/+0 |
* | DHCP Client Fix | Justin Flammia | 2007-11-01 | -4/+7 |
* | Avoid compiler warning. | Wolfgang Denk | 2007-09-18 | -1/+1 |
* | Fix memory corruption problem on STX GP3 SSA Board. | Wolfgang Denk | 2007-09-12 | -2/+2 |
* | Fix TFTP OACK code for short packets. | Wolfgang Denk | 2007-08-31 | -2/+6 |
* | Backout commit 8f1bc284 as it causes TFTP to fail. | Wolfgang Denk | 2007-08-30 | -10/+10 |
* | tftp: don't implicity trust the format of recevied packets | Grant Likely | 2007-08-30 | -10/+10 |
* | Fix: TFTP is not working on little endian systems | stefano babic | 2007-08-29 | -1/+1 |
* | Merge branch 'denx-coldfire' into coldfire-aug2007 | John Rigby | 2007-08-16 | -0/+4 |
|\ |
|
| * | Merge with git://www.denx.de/git/u-boot.git | Stefan Roese | 2007-08-15 | -100/+392 |
| |\ |
|