index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bootp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-23
net: Add option CONFIG_BOOTP_MAY_FAIL
Joe Hershberger
1
-0
/
+5
2012-05-23
net: Fix unused variable compile warning
Joe Hershberger
1
-4
/
+3
2012-05-23
net: Refactor to separate the UDP handler from the ARP handler
Joe Hershberger
1
-2
/
+2
2012-05-23
net: Move debug trace to point of action
Joe Hershberger
1
-1
/
+1
2012-05-23
net: Refactor bootp packet length computations
Joe Hershberger
1
-11
/
+13
2012-05-23
net: Refactor IP, UPD, and ICMP header writing functions
Joe Hershberger
1
-4
/
+4
2012-05-23
net: cosmetic: Rename OPT_SIZE to OPT_FIELD_SIZE
Joe Hershberger
1
-5
/
+5
2012-05-23
net: cosmetic: Un-typedef Ethernet_t
Joe Hershberger
1
-1
/
+1
2012-05-23
net: cosmetic: Un-typedef IP_t
Joe Hershberger
1
-2
/
+2
2012-05-23
net: Move MAC-seeded rand out of bootp.c
Joe Hershberger
1
-55
/
+12
2012-05-15
net: cosmetic: bootp.* checkpatch compliance
Joe Hershberger
1
-167
/
+173
2012-05-15
net: Remove volatile from net API
Joe Hershberger
1
-2
/
+2
2012-03-18
bootstage: Plumb in bootstage calls for basic operations
Simon Glass
1
-0
/
+4
2011-11-23
net/bootp.c: Fix GCC 4.6 warning
Anatolij Gustschin
1
-1
/
+2
2011-10-27
net: Export auto_load, use it in rarp
Simon Glass
1
-32
/
+2
2011-10-26
net: tftpput: Support selecting get/put for tftp
Simon Glass
1
-1
/
+1
2011-10-17
net: bootp: add PXE/RFC 4578 DHCP options support
Jason Hobbs
1
-0
/
+40
2011-09-19
net/bootp.c: fix tftp load if autoload environment var isn't set
Peter Korsgaard
1
-1
/
+1
2011-08-08
Put common autoload code into auto_load() function
Simon Glass
1
-43
/
+33
2011-07-27
bootp: add ntpserver option to bootp request
Luuk Paulussen
1
-0
/
+15
2011-05-12
NET: pass source IP address to packet handlers
Luca Ceresoli
1
-3
/
+6
2011-04-13
Fix bad padding of bootp request packet
Simon Glass
1
-1
/
+1
2010-11-14
net: Fix potential empty DHCP Parameter Request List
Jason Liu
1
-0
/
+4
2009-12-13
net: pull CONFIG checks out of source and into makefile
Mike Frysinger
1
-4
/
+0
2009-09-11
net/bootp.c: fix compile warning
Wolfgang Denk
1
-1
/
+5
2009-08-07
minor debug cleanups in ./net
Robin Getz
1
-52
/
+29
2009-07-22
net: rename NetRxPkt to NetRxPacket
Mike Frysinger
1
-1
/
+1
2009-06-15
A VLAN tagged DHCP request/discover is 4 bytes short
Norbert van Bolhuis
1
-2
/
+2
2009-03-20
net: get mac address from environment and use eth util funcs
Mike Frysinger
1
-10
/
+1
2009-03-20
convert print_IPaddr() to %pI4
Mike Frysinger
1
-13
/
+5
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
1
-6
/
+6
2008-10-18
net: express the first argument to NetSetTimeout() in milliseconds
Bartlomiej Sieka
1
-7
/
+7
2008-08-26
Fix bogus error message in the DHCP handler
Remy Bohmer
1
-0
/
+3
2008-07-15
Fix DHCP protocol so U-Boot does not respond too early
Robin Getz
1
-2
/
+0
2008-07-14
Fix printf() format issues with sizeof_t types by using %zu
Wolfgang Denk
1
-1
/
+1
2008-04-13
Coding Style cleanup; update CHANGELOG
Wolfgang Denk
1
-20
/
+20
2008-03-30
DHCP request fix for Windows Server 2003
Aras Vaichas
1
-1
/
+4
2007-11-18
Fix warning differ in signedness in net/net.c and net/nfs.c
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2007-11-03
Cleanup coding style; update CHANGELOG
Wolfgang Denk
1
-3
/
+2
2007-11-01
DHCP Client Fix
Justin Flammia
1
-4
/
+7
2007-09-18
Avoid compiler warning.
Wolfgang Denk
1
-1
/
+1
2007-08-13
New CONFIG_BOOTP_SERVERIP option
Wilson Callan
1
-0
/
+2
2007-07-10
net/: Remove lingering references to CFG_CMD_* symbols.
Jon Loeliger
1
-9
/
+9
2007-07-09
Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
Jon Loeliger
1
-27
/
+27
2007-07-09
net/: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger
1
-13
/
+13
2007-07-04
net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
Jon Loeliger
1
-13
/
+13
2006-10-12
Minor code cleanup.
Wolfgang Denk
1
-1
/
+1
2006-10-09
Make bootp implementation RFC3046 compliant
Wolfgang Denk
1
-1
/
+6
2006-03-12
Add support for the DHCP vendor optional bootfile (#67).
Wolfgang Denk
1
-3
/
+31
2005-10-13
Cleanup for GCC-4.x
Wolfgang Denk
1
-9
/
+9
[next]