summaryrefslogtreecommitdiffstats
path: root/net/dhcp.c
Commit message (Expand)AuthorAgeFilesLines
* net: dns: return error codesSascha Hauer2018-11-291-2/+4
* Merge branch 'for-next/misc'Sascha Hauer2018-11-091-3/+3
|\
| * net: dhcp: fix option 54Marcin Niestroj2018-10-261-3/+3
* | net: make routing work after dhcp commandAntony Pavlov2018-10-161-0/+3
|/
* net: dhcp: add global variable for retriesOleg.Karfich@wago.com2018-09-041-1/+3
* net: dhcp: use private extension 224 also in discover requestsOleg.Karfich@wago.com2018-09-041-0/+7
* DHCP: fix option 54 passingYegor Yefremov2018-02-221-5/+2
* net: make struct bootp __packed to prevent unaligned store on MIPSAntony Pavlov2018-01-051-1/+1
* net: dhcp: reworkSascha Hauer2017-12-141-322/+210
* net: dhcp: Coding style fixesSascha Hauer2017-12-141-7/+6
* net: dhcp: avoid unnecessary castsSascha Hauer2017-12-141-10/+8
* net: dhcp: Allow to specify network deviceSascha Hauer2017-12-141-6/+9
* net: dhcp: Do not overwrite serverip if it is validSascha Hauer2017-12-011-2/+2
* net: Make domainname and nameserver globalvarsSascha Hauer2017-12-011-2/+2
* net: Add and use IP_BROADCASTSascha Hauer2017-12-011-1/+1
* 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