summaryrefslogtreecommitdiff
path: root/nuttx/net/uip/Make.defs
Commit message (Expand)AuthorAgeFilesLines
* Clean up IGMP namingGregory Nutt2014-06-251-1/+0
* CONFIG_NET_PKT is compatible with current TCP writebuffering logic because th...Gregory Nutt2014-06-231-0/+6
* First cut at conversion of write-buffering to use I/O buffer chaings (IOBs)Gregory Nutt2014-06-221-0/+6
* Move Packet files from net/uip to net/pktGregory Nutt2014-06-181-9/+0
* Move UDP files from net/uip to net/udpGregory Nutt2014-06-181-9/+0
* Move TCP files from net/uip to net/tcpGregory Nutt2014-06-181-20/+0
* First check-in of Lazlo's PF_PACKET 'raw' socket implementationGregory Nutt2014-06-121-0/+9
* Move ICMP files from net/uip to net/icmpGregory Nutt2014-05-301-13/+0
* Move IGMP files from net/uip to net/igmpGregory Nutt2014-05-301-25/+13
* Move arp-related files from net/uip to net/arpGregory Nutt2014-05-301-6/+7
* Changes to correct TCP write buffereing build errorsGregory Nutt2014-01-141-4/+4
* The first set of changes to incorporate Jason Jiangs TCP write buffering logicGregory Nutt2014-01-131-14/+22
* Email address change in nuttx/patacongo2012-09-131-1/+1
* More SLIP integrationpatacongo2011-03-151-0/+6
* More support for SLIP data link protocolpatacongo2011-03-121-3/+11
* Add IGMP send logicpatacongo2010-07-111-2/+3
* Add support for multicast MAC addressespatacongo2010-07-111-1/+1
* More IGMP logicpatacongo2010-07-101-2/+2
* Add IGMP timer logicpatacongo2010-07-101-5/+8
* More IGMP logicpatacongo2010-07-101-2/+2
* More IGMP logicpatacongo2010-07-101-1/+1
* More IGMP logicpatacongo2010-07-081-1/+1
* Add IGMP initialization logicpatacongo2010-07-081-0/+4
* Fix an error in the handling of TCP/IP sequence numberspatacongo2009-12-191-1/+1
* Expose more ARP APIspatacongo2009-03-211-3/+3
* Name changes for ZDS archiverpatacongo2008-12-121-11/+11
* Add support for TCP/IP connection backlogpatacongo2008-11-201-1/+1
* sendto.cpatacongo2008-09-021-0/+6
* Add uIP support more multi-threaded socket accesspatacongo2008-09-011-1/+1
* Removed unused uIP filespatacongo2007-11-231-5/+0
* TCP and ICMP protocols may now be disabledpatacongo2007-11-221-2/+14
* Add TCP readahead logicpatacongo2007-11-191-1/+2
* Finished partitioning uip.c (now system is broken)patacongo2007-11-071-3/+20
* Breaking uip.c into smaller functions/filespatacongo2007-11-061-3/+17
* Basic TCP send functionalpatacongo2007-11-051-1/+1
* Partial implementation of accept() and listen()patacongo2007-09-231-1/+1
* Add basic structure to support multiple network interfacespatacongo2007-09-151-1/+1
* Implment TCP recv()patacongo2007-09-091-1/+1
* Implement TCP send; remove uIP proto-socketspatacongo2007-09-091-1/+1
* Refactoring to provide socket support for UDPpatacongo2007-09-021-1/+2
* Implements basic TCP connection logicpatacongo2007-09-021-1/+1
* Import of uIP 1.0patacongo2007-08-261-0/+38