summaryrefslogtreecommitdiff
path: root/nuttx/net/tcp
Commit message (Expand)AuthorAgeFilesLines
* Clean-up packet socket namingGregory Nutt2014-06-254-7/+6
* Clean up IGMP namingGregory Nutt2014-06-251-1/+0
* Clean up all TCP-related namingGregory Nutt2014-06-2414-268/+344
* TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2014-06-246-285/+48
* Add throttle support to the I/O buffer logicGregory Nutt2014-06-243-3/+9
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-2415-28/+28
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-2410-10/+10
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-2412-12/+12
* Separate net/net_send_buffered.c and net/net_send_unbuffered.c to net/tcp/tcp...Gregory Nutt2014-06-244-0/+1551
* CONFIG_NET_PKT is compatible with current TCP writebuffering logic because th...Gregory Nutt2014-06-231-0/+1
* TCP write buffering: Add an offset to buffer dumping logicGregory Nutt2014-06-232-3/+4
* TCP write buffering: Add length to buffer dumping instrumentationGregory Nutt2014-06-232-3/+4
* TCP write buffering: Extend and fix some buffer dumping logicGregory Nutt2014-06-223-4/+14
* TCP write buffering: Fix an error in the trim logicGregory Nutt2014-06-221-1/+2
* First cut at conversion of write-buffering to use I/O buffer chaings (IOBs)Gregory Nutt2014-06-225-49/+164
* net: Add net/tcp/tcp.h; rename uip_tcpwrbuffer_ to tcp_wrbuffer_*Gregory Nutt2014-06-213-14/+145
* Networking: Move relevant parts of net/Kconfig to tcp/Kconfig, udp/Kconfig, ...Gregory Nutt2014-06-182-0/+200
* 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-1811-0/+3775