summaryrefslogtreecommitdiff
path: root/nuttx/net/uip/uip_tcpbacklog.c
Commit message (Expand)AuthorAgeFilesLines
* Networking code should use kfree, not lib_freeGregory Nutt2013-04-111-1/+1
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-3/+4
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-5/+5
* More SLIP integrationpatacongo2011-03-151-4/+4
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-4/+4
* Consulting wrong list to see if socket is listening for a connectionpatacongo2009-09-161-1/+1
* Reference count must be zero before calling uip_tcpfree()patacongo2009-09-161-0/+1
* Use lldbg() instead of dbg() in interrupt level logicpatacongo2009-09-151-8/+8
* Fix race condition bug in poll() for backlogged connectionspatacongo2009-09-101-0/+19
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* dup() and dup2() support for socket descriptorspatacongo2009-06-151-3/+3
* Name changes for ZDS archiverpatacongo2008-12-121-0/+383