summaryrefslogtreecommitdiff
path: root/nuttx/net/tcp
Commit message (Expand)AuthorAgeFilesLines
* net/tcp/tcp_conn.c: Fix a logic error when CONFIG_NETDEV_MULTINIC is selecte...Gregory Nutt2015-01-021-0/+4
* Add logic to netdev_findbyaddr() to return the correct network device for the...Gregory Nutt2014-11-232-0/+8
* Extensions to ECP conneciton structure for the case of multiple networks. Se...Gregory Nutt2014-11-222-16/+102
* Make tcp_listener static scope; it is not used outside of tcp_conn.cGregory Nutt2014-11-222-51/+33
* Completes basic changes to support per-device/per-link TCP receive window sizeGregory Nutt2014-11-161-2/+2
* Completes conversion of CONFIG_NET_BUFIZE to CONFIG_NET_ETH/SLIP_MTUGregory Nutt2014-11-161-1/+1
* Network: All logic will now handle varialbe length link layer protocol heade...Gregory Nutt2014-11-158-34/+40
* Update everything under nuttx/net to use the corrected syslog interfacesGregory Nutt2014-10-081-18/+2
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-1/+1
* If CONFIG_NET_ARP_SEND is enabled, then all ICMP, TCP, and UDP send operation...Gregory Nutt2014-08-182-8/+46
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-8/+7
* NET: Fix a few problems after big merge of network reorganizationGregory Nutt2014-07-063-1/+4
* NET: Rename network interrupt event flags more appropriately: TCP_, UDP_, ICM...Gregory Nutt2014-07-069-74/+75
* NET: Rename some non-configurable constants UIP_ to IP_ or TCP_Gregory Nutt2014-07-064-9/+9
* NET: Rename TCP state values: UIP_ -> TCP_Gregory Nutt2014-07-068-85/+85
* NET: Add a few missing configuration options to the Kconfig filesGregory Nutt2014-07-061-0/+27
* NET: Move private definitions from include/nuttx/net/tcp to net/tcp/tcp.hGregory Nutt2014-07-0610-25/+773
* NET: Move private definitions from include/nuttx/net/arp.h to net/arp/arp.hGregory Nutt2014-07-062-2/+2
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-058-45/+45
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-043-2/+5
* Remove all inclusion of uip.hGregory Nutt2014-07-047-7/+0
* NET: in-progress change... don't useGregory Nutt2014-07-047-7/+10
* NET: More renamingGregory Nutt2014-07-046-27/+27
* NET: Misc naming clean-upGregory Nutt2014-07-021-3/+3
* NET: Rename uip_dataevent to tcp_data_eventGregory Nutt2014-06-301-4/+4
* NET: Remove uip_restart()Gregory Nutt2014-06-302-2/+2
* NET: Rename uip_mss to tcp_mssGregory Nutt2014-06-302-8/+8
* NET: Rename uip_nextXYZconn to XYZ_netconnGregory Nutt2014-06-302-3/+3
* NET: Rename uiphdr_ipaddr_copy to net_ipaddr_hdrcopy, uip_ip4addr_conv to net...Gregory Nutt2014-06-292-6/+6
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-291-5/+5
* NET: Rename uip_callback_s to devif_callback_sGregory Nutt2014-06-292-12/+12
* 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-285-7/+12
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-2812-12/+12
* Move all socket-related files from net/ to net/socket. Move net/net.h to net...Gregory Nutt2014-06-282-2/+2
* NET: Create net/sockets directory and hook into the build/configuration systemGregory Nutt2014-06-281-3/+0
* Clean-up naming associated with network checksumsGregory Nutt2014-06-272-11/+13
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-2710-25/+25
* NET: Move net/netdev*.c to net/netdev/netdev*.cGregory Nutt2014-06-272-0/+2
* Move files to net/utils; make appropriate name changes, most for uip_lock to ...Gregory Nutt2014-06-265-35/+35
* NET: Move routing table functions to net/routeGregory Nutt2014-06-261-1/+1
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular inc...Gregory Nutt2014-06-2612-12/+26
* NET: Fix an include file ordering problem when CONFIG_NET_STATISTICS=Gregory Nutt2014-06-261-0/+1
* 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