summaryrefslogtreecommitdiff
path: root/nuttx/net/uip
Commit message (Expand)AuthorAgeFilesLines
* Verify UDP supportpatacongo2008-09-011-1/+1
* Add uIP support more multi-threaded socket accesspatacongo2008-09-019-66/+347
* Moved MAC and ethernet definitions to include/net/ethernet.hpatacongo2007-12-113-26/+29
* eliminate some warningspatacongo2007-12-112-0/+2
* Workaround for ARM optimization bug: Use memcmp/memcpy when working with arrayspatacongo2007-12-103-39/+10
* Improved read-ahead buffer managementpatacongo2007-12-061-24/+76
* Basic DHPC client functionalitypatacongo2007-11-301-2/+2
* correct handling of UDP broadcastpatacongo2007-11-301-12/+27
* Fix error in BROADCAST=y compilationpatacongo2007-11-301-1/+1
* Add examples/dhcpdpatacongo2007-11-303-0/+3
* Remove commented out logicpatacongo2007-11-281-28/+0
* Fixed missing logic in readahead buffer logicpatacongo2007-11-271-5/+10
* Debug can now be selectively enabled by subystempatacongo2007-11-2312-61/+61
* Removed unused uIP filespatacongo2007-11-235-897/+0
* Verified recvfrom()nuttx-3.2patacongo2007-11-231-13/+31
* Debug UDP send logicpatacongo2007-11-232-10/+15
* TCP and ICMP protocols may now be disabledpatacongo2007-11-2215-38/+65
* Add TX data notificationpatacongo2007-11-226-29/+31
* Fix confusion in listening socket vs accepted socketspatacongo2007-11-211-15/+58
* 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-1919-201/+495
* Fix DM90x0 driver problem that caused TX overrunspatacongo2007-11-171-3/+3
* Basic server functionality: listen(), accept()patacongo2007-11-164-28/+58
* Fix probably where packets dropped because there was no recv() in place were ...patacongo2007-11-155-45/+80
* Doc/comments updatepatacongo2007-11-081-1/+9
* Fix handling of callback resultpatacongo2007-11-082-2/+6
* Eliminate most uIP globalspatacongo2007-11-0811-229/+189
* Remove uIP loggingpatacongo2007-11-075-28/+15
* Handle varialble length polling intervals; fix bug of last checkinpatacongo2007-11-077-75/+217
* Finished partitioning uip.c (now system is broken)patacongo2007-11-0717-1796/+2828
* Breaking uip.c into smaller functions/filespatacongo2007-11-0610-363/+961
* Verified basic client-side network functionalitynuttx-3.0patacongo2007-11-062-16/+18
* Reduce debug output; calibrate DM320 timerpatacongo2007-11-066-144/+102
* Basic TCP send functionalpatacongo2007-11-057-1040/+1395
* More length-related fixespatacongo2007-11-051-5/+6
* Fix problem with ARP request message lengthpatacongo2007-11-051-4/+5
* Integrating with DM320patacongo2007-11-041-67/+105
* in progress updatepatacongo2007-10-311-130/+172
* dhcpc debugpatacongo2007-10-313-45/+80
* Correct some issues with IP/MAC address handlingpatacongo2007-10-261-3/+10
* Partial implementation of accept() and listen()patacongo2007-09-235-76/+280
* Fixed for CYGWIN buildpatacongo2007-09-181-0/+4
* Associate address with network driver; implement ioctl calls to set addressespatacongo2007-09-165-225/+194
* Add basic structure to support netdevice ioctlspatacongo2007-09-163-149/+191
* Add basic structure to support multiple network interfacespatacongo2007-09-1510-482/+485
* Remove unused flag bitpatacongo2007-09-091-1/+1
* Implment TCP recv()patacongo2007-09-094-175/+58
* Implement TCP send; remove uIP proto-socketspatacongo2007-09-093-410/+86