index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bootp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: bootp: fix build
benoit.thebaudeau@advans
2012-07-19
1
-1
/
+1
*
net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAY
Kim Phillips
2012-07-08
1
-1
/
+3
*
net: Add option CONFIG_BOOTP_MAY_FAIL
Joe Hershberger
2012-05-23
1
-0
/
+5
*
net: Fix unused variable compile warning
Joe Hershberger
2012-05-23
1
-4
/
+3
*
net: Refactor to separate the UDP handler from the ARP handler
Joe Hershberger
2012-05-23
1
-2
/
+2
*
net: Move debug trace to point of action
Joe Hershberger
2012-05-23
1
-1
/
+1
*
net: Refactor bootp packet length computations
Joe Hershberger
2012-05-23
1
-11
/
+13
*
net: Refactor IP, UPD, and ICMP header writing functions
Joe Hershberger
2012-05-23
1
-4
/
+4
*
net: cosmetic: Rename OPT_SIZE to OPT_FIELD_SIZE
Joe Hershberger
2012-05-23
1
-5
/
+5
*
net: cosmetic: Un-typedef Ethernet_t
Joe Hershberger
2012-05-23
1
-1
/
+1
*
net: cosmetic: Un-typedef IP_t
Joe Hershberger
2012-05-23
1
-2
/
+2
*
net: Move MAC-seeded rand out of bootp.c
Joe Hershberger
2012-05-23
1
-55
/
+12
*
net: cosmetic: bootp.* checkpatch compliance
Joe Hershberger
2012-05-15
1
-167
/
+173
*
net: Remove volatile from net API
Joe Hershberger
2012-05-15
1
-2
/
+2
*
bootstage: Plumb in bootstage calls for basic operations
Simon Glass
2012-03-18
1
-0
/
+4
*
net/bootp.c: Fix GCC 4.6 warning
Anatolij Gustschin
2011-11-23
1
-1
/
+2
*
net: Export auto_load, use it in rarp
Simon Glass
2011-10-27
1
-32
/
+2
*
net: tftpput: Support selecting get/put for tftp
Simon Glass
2011-10-26
1
-1
/
+1
*
net: bootp: add PXE/RFC 4578 DHCP options support
Jason Hobbs
2011-10-17
1
-0
/
+40
*
net/bootp.c: fix tftp load if autoload environment var isn't set
Peter Korsgaard
2011-09-19
1
-1
/
+1
*
Put common autoload code into auto_load() function
Simon Glass
2011-08-08
1
-43
/
+33
*
bootp: add ntpserver option to bootp request
Luuk Paulussen
2011-07-27
1
-0
/
+15
*
NET: pass source IP address to packet handlers
Luca Ceresoli
2011-05-12
1
-3
/
+6
*
Fix bad padding of bootp request packet
Simon Glass
2011-04-13
1
-1
/
+1
*
net: Fix potential empty DHCP Parameter Request List
Jason Liu
2010-11-14
1
-0
/
+4
*
net: pull CONFIG checks out of source and into makefile
Mike Frysinger
2009-12-13
1
-4
/
+0
*
net/bootp.c: fix compile warning
Wolfgang Denk
2009-09-11
1
-1
/
+5
*
minor debug cleanups in ./net
Robin Getz
2009-08-07
1
-52
/
+29
*
net: rename NetRxPkt to NetRxPacket
Mike Frysinger
2009-07-22
1
-1
/
+1
*
A VLAN tagged DHCP request/discover is 4 bytes short
Norbert van Bolhuis
2009-06-15
1
-2
/
+2
*
net: get mac address from environment and use eth util funcs
Mike Frysinger
2009-03-20
1
-10
/
+1
*
convert print_IPaddr() to %pI4
Mike Frysinger
2009-03-20
1
-13
/
+5
*
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
2008-10-18
1
-6
/
+6
*
net: express the first argument to NetSetTimeout() in milliseconds
Bartlomiej Sieka
2008-10-18
1
-7
/
+7
*
Fix bogus error message in the DHCP handler
Remy Bohmer
2008-08-26
1
-0
/
+3
*
Fix DHCP protocol so U-Boot does not respond too early
Robin Getz
2008-07-15
1
-2
/
+0
*
Fix printf() format issues with sizeof_t types by using %zu
Wolfgang Denk
2008-07-14
1
-1
/
+1
*
Coding Style cleanup; update CHANGELOG
Wolfgang Denk
2008-04-13
1
-20
/
+20
*
DHCP request fix for Windows Server 2003
Aras Vaichas
2008-03-30
1
-1
/
+4
*
Fix warning differ in signedness in net/net.c and net/nfs.c
Jean-Christophe PLAGNIOL-VILLARD
2007-11-18
1
-1
/
+1
*
Cleanup coding style; update CHANGELOG
Wolfgang Denk
2007-11-03
1
-3
/
+2
*
DHCP Client Fix
Justin Flammia
2007-11-01
1
-4
/
+7
*
Avoid compiler warning.
Wolfgang Denk
2007-09-18
1
-1
/
+1
*
New CONFIG_BOOTP_SERVERIP option
Wilson Callan
2007-08-13
1
-0
/
+2
*
net/: Remove lingering references to CFG_CMD_* symbols.
Jon Loeliger
2007-07-10
1
-9
/
+9
*
Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
Jon Loeliger
2007-07-09
1
-27
/
+27
*
net/: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger
2007-07-09
1
-13
/
+13
*
net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
Jon Loeliger
2007-07-04
1
-13
/
+13
*
Minor code cleanup.
Wolfgang Denk
2006-10-12
1
-1
/
+1
*
Make bootp implementation RFC3046 compliant
Wolfgang Denk
2006-10-09
1
-1
/
+6
[next]