summaryrefslogtreecommitdiff
path: root/net/sntp.c
Commit message (Expand)AuthorAgeLines
* net: Fix compile errors when SNTP enabled and not DATEJoe Hershberger2015-04-18-1/+5
* net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger2015-04-18-2/+2
* net: cosmetic: Clean up SNTP variables and functionsJoe Hershberger2015-04-18-14/+11
* net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger2015-04-18-4/+4
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-18-2/+2
* net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2015-04-18-6/+5
* net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger2012-05-23-1/+1
* net: Refactor to protect access to the NetState variableJoe Hershberger2012-05-23-2/+2
* net: cosmetic: Un-typedef IP_tJoe Hershberger2012-05-23-1/+1
* net: cosmetic: sntp.* checkpatch complianceJoe Hershberger2012-05-15-14/+17
* NET: pass source IP address to packet handlersLuca Ceresoli2011-05-12-1/+2
* minor debug cleanups in ./netRobin Getz2009-08-07-3/+3
* net/sntp.c: move ifdef into Makefile COBJS-$(...)Mike Frysinger2009-02-09-4/+0
* net: express the first argument to NetSetTimeout() in millisecondsBartlomiej Sieka2008-10-18-2/+2
* Fix some compile problems introduced by the latest CFG_CMD_xxx cleanupStefan Roese2007-07-11-2/+1
* net/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-09-4/+4
* net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-2/+3
* Fix problems with SNTP support;wdenk2005-04-02-9/+8
* * Patch by Masami Komiya, 30 Mar 2005:wdenk2005-04-01-0/+93