summaryrefslogtreecommitdiff
path: root/nuttx/net/tcp/tcp_send_unbuffered.c
Commit message (Expand)AuthorAgeFilesLines
* Add logic to netdev_findbyaddr() to return the correct network device for the...Gregory Nutt2014-11-231-0/+4
* Network: All logic will now handle varialbe length link layer protocol heade...Gregory Nutt2014-11-151-1/+1
* If CONFIG_NET_ARP_SEND is enabled, then all ICMP, TCP, and UDP send operation...Gregory Nutt2014-08-181-4/+23
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-8/+7
* NET: Rename network interrupt event flags more appropriately: TCP_, UDP_, ICM...Gregory Nutt2014-07-061-6/+7
* NET: Move private definitions from include/nuttx/net/arp.h to net/arp/arp.hGregory Nutt2014-07-061-1/+1
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-051-1/+1
* NET: in-progress change... don't useGregory Nutt2014-07-041-1/+2
* NET: More renamingGregory Nutt2014-07-041-1/+1
* NET: Rename uip_mss to tcp_mssGregory Nutt2014-06-301-6/+6
* NET: Rename uip_callback_s to devif_callback_sGregory Nutt2014-06-291-10/+10
* Rename many functions in net/devif from uip_* to devif_*Gregory Nutt2014-06-281-3/+3
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-281-1/+1
* Move all socket-related files from net/ to net/socket. Move net/net.h to net...Gregory Nutt2014-06-281-1/+1
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-1/+1
* NET: Move net/netdev*.c to net/netdev/netdev*.cGregory Nutt2014-06-271-0/+1
* Move files to net/utils; make appropriate name changes, most for uip_lock to ...Gregory Nutt2014-06-261-7/+7
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular inc...Gregory Nutt2014-06-261-0/+1
* Clean-up packet socket namingGregory Nutt2014-06-251-3/+5
* Clean up all TCP-related namingGregory Nutt2014-06-241-8/+8
* 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
* Separate net/net_send_buffered.c and net/net_send_unbuffered.c to net/tcp/tcp...Gregory Nutt2014-06-241-0/+627