summaryrefslogtreecommitdiffstats
path: root/net/bootp.c
Commit message (Expand)AuthorAgeFilesLines
* net/: sparse fixesKim Phillips2012-11-041-3/+3
* OMAP: networking support for SPLIlya Yanok2012-10-011-1/+6
* net/bootp: add VCI support for BOOTP alsoIlya Yanok2012-10-011-6/+16
* net: Quietly ignore DHCP Option 28 (Broadcast Address)Brian Rzycki2012-09-271-0/+2
* net: bootp: fix buildbenoit.thebaudeau@advans2012-07-191-1/+1
* net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAYKim Phillips2012-07-081-1/+3
* net: Add option CONFIG_BOOTP_MAY_FAILJoe Hershberger2012-05-231-0/+5
* net: Fix unused variable compile warningJoe Hershberger2012-05-231-4/+3
* net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger2012-05-231-2/+2
* net: Move debug trace to point of actionJoe Hershberger2012-05-231-1/+1
* net: Refactor bootp packet length computationsJoe Hershberger2012-05-231-11/+13
* net: Refactor IP, UPD, and ICMP header writing functionsJoe Hershberger2012-05-231-4/+4
* net: cosmetic: Rename OPT_SIZE to OPT_FIELD_SIZEJoe Hershberger2012-05-231-5/+5
* net: cosmetic: Un-typedef Ethernet_tJoe Hershberger2012-05-231-1/+1
* net: cosmetic: Un-typedef IP_tJoe Hershberger2012-05-231-2/+2
* net: Move MAC-seeded rand out of bootp.cJoe Hershberger2012-05-231-55/+12
* net: cosmetic: bootp.* checkpatch complianceJoe Hershberger2012-05-151-167/+173
* net: Remove volatile from net APIJoe Hershberger2012-05-151-2/+2
* bootstage: Plumb in bootstage calls for basic operationsSimon Glass2012-03-181-0/+4
* net/bootp.c: Fix GCC 4.6 warningAnatolij Gustschin2011-11-231-1/+2
* net: Export auto_load, use it in rarpSimon Glass2011-10-271-32/+2
* net: tftpput: Support selecting get/put for tftpSimon Glass2011-10-261-1/+1
* net: bootp: add PXE/RFC 4578 DHCP options supportJason Hobbs2011-10-171-0/+40
* net/bootp.c: fix tftp load if autoload environment var isn't setPeter Korsgaard2011-09-191-1/+1
* Put common autoload code into auto_load() functionSimon Glass2011-08-081-43/+33
* bootp: add ntpserver option to bootp requestLuuk Paulussen2011-07-271-0/+15
* NET: pass source IP address to packet handlersLuca Ceresoli2011-05-121-3/+6
* 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
OpenPOWER on IntegriCloud