index
:
u-boot
grapeboard-proto
scalys-lsdk-1803
NXP/Freescale LSDK U-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sntp.c
Age
Commit message (
Expand
)
Author
2015-05-06
dm: net: rtc: Support using driver model for rtc in sntp
Simon Glass
2015-05-06
dm: rtc: Rename to_tm() to rtc_to_tm() and add error code
Simon Glass
2015-04-18
net: Fix compile errors when SNTP enabled and not DATE
Joe Hershberger
2015-04-18
net: cosmetic: Fix checkpatch.pl failures in net.c
Joe Hershberger
2015-04-18
net: cosmetic: Clean up SNTP variables and functions
Joe Hershberger
2015-04-18
net: cosmetic: Cleanup internal packet buffer names
Joe Hershberger
2015-04-18
net: cosmetic: Name ethaddr variables consistently
Joe Hershberger
2015-04-18
net: cosmetic: Change IPaddr_t to struct in_addr
Joe Hershberger
2012-05-23
net: Refactor to separate the UDP handler from the ARP handler
Joe Hershberger
2012-05-23
net: Refactor to protect access to the NetState variable
Joe Hershberger
2012-05-23
net: cosmetic: Un-typedef IP_t
Joe Hershberger
2012-05-15
net: cosmetic: sntp.* checkpatch compliance
Joe Hershberger
2011-05-12
NET: pass source IP address to packet handlers
Luca Ceresoli
2009-08-08
minor debug cleanups in ./net
Robin Getz
2009-02-10
net/sntp.c: move ifdef into Makefile COBJS-$(...)
Mike Frysinger
2008-10-18
net: express the first argument to NetSetTimeout() in milliseconds
Bartlomiej Sieka
2007-07-11
Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
Stefan Roese
2007-07-09
net/: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger
2007-07-03
net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
Jon Loeliger
2005-04-02
Fix problems with SNTP support;
wdenk
2005-04-01
* Patch by Masami Komiya, 30 Mar 2005:
wdenk