summaryrefslogtreecommitdiff
path: root/nuttx/net/uip
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup and fix problems introduce in last commitpatacongo2007-09-083-57/+57
* Added receive timeout via setsockopt(SO_RCVTIMEO)patacongo2007-09-081-52/+3
* Add socket optionspatacongo2007-09-051-1/+1
* sendto needs to return EINTR error; dccpc uses sendtopatacongo2007-09-051-7/+19
* cleanuppatacongo2007-09-031-32/+33
* Add send, sendto, rec, recvfrompatacongo2007-09-034-185/+348
* Refactoring to provide socket support for UDPpatacongo2007-09-025-188/+249
* Implements basic TCP connection logicpatacongo2007-09-025-338/+890
* Add ntohs&l() and htons&lpatacongo2007-09-021-5/+0
* Adding socket(), bind() logicpatacongo2007-09-011-22/+22
* Added support for socket descriptorspatacongo2007-09-015-258/+344
* Bad file checkinpatacongo2007-08-271-0/+0
* Import of uIP 1.0patacongo2007-08-2612-0/+4220