summaryrefslogtreecommitdiff
path: root/nuttx/net/iob/iob_free.c
Commit message (Expand)AuthorAgeFilesLines
* TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2014-06-241-0/+3
* Add throttle support to the I/O buffer logicGregory Nutt2014-06-241-1/+1
* TCP write buffering: Extend and fix some buffer dumping logicGregory Nutt2014-06-221-0/+7
* TCP write buffering: Fix an error in the trim logicGregory Nutt2014-06-221-0/+7
* First cut at conversion of write-buffering to use I/O buffer chaings (IOBs)Gregory Nutt2014-06-221-2/+6
* IOB: Remove private data. Not neededGregory Nutt2014-06-121-3/+0
* IOB: remove flagsGregory Nutt2014-06-091-1/+0
* IOB: Add queue handling interfaces; improve listsGregory Nutt2014-06-061-5/+12
* IOB: Fix typo in debug assertionGregory Nutt2014-06-051-2/+8
* IOB: Need to clone header when deleting the first entry in an I/O buffer chainGregory Nutt2014-06-051-2/+35
* NET: Add generic I/O buffering logicGregory Nutt2014-06-031-0/+83