summaryrefslogtreecommitdiffstats
path: root/net/dhcp.c
Commit message (Expand)AuthorAgeFilesLines
* convert users to %pI4Sascha Hauer2016-09-221-3/+3
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-3/+3
* net: dhcp: make unmodified variable constSascha Hauer2015-12-141-3/+3
* net: dhcp: simplify dhcp_options_processSascha Hauer2015-12-141-9/+6
* net: dhcp: unify options and paramsSascha Hauer2015-12-141-77/+57
* net: dhcp: Fix CONFIG variable nameWadim Egorov2015-09-291-1/+1
* net: dhcp: Split dhcp funcionality & add dhcp commandWadim Egorov2015-06-051-101/+64
* dhcp: fix request packet's seconds elapsedEric Bénard2015-01-291-2/+1
* dhcp: fix request packetEric Bénard2015-01-291-3/+1
* dhcp: fix request packet's requested IP optionEric Bénard2015-01-291-1/+1
* Do not use macros in command helpSascha Hauer2014-07-081-1/+1
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-22/+9
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* dhcp: replace dhcp_getenv_int with getenv_uintSascha Hauer2013-10-071-11/+1
* Make hostname available to C CodeSascha Hauer2013-08-161-1/+0
* globalvar: Allow to set initial valueSascha Hauer2013-08-161-1/+1
* net: dhcp: Fix tftp servername handlingSascha Hauer2013-05-141-3/+6
* net: dhcp: Fix return value on ctrl-cSascha Hauer2013-05-141-2/+4
* net: dhcp: fix typoSascha Hauer2013-02-281-2/+2
* dhcp: add retries limit supportJean-Christophe PLAGNIOL-VILLARD2012-10-021-3/+34
* dhcp: add copy_only_if_valid supportJean-Christophe PLAGNIOL-VILLARD2012-10-021-1/+6
* dhcp: switch to global var supportJean-Christophe PLAGNIOL-VILLARD2012-10-021-19/+100
* defaultenv: switch hostname to global.hostnameJean-Christophe PLAGNIOL-VILLARD2012-10-021-2/+2
* Merge tag 'complete_update_support' of git://git.jcrosoft.org/barebox into nextSascha Hauer2012-05-011-0/+2
|\
| * complete: add empty complete supportJean-Christophe PLAGNIOL-VILLARD2012-04-301-0/+2
* | dhcp: set start timeSascha Hauer2012-04-301-0/+1
|/
* dhcp: fix typo introduce during rebase of hostname patchJean-Christophe PLAGNIOL-VILLARD2012-04-181-1/+1
* net: dhcp: add support to send the hostname to the dhcp serverJean-Christophe PLAGNIOL-VILLARD2012-04-181-2/+12
* dhcp: set global nameserver/domainnameSascha Hauer2012-04-151-4/+2
* net: dhcp: add private extention 224 to pass the oftree file via dhcp.Jean-Christophe PLAGNIOL-VILLARD2012-04-101-0/+5
* net: dhcp: allow to set transmitted user classJean-Christophe PLAGNIOL-VILLARD2012-04-031-1/+14
* net: dhcp: allow to set transmitted client uuidJean-Christophe PLAGNIOL-VILLARD2012-04-031-1/+14
* net: dhcp: allow to set transmitted client idJean-Christophe PLAGNIOL-VILLARD2012-04-031-1/+9
* net: dhcp: factorise setting option codeJean-Christophe PLAGNIOL-VILLARD2012-04-031-34/+87
* net: dhcp: add support of tftp name serverJean-Christophe PLAGNIOL-VILLARD2012-04-031-3/+17
* net: dhcp: reset env variable before do a dhcp requestJean-Christophe PLAGNIOL-VILLARD2012-04-031-0/+16
* net: dhcp: factorise option recption handlingJean-Christophe PLAGNIOL-VILLARD2012-04-031-88/+153
* net: dhcp: allow to set transmitted vendor idEnrico Scholz2012-03-121-5/+37
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* dhcp: Add magicvarsSascha Hauer2011-11-291-0/+6
* net: add a context to the packet handlerSascha Hauer2011-04-121-2/+2
* implement dhcp using new network stackSascha Hauer2010-06-171-311/+180
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-2/+2
* commands: remove maxargsSascha Hauer2009-10-191-1/+0
* remove sntp support. Has been broken for long enoughSascha Hauer2009-10-131-11/+0
* net: cleanup header fileSascha Hauer2009-10-131-1/+68
* rename bootp.c to dhcp.cSascha Hauer2009-10-131-0/+560