summaryrefslogtreecommitdiff
path: root/nuttx/net/iob/Make.defs
Commit message (Expand)AuthorAgeFilesLines
* NET: Important fix to the read-ahead buffer queue managment: Consumed bytes w...Gregory Nutt2014-07-071-1/+1
* NET: Create net/sockets directory and hook into the build/configuration systemGregory Nutt2014-06-281-1/+1
* Clean up IGMP namingGregory Nutt2014-06-251-1/+0
* TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2014-06-241-2/+2
* First cut at conversion of write-buffering to use I/O buffer chaings (IOBs)Gregory Nutt2014-06-221-0/+4
* IOB: Add iob_contig()Gregory Nutt2014-06-071-4/+1
* IOB: Add queue handling interfaces; improve listsGregory Nutt2014-06-061-3/+5
* Add iob_freechainGregory Nutt2014-06-051-2/+2
* IOB: Add iob_clone()Gregory Nutt2014-06-051-3/+3
* Left out some changes in last commitGregory Nutt2014-06-041-1/+2
* Add iob_copyin()Gregory Nutt2014-06-031-2/+2
* NET: Add generic I/O buffering logicGregory Nutt2014-06-031-0/+52