summaryrefslogtreecommitdiff
path: root/nuttx/include/net
Commit message (Expand)AuthorAgeFilesLines
* Integrated uIP's TELNETDpatacongo2007-11-251-0/+70
* Removed unused uIP filespatacongo2007-11-231-29/+19
* TCP and ICMP protocols may now be disabledpatacongo2007-11-224-448/+752
* Add TX data notificationpatacongo2007-11-223-54/+36
* Fix confusion in listening socket vs accepted socketspatacongo2007-11-211-16/+4
* Prep for 0.3.1 releasenuttx-3.1patacongo2007-11-201-1/+1
* Add TCP readahead logicpatacongo2007-11-194-107/+71
* uIP webserver now uses listen/acceptpatacongo2007-11-192-4/+49
* Basic server functionality: listen(), accept()patacongo2007-11-161-74/+75
* Fix probably where packets dropped because there was no recv() in place were ...patacongo2007-11-151-8/+15
* Fix handling of callback resultpatacongo2007-11-081-1/+4
* Eliminate most uIP globalspatacongo2007-11-081-69/+32
* Remove uIP loggingpatacongo2007-11-071-8/+0
* Handle varialble length polling intervals; fix bug of last checkinpatacongo2007-11-074-50/+29
* Finished partitioning uip.c (now system is broken)patacongo2007-11-072-134/+114
* Breaking uip.c into smaller functions/filespatacongo2007-11-063-16/+2
* Verified basic client-side network functionalitynuttx-3.0patacongo2007-11-061-12/+22
* Reduce debug output; calibrate DM320 timerpatacongo2007-11-061-2/+2
* Basic TCP send functionalpatacongo2007-11-052-85/+63
* Integrating with DM320patacongo2007-11-042-42/+50
* Add DM90x0 driverpatacongo2007-11-021-0/+9
* in progress updatepatacongo2007-10-313-80/+12
* dhcpc debugpatacongo2007-10-311-24/+43
* Fixes found in smtp testingpatacongo2007-10-271-2/+5
* Correct some issues with IP/MAC address handlingpatacongo2007-10-263-28/+93
* Partial implementation of accept() and listen()patacongo2007-09-232-14/+14
* Associate address with network driver; implement ioctl calls to set addressespatacongo2007-09-165-174/+52
* Add basic structure to support netdevice ioctlspatacongo2007-09-162-3/+122
* Add basic structure to support multiple network interfacespatacongo2007-09-154-145/+178
* Remove unused flag bitpatacongo2007-09-091-3/+2
* Implment TCP recv()patacongo2007-09-091-10/+5
* Implement TCP send; remove uIP proto-socketspatacongo2007-09-092-301/+5
* Added receive timeout via setsockopt(SO_RCVTIMEO)patacongo2007-09-083-4/+3
* sendto needs to return EINTR error; dccpc uses sendtopatacongo2007-09-052-6/+8
* cleanuppatacongo2007-09-032-10/+3
* Add send, sendto, rec, recvfrompatacongo2007-09-032-64/+76
* Refactoring to provide socket support for UDPpatacongo2007-09-022-57/+18
* Implements basic TCP connection logicpatacongo2007-09-022-136/+134
* Add ntohs&l() and htons&lpatacongo2007-09-021-31/+1
* Adding socket(), bind() logicpatacongo2007-09-013-19/+11
* Added support for socket descriptorspatacongo2007-09-014-220/+285
* smtp now compilespatacongo2007-08-301-36/+25
* Import of uIP 1.0patacongo2007-08-268-0/+2510