summaryrefslogtreecommitdiffstats
path: root/net/bootp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bad padding of bootp request packetSimon Glass2011-04-131-1/+1
* net: Fix potential empty DHCP Parameter Request ListJason Liu2010-11-141-0/+4
* net: pull CONFIG checks out of source and into makefileMike Frysinger2009-12-131-4/+0
* net/bootp.c: fix compile warningWolfgang Denk2009-09-111-1/+5
* minor debug cleanups in ./netRobin Getz2009-08-071-52/+29
* net: rename NetRxPkt to NetRxPacketMike Frysinger2009-07-221-1/+1
* A VLAN tagged DHCP request/discover is 4 bytes shortNorbert van Bolhuis2009-06-151-2/+2
* net: get mac address from environment and use eth util funcsMike Frysinger2009-03-201-10/+1
* convert print_IPaddr() to %pI4Mike Frysinger2009-03-201-13/+5
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-6/+6
* net: express the first argument to NetSetTimeout() in millisecondsBartlomiej Sieka2008-10-181-7/+7
* Fix bogus error message in the DHCP handlerRemy Bohmer2008-08-261-0/+3
* Fix DHCP protocol so U-Boot does not respond too earlyRobin Getz2008-07-151-2/+0
* Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk2008-07-141-1/+1
* Coding Style cleanup; update CHANGELOGWolfgang Denk2008-04-131-20/+20
* DHCP request fix for Windows Server 2003Aras Vaichas2008-03-301-1/+4
* Fix warning differ in signedness in net/net.c and net/nfs.cJean-Christophe PLAGNIOL-VILLARD2007-11-181-1/+1
* Cleanup coding style; update CHANGELOGWolfgang Denk2007-11-031-3/+2
* DHCP Client FixJustin Flammia2007-11-011-4/+7
* Avoid compiler warning.Wolfgang Denk2007-09-181-1/+1
* New CONFIG_BOOTP_SERVERIP optionWilson Callan2007-08-131-0/+2
* net/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-101-9/+9
* Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!Jon Loeliger2007-07-091-27/+27
* net/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-091-13/+13
* net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-13/+13
* Minor code cleanup.Wolfgang Denk2006-10-121-1/+1
* Make bootp implementation RFC3046 compliantWolfgang Denk2006-10-091-1/+6
* Add support for the DHCP vendor optional bootfile (#67).Wolfgang Denk2006-03-121-3/+31
* Cleanup for GCC-4.xWolfgang Denk2005-10-131-9/+9
* Fix problems with SNTP support;wdenk2005-04-021-2/+2
* * Patch by Masami Komiya, 30 Mar 2005:wdenk2005-04-011-0/+19
* Patches by Pantelis Antoniou, 30 Mar 2004:wdenk2004-04-151-4/+2
* * Patches by Thomas Viehweger, 16 Mar 2004:wdenk2004-03-231-5/+5
* * Patch by Philippe Robin, 09 Mar 2004:wdenk2004-03-141-2/+7
* * Patch by Travis Sawyer, 01 Mar 2004:wdenk2004-03-141-0/+4
* Add support for Siemens SX1 mobile phone;wdenk2004-03-121-265/+261
* * Patch by Pierre Aubert, 26 Feb 2004wdenk2004-02-271-10/+30
* - Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to CONFIG_BOOTP_MASK.stroese2003-08-281-0/+23
* * Code cleanup:wdenk2003-06-271-13/+13
* * Add support for RMU boardwdenk2003-06-051-9/+2
* * Patches by Udi Finkelstein, 2 June 2003:wdenk2003-06-031-2/+2
* Changed DHCP client to use ip address from server option field #54 from the O...stroese2003-04-101-4/+4
* * Patch by Arun Dharankar, 4 Apr 2003:wdenk2003-04-051-5/+7
* * Patches by Robert Schwebel, 06 Mar 2003:wdenk2003-03-061-3/+5
* Initial revisionwdenk2002-09-271-0/+885
OpenPOWER on IntegriCloud