aboutsummaryrefslogtreecommitdiff
path: root/net/bootp.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-04net/: sparse fixesKim Phillips1-3/+3
2012-10-01OMAP: networking support for SPLIlya Yanok1-1/+6
2012-10-01net/bootp: add VCI support for BOOTP alsoIlya Yanok1-6/+16
2012-09-27net: Quietly ignore DHCP Option 28 (Broadcast Address)Brian Rzycki1-0/+2
2012-07-19net: bootp: fix buildbenoit.thebaudeau@advans1-1/+1
2012-07-08net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAYKim Phillips1-1/+3
2012-05-23net: Add option CONFIG_BOOTP_MAY_FAILJoe Hershberger1-0/+5
2012-05-23net: Fix unused variable compile warningJoe Hershberger1-4/+3
2012-05-23net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger1-2/+2
2012-05-23net: Move debug trace to point of actionJoe Hershberger1-1/+1
2012-05-23net: Refactor bootp packet length computationsJoe Hershberger1-11/+13
2012-05-23net: Refactor IP, UPD, and ICMP header writing functionsJoe Hershberger1-4/+4
2012-05-23net: cosmetic: Rename OPT_SIZE to OPT_FIELD_SIZEJoe Hershberger1-5/+5
2012-05-23net: cosmetic: Un-typedef Ethernet_tJoe Hershberger1-1/+1
2012-05-23net: cosmetic: Un-typedef IP_tJoe Hershberger1-2/+2
2012-05-23net: Move MAC-seeded rand out of bootp.cJoe Hershberger1-55/+12
2012-05-15net: cosmetic: bootp.* checkpatch complianceJoe Hershberger1-167/+173
2012-05-15net: Remove volatile from net APIJoe Hershberger1-2/+2
2012-03-18bootstage: Plumb in bootstage calls for basic operationsSimon Glass1-0/+4
2011-11-23net/bootp.c: Fix GCC 4.6 warningAnatolij Gustschin1-1/+2
2011-10-27net: Export auto_load, use it in rarpSimon Glass1-32/+2
2011-10-26net: tftpput: Support selecting get/put for tftpSimon Glass1-1/+1
2011-10-17net: bootp: add PXE/RFC 4578 DHCP options supportJason Hobbs1-0/+40
2011-09-19net/bootp.c: fix tftp load if autoload environment var isn't setPeter Korsgaard1-1/+1
2011-08-08Put common autoload code into auto_load() functionSimon Glass1-43/+33
2011-07-27bootp: add ntpserver option to bootp requestLuuk Paulussen1-0/+15
2011-05-12NET: pass source IP address to packet handlersLuca Ceresoli1-3/+6
2011-04-13Fix bad padding of bootp request packetSimon Glass1-1/+1
2010-11-14net: Fix potential empty DHCP Parameter Request ListJason Liu1-0/+4
2009-12-13net: pull CONFIG checks out of source and into makefileMike Frysinger1-4/+0
2009-09-11net/bootp.c: fix compile warningWolfgang Denk1-1/+5
2009-08-07minor debug cleanups in ./netRobin Getz1-52/+29
2009-07-22net: rename NetRxPkt to NetRxPacketMike Frysinger1-1/+1
2009-06-15A VLAN tagged DHCP request/discover is 4 bytes shortNorbert van Bolhuis1-2/+2
2009-03-20net: get mac address from environment and use eth util funcsMike Frysinger1-10/+1
2009-03-20convert print_IPaddr() to %pI4Mike Frysinger1-13/+5
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-6/+6
2008-10-18net: express the first argument to NetSetTimeout() in millisecondsBartlomiej Sieka1-7/+7
2008-08-26Fix bogus error message in the DHCP handlerRemy Bohmer1-0/+3
2008-07-15Fix DHCP protocol so U-Boot does not respond too earlyRobin Getz1-2/+0
2008-07-14Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk1-1/+1
2008-04-13Coding Style cleanup; update CHANGELOGWolfgang Denk1-20/+20
2008-03-30DHCP request fix for Windows Server 2003Aras Vaichas1-1/+4
2007-11-18Fix warning differ in signedness in net/net.c and net/nfs.cJean-Christophe PLAGNIOL-VILLARD1-1/+1
2007-11-03Cleanup coding style; update CHANGELOGWolfgang Denk1-3/+2
2007-11-01DHCP Client FixJustin Flammia1-4/+7
2007-09-18Avoid compiler warning.Wolfgang Denk1-1/+1
2007-08-13New CONFIG_BOOTP_SERVERIP optionWilson Callan1-0/+2
2007-07-10net/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-9/+9
2007-07-09Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!Jon Loeliger1-27/+27