summaryrefslogtreecommitdiff
path: root/nuttx/net/tcp/tcp_conn.c
Commit message (Expand)AuthorAgeFilesLines
* Extensions to ECP conneciton structure for the case of multiple networks. Se...Gregory Nutt2014-11-221-16/+99
* Make tcp_listener static scope; it is not used outside of tcp_conn.cGregory Nutt2014-11-221-37/+33
* Network: All logic will now handle varialbe length link layer protocol heade...Gregory Nutt2014-11-151-4/+9
* NET: Rename some non-configurable constants UIP_ to IP_ or TCP_Gregory Nutt2014-07-061-3/+3
* NET: Rename TCP state values: UIP_ -> TCP_Gregory Nutt2014-07-061-16/+16
* NET: Move private definitions from include/nuttx/net/tcp to net/tcp/tcp.hGregory Nutt2014-07-061-2/+2
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-051-2/+2
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-0/+1
* NET: in-progress change... don't useGregory Nutt2014-07-041-2/+2
* NET: Misc naming clean-upGregory Nutt2014-07-021-3/+3
* NET: Rename uip_nextXYZconn to XYZ_netconnGregory Nutt2014-06-301-2/+2
* NET: Rename uiphdr_ipaddr_copy to net_ipaddr_hdrcopy, uip_ip4addr_conv to net...Gregory Nutt2014-06-291-2/+2
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-291-5/+5
* NET: Rename uip_callback_s to devif_callback_sGregory Nutt2014-06-291-2/+2
* Rename static functions from uip_* to something more appropriate. Globally s...Gregory Nutt2014-06-281-4/+4
* Rename many functions in net/devif from uip_* to devif_*Gregory Nutt2014-06-281-1/+1
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-281-1/+1
* Move files to net/utils; make appropriate name changes, most for uip_lock to ...Gregory Nutt2014-06-261-14/+14
* 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-44/+48
* TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2014-06-241-9/+3
* 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
* net: Add net/tcp/tcp.h; rename uip_tcpwrbuffer_ to tcp_wrbuffer_*Gregory Nutt2014-06-211-5/+6
* Move TCP files from net/uip to net/tcpGregory Nutt2014-06-181-0/+725