summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
* Must disconnect TCP socket on close()patacongo2007-11-243-8/+145
* Debug can now be selectively enabled by subystempatacongo2007-11-2316-79/+79
* Removed unused uIP filespatacongo2007-11-235-897/+0
* Verified recvfrom()nuttx-3.2patacongo2007-11-233-44/+211
* Debug UDP send logicpatacongo2007-11-233-17/+23
* Added UDP test/examplepatacongo2007-11-221-1/+8
* TCP and ICMP protocols may now be disabledpatacongo2007-11-2223-80/+172
* Add TX data notificationpatacongo2007-11-2214-47/+306
* Fix confusion in listening socket vs accepted socketspatacongo2007-11-212-17/+60
* Fix leak in socket closepatacongo2007-11-212-6/+9
* Fix TCP list managment bugpatacongo2007-11-201-1/+1
* Prep for 0.3.1 releasenuttx-3.1patacongo2007-11-201-2/+2
* Need to free any readahead bufferspatacongo2007-11-191-0/+12
* Add TCP readahead logicpatacongo2007-11-1922-224/+622
* Fix DM90x0 driver problem that caused TX overrunspatacongo2007-11-172-3/+8
* Basic server functionality: listen(), accept()patacongo2007-11-166-35/+72
* Fix probably where packets dropped because there was no recv() in place were ...patacongo2007-11-158-48/+89
* Doc/comments updatepatacongo2007-11-081-1/+9
* Fix handling of callback resultpatacongo2007-11-082-2/+6
* Eliminate most uIP globalspatacongo2007-11-0816-408/+474
* Remove uIP loggingpatacongo2007-11-075-28/+15
* Handle varialble length polling intervals; fix bug of last checkinpatacongo2007-11-078-77/+217
* Finished partitioning uip.c (now system is broken)patacongo2007-11-0717-1796/+2828
* Breaking uip.c into smaller functions/filespatacongo2007-11-0612-365/+963
* Verified basic client-side network functionalitynuttx-3.0patacongo2007-11-063-17/+19
* 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