summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-2439-39/+39
* Net PKT: Suppress ARP requests for packet socket transfersGregory Nutt2014-06-241-1/+19
* Net PKT: Suppress ARP requests for packet socket transfersGregory Nutt2014-06-241-0/+11
* Separate net/net_send_buffered.c and net/net_send_unbuffered.c to net/tcp/tcp...Gregory Nutt2014-06-249-309/+692
* Update ChangelogGregory Nutt2014-06-232-3/+6
* CONFIG_NET_PKT is compatible with current TCP writebuffering logic because th...Gregory Nutt2014-06-235-21/+126
* TCP write buffering: This corrects some of the basic transfer problems. But ...Gregory Nutt2014-06-232-26/+19
* Merge remote-tracking branch 'origin/master' into netiobGregory Nutt2014-06-231-3/+3
|\
| * Remove some spurious spaces in field selectorsGregory Nutt2014-06-231-3/+3
* | TCP write buffering: Add an offset to buffer dumping logicGregory Nutt2014-06-234-26/+67
* | TCP write buffering: Add length to buffer dumping instrumentationGregory Nutt2014-06-234-24/+68
* | TCP write buffering: Extend and fix some buffer dumping logicGregory Nutt2014-06-227-43/+58
* | Write buffering: Fix a minor retransmission problemGregory Nutt2014-06-221-15/+22
* | TCP write buffering: Fix an error in the trim logicGregory Nutt2014-06-2221-20/+161
* | TCP write buffering: Correct handling of retry counterGregory Nutt2014-06-223-96/+145
* | Net: First bug fixes for modified write buffer logicGregory Nutt2014-06-222-1/+8
* | First cut at conversion of write-buffering to use I/O buffer chaings (IOBs)Gregory Nutt2014-06-2223-197/+1012
|/
* net: Add net/tcp/tcp.h; rename uip_tcpwrbuffer_ to tcp_wrbuffer_*Gregory Nutt2014-06-216-36/+158
* TCP write buffering: Add buffer allocation check from Max (himax)Gregory Nutt2014-06-191-28/+47
* Add missing CONFIG_NET_GUARDSIZE to KconfigGregory Nutt2014-06-191-0/+11
* Fix file names in new net/pkt/Make.defsGregory Nutt2014-06-191-4/+4
* Networking: Move relevant parts of net/Kconfig to tcp/Kconfig, udp/Kconfig, ...Gregory Nutt2014-06-186-249/+289
* Move Packet files from net/uip to net/pktGregory Nutt2014-06-187-17/+62
* Move UDP files from net/uip to net/udpGregory Nutt2014-06-1810-335/+89
* Move uip/uip_listen.c to tcp/tcp_listen.cGregory Nutt2014-06-182-1/+290
* Move TCP files from net/uip to net/tcpGregory Nutt2014-06-181-0/+63
* Move TCP files from net/uip to net/tcpGregory Nutt2014-06-1813-42/+23
* Raw sockets: Various fixes for closing, free connections, TX from Daniel Laz...Gregory Nutt2014-06-182-5/+18
* Raw sockets: Various fixes for closing, free connections, TX from Daniel Laz...Gregory Nutt2014-06-182-0/+30
* Notify Ethernet driver of TX data availability on raw socket. From Daniel La...Gregory Nutt2014-06-181-0/+5
* Cosmetic plus some configuration default changesGregory Nutt2014-06-122-3/+4
* Raw sockets: Additional changes for error-free/warning-free compilationGregory Nutt2014-06-125-57/+48
* First check-in of Lazlo's PF_PACKET 'raw' socket implementationGregory Nutt2014-06-1213-161/+1498
* 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-0313-0/+1075