summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Verified basic client-side network functionalitynuttx-3.0patacongo2007-11-0616-105/+581
* Reduce debug output; calibrate DM320 timerpatacongo2007-11-0619-434/+407
* Basic TCP send functionalpatacongo2007-11-0519-1246/+1619
* More length-related fixespatacongo2007-11-051-5/+6
* Fix problem with ARP request message lengthpatacongo2007-11-051-4/+5
* Integrating with DM320patacongo2007-11-0413-123/+267
* DM90x0 driver hooked into DM320patacongo2007-11-048-18/+158
* Finish TX timeout logicpatacongo2007-11-021-6/+29
* Changes for clean compile of DM90x0 driver on Neuros OSDpatacongo2007-11-0213-58/+214
* Add settings for DM90x0 driver (disabled)patacongo2007-11-021-0/+13
* Missed in last commitpatacongo2007-11-023-18/+3
* Add DM90x0 driverpatacongo2007-11-0219-87/+371
* DM90x0 Driverpatacongo2007-11-022-0/+1708
* in progress updatepatacongo2007-10-3122-326/+955
* Add simple network testpatacongo2007-10-316-0/+672
* dhcpc debugpatacongo2007-10-3110-120/+240
* Fixes found in smtp testingpatacongo2007-10-276-51/+80
* Correct some issues with IP/MAC address handlingpatacongo2007-10-2616-65/+407
* Partial implementation of accept() and listen()patacongo2007-09-2312-123/+620
* Add framework for listen() and connect() -- still missing logicpatacongo2007-09-2314-41/+391
* Fixed for clean Cygwin link; move netutils strings into common librarypatacongo2007-09-224-9/+24
* Refactoring netutils stringspatacongo2007-09-2213-490/+407
* CYGWIN caveatpatacongo2007-09-212-0/+6
* If toolchain doesn't have weak symbols, must provide user_initialize()patacongo2007-09-211-1/+18
* Fixes for CYGWINpatacongo2007-09-211-40/+53
* Repair bad checkinpatacongo2007-09-201-5/+129
* Fixed for CYGWIN buildpatacongo2007-09-1811-146/+42
* Associate address with network driver; implement ioctl calls to set addressespatacongo2007-09-1628-429/+893
* Add basic structure to support netdevice ioctlspatacongo2007-09-1616-180/+839
* Add basic structure to support multiple network interfacespatacongo2007-09-1530-961/+1171
* Fix tapdevpatacongo2007-09-143-15/+24
* Remove unused flag bitpatacongo2007-09-092-4/+3
* Implment TCP recv()patacongo2007-09-098-255/+351
* Implement TCP send; remove uIP proto-socketspatacongo2007-09-0921-1130/+878
* Added network init; refactored some header filespatacongo2007-09-0939-55/+208
* Cleanup and fix problems introduce in last commitpatacongo2007-09-0817-201/+237
* Added receive timeout via setsockopt(SO_RCVTIMEO)patacongo2007-09-0810-233/+265
* Make file name convention consistentpatacongo2007-09-0816-20/+20
* Implemented several options in set/getsockoptspatacongo2007-09-0819-116/+691
* Documentation updatepatacongo2007-09-088-37/+595
* Added framework for getsockopt() setsockopt()patacongo2007-09-078-25/+292
* Add socket optionspatacongo2007-09-052-1/+39
* sendto needs to return EINTR error; dccpc uses sendtopatacongo2007-09-055-90/+160
* cleanuppatacongo2007-09-0312-170/+138
* Add send, sendto, rec, recvfrompatacongo2007-09-0326-606/+1691
* Refactoring to provide socket support for UDPpatacongo2007-09-028-246/+268
* Implements basic TCP connection logicpatacongo2007-09-0225-625/+1426
* Added snprintfpatacongo2007-09-025-4/+104
* Add ntohs&l() and htons&lpatacongo2007-09-026-58/+148
* Initial include/arpa directorypatacongo2007-09-021-0/+108