summaryrefslogtreecommitdiff
path: root/nuttx/net/socket
Commit message (Expand)AuthorAgeFilesLines
* socket: net_dupsd: Do not call sockfd_socket() twice. From Juha NiskanenGregory Nutt2015-03-121-3/+3
* Move some useful internal logic from recvfrom.c and udp_callback.c and put th...Gregory Nutt2015-02-171-8/+11
* Purely cosmetic changes resulting from last review IPv6 UDP changeGregory Nutt2015-02-161-4/+6
* IPv4 mapping to IPv6 implementation. Just for UDP. From Macs NeklyudovGregory Nutt2015-02-161-4/+28
* Suffer the consequences of moving struct timeval to its correct locationGregory Nutt2015-02-152-0/+2
* Networking: Fix a compilation error recently introduced into the raw packet l...Gregory Nutt2015-02-111-1/+1
* net/: Lots of build problems introduced into multiple NIC support. Many pla...Gregory Nutt2015-02-093-6/+6
* ICMPv6: Adds basic logic to support verification that we have the IPv6 addres...Gregory Nutt2015-02-021-5/+33
* Unix domain: Add options to build in stream or datagram support separatelyGregory Nutt2015-01-3110-84/+84
* Networking: Add fcntl support for Unix domain sockets and UDP sockets with re...Gregory Nutt2015-01-301-16/+55
* If a Unix domain socket is non-blocking, then the underlying FIFO should also...Gregory Nutt2015-01-301-2/+2
* Fix error just introduces into recvfrom. From Macs N.Gregory Nutt2015-01-301-2/+2
* Networking: Separate TCP poll logic out of net/sockets/net_poll.c and move i...Gregory Nutt2015-01-301-319/+2
* Networking: Separate out UDP poll logic from socket/net_poll.c into a new ud...Gregory Nutt2015-01-301-266/+97
* Eliminate a warningGregory Nutt2015-01-301-2/+5
* Networking: Add UDP read-ahead support and support for poll/select on UDP so...Gregory Nutt2015-01-302-32/+461
* Update a commentGregory Nutt2015-01-301-2/+2
* Networking: Fix a major TCP bug introduced with commit e71c09ce9777ff732cb60...Gregory Nutt2015-01-291-3/+5
* Fix two compilation errors that occur when Unix domain occurs an IPv6 are ena...Gregory Nutt2015-01-291-1/+1
* Unix domain: Various fixes to get apps/examplex/udgram workingGregory Nutt2015-01-291-7/+7
* Fix typo in conditional compilationGregory Nutt2015-01-291-1/+1
* Elminate some warnings with TCP and UDP are disabledGregory Nutt2015-01-291-0/+4
* Fix a typo in commentsGregory Nutt2015-01-281-4/+4
* Minor fixes after initial tests with apps/examples/udgramGregory Nutt2015-01-281-1/+1
* Merge remote-tracking branch 'origin/master' into afunixGregory Nutt2015-01-281-0/+2
|\
| * net/socket/accept.c: Ooops.. deleted one too many header filesGregory Nutt2015-01-281-0/+2
* | Networking: Move UDP-specifc parts of sendto() out of socket/sendto.c and in...Gregory Nutt2015-01-281-399/+23
|/
* Merge remote-tracking branch 'origin/master' into afunixGregory Nutt2015-01-281-0/+1
|\
| * Networking: Missed header file inclusionGregory Nutt2015-01-281-0/+1
* | Merge remote-tracking branch 'origin/master' into afunixGregory Nutt2015-01-281-1/+6
|\|
| * Networking: Fix another deadlock condition. tcp_write_buffer_alloc() calls ...Gregory Nutt2015-01-281-1/+6
* | Unix domain: Fix a typo and some missing conditional compilationGregory Nutt2015-01-281-0/+2
* | Unix domain: More fixes. With these changes, apps/examples/ustream worksGregory Nutt2015-01-281-2/+2
* | Unix domain: A few more bugfixesGregory Nutt2015-01-271-2/+3
* | Unix domain: A few fixes from early integrationGregory Nutt2015-01-273-11/+63
* | Unix domain: More fixed to build without Ethernet or SlipGregory Nutt2015-01-271-11/+25
* | Merge remote-tracking branch 'origin/master' into afunixGregory Nutt2015-01-271-4/+5
|\|
| * recvfrom(): Missing else in conditional logic of recvfrom()Gregory Nutt2015-01-271-4/+5
* | Various fixes to get Unix domain sockets to build on the simulator without Et...Gregory Nutt2015-01-271-1/+2
* | Networking: Hook in send and revcfrom Unix domain socket logic; still needs ...Gregory Nutt2015-01-263-27/+95
* | Networking: Add local Unix domain socket accept logicGregory Nutt2015-01-251-5/+10
* | Networking: Move TCP specific logic out of net/socket/accept.c to net/tcp/tc...Gregory Nutt2015-01-251-254/+50
* | Networking: Add local Unix domain socket listen logicGregory Nutt2015-01-252-16/+57
* | Networking: Add local Unix domain socket connection logicGregory Nutt2015-01-252-9/+50
* | Networking: Add logic for binding Unix domain socketsGregory Nutt2015-01-251-9/+86
* | Networking: A litle more Unix domain socket logicGregory Nutt2015-01-252-120/+203
* | Hook local socket functions into socket creation and close logicGregory Nutt2015-01-242-68/+237
|/
* Correct calculation of initial MSSGregory Nutt2015-01-221-0/+18
* Armv7-M: Remove Px4-only setting of stack to 0xff. This is incompatible with...Gregory Nutt2015-01-221-18/+68
* Networking: New domain field in socket structure is created by socket(), but...Gregory Nutt2015-01-223-3/+5