summaryrefslogtreecommitdiffstats
path: root/net/dhcp.c
Commit message (Expand)AuthorAgeFilesLines
* 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