summaryrefslogtreecommitdiff
path: root/net/sntp.c
AgeCommit message (Expand)Author
2015-05-05dm: net: rtc: Support using driver model for rtc in sntpSimon Glass
2015-05-05dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass
2015-04-18net: Fix compile errors when SNTP enabled and not DATEJoe Hershberger
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger
2015-04-18net: cosmetic: Clean up SNTP variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger
2012-05-23net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger
2012-05-23net: Refactor to protect access to the NetState variableJoe Hershberger
2012-05-23net: cosmetic: Un-typedef IP_tJoe Hershberger
2012-05-15net: cosmetic: sntp.* checkpatch complianceJoe Hershberger
2011-05-12NET: pass source IP address to packet handlersLuca Ceresoli
2009-08-07minor debug cleanups in ./netRobin Getz
2009-02-09net/sntp.c: move ifdef into Makefile COBJS-$(...)Mike Frysinger
2008-10-18net: express the first argument to NetSetTimeout() in millisecondsBartlomiej Sieka
2007-07-11Fix some compile problems introduced by the latest CFG_CMD_xxx cleanupStefan Roese
2007-07-09net/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger
2007-07-04net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger
2005-04-02Fix problems with SNTP support;wdenk
2005-04-01* Patch by Masami Komiya, 30 Mar 2005:wdenk