u-boot-brain/net
Justin Flammia e5c794e491 DHCP Client Fix
This is a multi-part message in MIME format.

commit e6e505eae94ed721e123e177489291fc4544b7b8
Author: Justin Flammia <jflammia@savantav.com>
Date:   Mon Oct 29 17:19:03 2007 -0400

    Found a bug in the way the DHCP Request packet is built, where the IP address
    that is offered by the server is bound to prematurely. This patch is a fix of
    that bug where the IP address offered by the DHCP server is not used until
    after the DHCP ACK from the server is received.

Signed-off-by: Justin Flammia <jflammia@savantav.com>
Signed-off-by: Ben Warren <bwarren@qstreams.com>
2007-11-01 23:13:00 +01:00
..
bootp.c DHCP Client Fix 2007-11-01 23:13:00 +01:00
bootp.h net/: Remove obsolete references to CONFIG_COMMANDS 2007-07-09 17:45:14 -05:00
eth.c Merge with git://www.denx.de/git/u-boot.git 2007-08-15 14:51:27 +02:00
Makefile Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
net.c Fix memory corruption problem on STX GP3 SSA Board. 2007-09-12 00:48:57 +02:00
nfs.c Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup 2007-07-11 23:03:06 +02:00
nfs.h * Patch by Steven Scholz, 25 Feb 2004: 2004-02-27 00:07:27 +00:00
rarp.c net/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:05:02 -05:00
rarp.h Initial revision 2002-07-20 20:14:13 +00:00
sntp.c Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup 2007-07-11 23:03:06 +02:00
sntp.h * Patch by Masami Komiya, 30 Mar 2005: 2005-04-01 00:25:43 +00:00
tftp.c Fix TFTP OACK code for short packets. 2007-08-31 10:01:51 +02:00
tftp.h Initial revision 2000-12-28 11:02:30 +00:00