summaryrefslogtreecommitdiff
path: root/nuttx/net/tcp/tcp_appsend.c
Commit message (Expand)AuthorAgeFilesLines
* Networking: Back out a previous change. It is incorrectGregory Nutt2015-01-221-2/+2
* Forgot to remove some debug instrumentation in the last commitGregory Nutt2015-01-221-1/+0
* Armv7-M: Remove Px4-only setting of stack to 0xff. This is incompatible with...Gregory Nutt2015-01-221-2/+3
* Networking: Add IPv6 suppport to TCP application level sending logicGregory Nutt2015-01-171-5/+57
* Networking: Remove field d_sndata from the device structure. It is the same...Gregory Nutt2015-01-171-2/+0
* Networking: Seperate tcp_input() and udp_input() into seprate functions tcp_i...Gregory Nutt2015-01-151-4/+4
* NET: Rename network interrupt event flags more appropriately: TCP_, UDP_, ICM...Gregory Nutt2014-07-061-3/+3
* NET: Rename TCP state values: UIP_ -> TCP_Gregory Nutt2014-07-061-4/+4
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-051-4/+4
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-281-1/+1
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-2/+2
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular inc...Gregory Nutt2014-06-261-0/+1
* Clean up all TCP-related namingGregory Nutt2014-06-241-11/+12
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-2/+2
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-241-1/+1
* Move TCP files from net/uip to net/tcpGregory Nutt2014-06-181-0/+223