summaryrefslogtreecommitdiff
path: root/net/bootp.c
Commit message (Expand)AuthorAgeLines
* Fix warning differ in signedness in net/net.c and net/nfs.cJean-Christophe PLAGNIOL-VILLARD2007-11-18-1/+1
* Cleanup coding style; update CHANGELOGWolfgang Denk2007-11-03-3/+2
* DHCP Client FixJustin Flammia2007-11-01-4/+7
* Avoid compiler warning.Wolfgang Denk2007-09-18-1/+1
* New CONFIG_BOOTP_SERVERIP optionWilson Callan2007-08-13-0/+2
* net/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-10-9/+9
* Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!Jon Loeliger2007-07-09-27/+27
* net/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-09-13/+13
* net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-13/+13
* Minor code cleanup.Wolfgang Denk2006-10-12-1/+1
* Make bootp implementation RFC3046 compliantWolfgang Denk2006-10-09-1/+6
* Add support for the DHCP vendor optional bootfile (#67).Wolfgang Denk2006-03-12-3/+31
* Cleanup for GCC-4.xWolfgang Denk2005-10-13-9/+9
* Fix problems with SNTP support;wdenk2005-04-02-2/+2
* * Patch by Masami Komiya, 30 Mar 2005:wdenk2005-04-01-0/+19
* Patches by Pantelis Antoniou, 30 Mar 2004:wdenk2004-04-15-4/+2
* * Patches by Thomas Viehweger, 16 Mar 2004:wdenk2004-03-23-5/+5
* * Patch by Philippe Robin, 09 Mar 2004:wdenk2004-03-14-2/+7
* * Patch by Travis Sawyer, 01 Mar 2004:wdenk2004-03-14-0/+4
* Add support for Siemens SX1 mobile phone;wdenk2004-03-12-265/+261
* * Patch by Pierre Aubert, 26 Feb 2004wdenk2004-02-27-10/+30
* - Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to CONFIG_BOOTP_MASK.stroese2003-08-28-0/+23
* * Code cleanup:wdenk2003-06-27-13/+13
* * Add support for RMU boardwdenk2003-06-05-9/+2
* * Patches by Udi Finkelstein, 2 June 2003:wdenk2003-06-03-2/+2
* Changed DHCP client to use ip address from server option field #54 from the O...stroese2003-04-10-4/+4
* * Patch by Arun Dharankar, 4 Apr 2003:wdenk2003-04-05-5/+7
* * Patches by Robert Schwebel, 06 Mar 2003:wdenk2003-03-06-3/+5
* Initial revisionwdenk2002-09-27-0/+885