summaryrefslogtreecommitdiff
path: root/nuttx/include/net/uip/uipopt.h
Commit message (Expand)AuthorAgeFilesLines
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-314/+0
* Fix minimum MTU... must be at lest 576patacongo2011-06-061-0/+12
* More support for SLIP data link protocolpatacongo2011-03-121-14/+37
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-141-2/+2
* fix typo in commentspatacongo2008-12-121-1/+1
* Added basic TFTP client supportpatacongo2008-09-051-4/+8
* Add uIP access to ICMP protocolpatacongo2008-09-021-0/+6
* Add uIP support more multi-threaded socket accesspatacongo2008-09-011-2/+19
* Add TX data notificationpatacongo2007-11-221-9/+0
* Add TCP readahead logicpatacongo2007-11-191-97/+33
* Handle varialble length polling intervals; fix bug of last checkinpatacongo2007-11-071-4/+5
* Breaking uip.c into smaller functions/filespatacongo2007-11-061-11/+0
* Correct some issues with IP/MAC address handlingpatacongo2007-10-261-25/+0
* Associate address with network driver; implement ioctl calls to set addressespatacongo2007-09-161-31/+1
* Add basic structure to support multiple network interfacespatacongo2007-09-151-3/+3
* Adding socket(), bind() logicpatacongo2007-09-011-8/+0
* Added support for socket descriptorspatacongo2007-09-011-172/+147
* Import of uIP 1.0patacongo2007-08-261-0/+423