summaryrefslogtreecommitdiff
path: root/nuttx/net/iob
Commit message (Expand)AuthorAgeFilesLines
* IOB Configuration: Default number of IOB changes must be more than zero is U...Gregory Nutt2015-02-101-2/+2
* Networking: The are issues with the TCP write-ahead buffering if CONFIG_NET_...Gregory Nutt2015-01-275-148/+254
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-6/+0
* Update everything under nuttx/net to use the corrected syslog interfacesGregory Nutt2014-10-081-27/+12
* IOB: Change suggested by Rony XlnGregory Nutt2014-07-081-5/+5
* NET: Important fix to the read-ahead buffer queue managment: Consumed bytes w...Gregory Nutt2014-07-072-1/+128
* NET: Create net/sockets directory and hook into the build/configuration systemGregory Nutt2014-06-281-1/+1
* Fix another place where sem_tryalloc may be called from the interrupt level. ...Gregory Nutt2014-06-281-1/+10
* NET: Last tweaks were still in the editorGregory Nutt2014-06-281-1/+4
* NET: Fix some errors in recent network I/O buffering when stack runs from in...Gregory Nutt2014-06-281-4/+12
* Clean up some networking configuration menusGregory Nutt2014-06-251-1/+4
* Clean up IGMP namingGregory Nutt2014-06-251-1/+0
* Forget to add a file in last commitGregory Nutt2014-06-242-0/+102
* TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2014-06-248-33/+33
* Add throttle support to the I/O buffer logicGregory Nutt2014-06-2420-52/+112
* TCP write buffering: This corrects some of the basic transfer problems. But ...Gregory Nutt2014-06-231-1/+1
* TCP write buffering: Add an offset to buffer dumping logicGregory Nutt2014-06-231-18/+49
* TCP write buffering: Add length to buffer dumping instrumentationGregory Nutt2014-06-231-6/+10
* TCP write buffering: Extend and fix some buffer dumping logicGregory Nutt2014-06-222-38/+13
* TCP write buffering: Fix an error in the trim logicGregory Nutt2014-06-2218-15/+151
* TCP write buffering: Correct handling of retry counterGregory Nutt2014-06-222-0/+8
* First cut at conversion of write-buffering to use I/O buffer chaings (IOBs)Gregory Nutt2014-06-2213-27/+453
* Cosmetic plus some configuration default changesGregory Nutt2014-06-121-2/+2
* IOB: Remove private data. Not neededGregory Nutt2014-06-125-12/+3
* IOB: remove flagsGregory Nutt2014-06-095-5/+1
* Those pesky carriage returnsGregory Nutt2014-06-071-172/+172
* IOB: Add iob_contig()Gregory Nutt2014-06-072-4/+173
* IOB: Add queue handling interfaces; improve listsGregory Nutt2014-06-0620-138/+571
* IOB: Minor improvement to trimheadGregory Nutt2014-06-061-15/+12
* IOB: Fix bugs in trimming logicGregory Nutt2014-06-053-9/+20
* Add iob_freechainGregory Nutt2014-06-053-3/+104
* IOB: Add iob_clone()Gregory Nutt2014-06-052-3/+193
* IOB: Fix typo in debug assertionGregory Nutt2014-06-051-2/+8
* IOB: More clean based on change of the last commitGregory Nutt2014-06-052-39/+29
* IOB: Need to clone header when deleting the first entry in an I/O buffer chainGregory Nutt2014-06-052-4/+41
* IOB: Remove unimplemented VLAN stuff; add unit test and fixes to pass unit testGregory Nutt2014-06-057-43/+322
* Left out some changes in last commitGregory Nutt2014-06-042-1/+179
* NET: Improvied I/O buffer logicGregory Nutt2014-06-046-103/+98
* Add iob_copyin()Gregory Nutt2014-06-034-4/+173
* NET: Add generic I/O buffering logicGregory Nutt2014-06-0311-0/+1073