summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
* Reduce debug output; calibrate DM320 timerpatacongo2007-11-0610-213/+118
* Basic TCP send functionalpatacongo2007-11-0510-1048/+1449
* More length-related fixespatacongo2007-11-051-5/+6
* Fix problem with ARP request message lengthpatacongo2007-11-051-4/+5
* Integrating with DM320patacongo2007-11-043-69/+158
* Changes for clean compile of DM90x0 driver on Neuros OSDpatacongo2007-11-021-0/+1
* Add DM90x0 driverpatacongo2007-11-026-11/+166
* in progress updatepatacongo2007-10-313-168/+449
* dhcpc debugpatacongo2007-10-315-47/+82
* Fixes found in smtp testingpatacongo2007-10-272-13/+15
* Correct some issues with IP/MAC address handlingpatacongo2007-10-262-5/+25
* Partial implementation of accept() and listen()patacongo2007-09-238-83/+546
* Add framework for listen() and connect() -- still missing logicpatacongo2007-09-233-2/+225
* Fixed for CYGWIN buildpatacongo2007-09-183-4/+8
* Associate address with network driver; implement ioctl calls to set addressespatacongo2007-09-1611-242/+447
* Add basic structure to support netdevice ioctlspatacongo2007-09-169-158/+588
* Add basic structure to support multiple network interfacespatacongo2007-09-1515-544/+720
* Remove unused flag bitpatacongo2007-09-091-1/+1
* Implment TCP recv()patacongo2007-09-097-245/+346
* Implement TCP send; remove uIP proto-socketspatacongo2007-09-0910-509/+526
* Added network init; refactored some header filespatacongo2007-09-096-2/+14
* Cleanup and fix problems introduce in last commitpatacongo2007-09-088-71/+85
* Added receive timeout via setsockopt(SO_RCVTIMEO)patacongo2007-09-083-81/+82
* Make file name convention consistentpatacongo2007-09-0816-20/+20
* Implemented several options in set/getsockoptspatacongo2007-09-087-42/+565
* Documentation updatepatacongo2007-09-083-11/+11
* Added framework for getsockopt() setsockopt()patacongo2007-09-074-1/+252
* Add socket optionspatacongo2007-09-051-1/+1
* sendto needs to return EINTR error; dccpc uses sendtopatacongo2007-09-052-12/+52
* cleanuppatacongo2007-09-031-32/+33
* Add send, sendto, rec, recvfrompatacongo2007-09-0314-198/+1224
* Refactoring to provide socket support for UDPpatacongo2007-09-025-188/+249
* Implements basic TCP connection logicpatacongo2007-09-0210-348/+998
* Add ntohs&l() and htons&lpatacongo2007-09-021-5/+0
* Adding socket(), bind() logicpatacongo2007-09-017-29/+368
* Added support for socket descriptorspatacongo2007-09-018-261/+600
* Basic infrastructure for socket() and bind()patacongo2007-08-283-4/+153
* Bad file checkinpatacongo2007-08-271-0/+0
* Import of uIP 1.0patacongo2007-08-2613-0/+4306