summaryrefslogtreecommitdiff
path: root/nuttx/net/tcp
Commit message (Expand)AuthorAgeFilesLines
* Networking: Fix several build errors/warning with IPv4 + IPv6 + multiple netw...Gregory Nutt2015-02-101-12/+55
* net/: Lots of build problems introduced into multiple NIC support. Many pla...Gregory Nutt2015-02-093-8/+14
* ICMPv6: Adds basic logic to support verification that we have the IPv6 addres...Gregory Nutt2015-02-022-8/+61
* Fix compile issues with configs/sim/nettestGregory Nutt2015-02-011-0/+1
* Should fix another warning reported by TravisGregory Nutt2015-01-301-2/+2
* Forgot to add a file in the last commitGregory Nutt2015-01-301-0/+360
* Networking: Separate TCP poll logic out of net/sockets/net_poll.c and move i...Gregory Nutt2015-01-303-3/+50
* Networking: Separate out UDP poll logic from socket/net_poll.c into a new ud...Gregory Nutt2015-01-301-0/+6
* Networking: Add UDP read-ahead support and support for poll/select on UDP so...Gregory Nutt2015-01-301-1/+1
* Merge remote-tracking branch 'origin/master' into afunixGregory Nutt2015-01-283-47/+51
|\
| * Networking: Fix another deadlock condition. tcp_write_buffer_alloc() calls ...Gregory Nutt2015-01-283-47/+51
* | Merge remote-tracking branch 'origin/master' into afunixGregory Nutt2015-01-271-6/+12
|\|
| * Networking: The are issues with the TCP write-ahead buffering if CONFIG_NET_...Gregory Nutt2015-01-271-6/+12
* | Networking: Add local Unix domain socket accept logicGregory Nutt2015-01-251-3/+3
* | Networking: Move TCP specific logic out of net/socket/accept.c to net/tcp/tc...Gregory Nutt2015-01-252-15/+30
* | Networking: Move TCP specific logic out of net/socket/accept.c to net/tcp/tc...Gregory Nutt2015-01-251-0/+359
|/
* Networking: Clean up network status collection and presentation for IPv6Gregory Nutt2015-01-241-1/+8
* Cosmetic changes to comments; refresh configurationGregory Nutt2015-01-221-1/+1
* Networking: Back out a previous change. It is incorrectGregory Nutt2015-01-222-5/+11
* Forgot to remove some debug instrumentation in the last commitGregory Nutt2015-01-223-8/+0
* Armv7-M: Remove Px4-only setting of stack to 0xff. This is incompatible with...Gregory Nutt2015-01-224-39/+148
* More typos in debug statementsGregory Nutt2015-01-211-2/+2
* Fix a typo introduced in the last commitGregory Nutt2015-01-211-1/+1
* IPv6 -- various fixed from problems found in testingGregory Nutt2015-01-211-2/+4
* Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, no...Gregory Nutt2015-01-201-4/+4
* Networking: Fix some problems with debug is enabled; fix a warningGregory Nutt2015-01-191-2/+3
* Networking: Some fixes for compilation when both IPv4 and IPv6 are enabledGregory Nutt2015-01-183-8/+4
* Networking: Final detangle off IPv4 and IPv6 TCP/UDP send logic. The Networ...Gregory Nutt2015-01-185-108/+364
* Networking: Add IPv6 suppport to TCP application level sending logicGregory Nutt2015-01-171-5/+57
* Networking: Fix a simple IPv6 compile errorGregory Nutt2015-01-171-4/+31
* Networking: Straighten up use if IPv6/IPv4 in TCP connection logicGregory Nutt2015-01-172-135/+468
* Networking: Straighten up use if IPv6/IPv4 in TCP connection logicGregory Nutt2015-01-172-21/+41
* Networking: Detangling IPv6/4 logic in UDP connection structuresGregory Nutt2015-01-172-0/+4
* Networking: Save the IP domain in the connection structureGregory Nutt2015-01-172-3/+9
* Networking: Oops. Forgot to add a couple of files that were part of an earl...Gregory Nutt2015-01-171-0/+110
* Networking: Fix accept() so that it returns the correct IP address for the se...Gregory Nutt2015-01-172-12/+12
* net/socket and net/tcp: When we are ready to receive data or when we have out...Gregory Nutt2015-01-172-10/+112
* include/net/if.h: Add a bit to the device flags to indicate if the device pa...Gregory Nutt2015-01-176-8/+162
* Networking: Remove field d_sndata from the device structure. It is the same...Gregory Nutt2015-01-174-6/+0
* Networking: UDP and TCP MSS depends on the IP header size (as well as the lin...Gregory Nutt2015-01-163-15/+30
* Networking: Replace all references to the macros net_ipaddr_copy, net_ipaddr...Gregory Nutt2015-01-162-11/+11
* Networking: Replace all references to net_ipaddr_t with either in_addr_t on ...Gregory Nutt2015-01-163-12/+11
* Networking: Drivers can have both IPv4 and IPv6 addesses, but a socket can on...Gregory Nutt2015-01-165-26/+22
* Clean a few more IPv6 compilation issues; Add implementation of net_ipv6_mask...Gregory Nutt2015-01-151-1/+9
* Networking: Seperate tcp_input() and udp_input() into seprate functions tcp_i...Gregory Nutt2015-01-157-141/+240
* Networking: More IPv6 detanglementGregory Nutt2015-01-151-1/+5
* Networking: (1) Copied all ICMP sources files to net/icmpv6 with proper rena...Gregory Nutt2015-01-142-4/+4
* 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