aboutsummaryrefslogtreecommitdiff
path: root/net/sntp.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-01net: sntp: remove CONFIG_TIMESTAMP constraintHeinrich Schuchardt1-8/+2
2020-09-30sntp: use udp frameworkPhilippe Reynes1-2/+27
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2015-05-05dm: net: rtc: Support using driver model for rtc in sntpSimon Glass1-0/+12
2015-05-05dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass1-1/+1
2015-04-18net: Fix compile errors when SNTP enabled and not DATEJoe Hershberger1-1/+5
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger1-2/+2
2015-04-18net: cosmetic: Clean up SNTP variables and functionsJoe Hershberger1-14/+11
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger1-4/+4
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-2/+2
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger1-6/+5
2012-05-23net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger1-1/+1
2012-05-23net: Refactor to protect access to the NetState variableJoe Hershberger1-2/+2
2012-05-23net: cosmetic: Un-typedef IP_tJoe Hershberger1-1/+1
2012-05-15net: cosmetic: sntp.* checkpatch complianceJoe Hershberger1-14/+17
2011-05-12NET: pass source IP address to packet handlersLuca Ceresoli1-1/+2
2009-08-07minor debug cleanups in ./netRobin Getz1-3/+3
2009-02-09net/sntp.c: move ifdef into Makefile COBJS-$(...)Mike Frysinger1-4/+0
2008-10-18net: express the first argument to NetSetTimeout() in millisecondsBartlomiej Sieka1-2/+2
2007-07-11Fix some compile problems introduced by the latest CFG_CMD_xxx cleanupStefan Roese1-2/+1
2007-07-09net/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-4/+4
2007-07-04net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-2/+3
2005-04-02Fix problems with SNTP support;wdenk1-9/+8
2005-04-01* Patch by Masami Komiya, 30 Mar 2005:wdenk1-0/+93