summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
* Networking: Separate TCP poll logic out of net/sockets/net_poll.c and move i...Gregory Nutt2015-01-304-322/+52
* Networking: Separate out UDP poll logic from socket/net_poll.c into a new ud...Gregory Nutt2015-01-309-273/+569
* 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-306-33/+689
* 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-292-2/+2
* Unix domain: Various fixes to get apps/examplex/udgram workingGregory Nutt2015-01-296-20/+31
* Unix domain: Add sendto logic for SOCK_DRAM protocoalGregory Nutt2015-01-293-17/+86
* Fix typo in conditional compilationGregory Nutt2015-01-291-1/+1
* Elminate some warnings with TCP and UDP are disabledGregory Nutt2015-01-291-0/+4
* Unix domain: Add initial cut at redvfrom() for Unix domain datagram socketsGregory Nutt2015-01-293-73/+383
* 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-282-1/+3
|\
| * net/socket/accept.c: Ooops.. deleted one too many header filesGregory Nutt2015-01-281-0/+2
| * Unix domain socket support is no longer EXPERIMENTALGregory Nutt2015-01-281-1/+1
* | Networking: Move UDP-specifc parts of sendto() out of socket/sendto.c and in...Gregory Nutt2015-01-286-416/+557
|/
* 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-284-48/+57
|\|
| * Networking: Fix another deadlock condition. tcp_write_buffer_alloc() calls ...Gregory Nutt2015-01-284-48/+57
* | Unix domain: Fix a typo and some missing conditional compilationGregory Nutt2015-01-282-1/+3
* | Unix domain: More fixes. With these changes, apps/examples/ustream worksGregory Nutt2015-01-286-17/+30
* | Merge remote-tracking branch 'origin/master' into afunixGregory Nutt2015-01-276-154/+266
|\|
| * Networking: The are issues with the TCP write-ahead buffering if CONFIG_NET_...Gregory Nutt2015-01-276-154/+266
* | Unix domain: A few more bugfixesGregory Nutt2015-01-272-3/+4
* | Unix domain: A few fixes from early integrationGregory Nutt2015-01-279-39/+100
* | Unix domain: With these changes I can build a system with no link layer enab...Gregory Nutt2015-01-271-1/+1
* | Unix domain: More fixed to build without Ethernet or SlipGregory Nutt2015-01-273-14/+28
* | 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
* | Unix sockets: Fleshes out the recvfrom() logicGregory Nutt2015-01-276-152/+524
* | Local sockets: Add basic packet send logicGregory Nutt2015-01-274-7/+296
* | Local sockets: Remove some ill-conceived logicGregory Nutt2015-01-274-71/+28
* | Networking: Hook in send and revcfrom Unix domain socket logic; still needs ...Gregory Nutt2015-01-263-27/+95
* | Add stub files for sending and receiving on FIFOsGregory Nutt2015-01-266-7/+267
* | Networking: Add FIFO management logic needed to support Unix domain socketsGregory Nutt2015-01-267-49/+642
* | Replace an un-necessary gotoGregory Nutt2015-01-251-57/+55
* | Networking: Add local Unix domain socket accept logicGregory Nutt2015-01-256-24/+237
* | Networking: Move TCP specific logic out of net/socket/accept.c to net/tcp/tc...Gregory Nutt2015-01-254-269/+106
* | Networking: Move TCP specific logic out of net/socket/accept.c to net/tcp/tc...Gregory Nutt2015-01-251-0/+359
* | Networking: Add local Unix domain socket listen logicGregory Nutt2015-01-259-398/+779
* | Networking: Add local Unix domain socket connection logicGregory Nutt2015-01-254-21/+462
* | Networking: Add logic for binding Unix domain socketsGregory Nutt2015-01-253-12/+162
* | Networking: A litle more Unix domain socket logicGregory Nutt2015-01-257-129/+317
* | Hook local socket functions into socket creation and close logicGregory Nutt2015-01-244-68/+486
* | Add basic build structure for Unix domain socketsGregory Nutt2015-01-245-1/+70
|/
* Networking: Clean up network status collection and presentation for IPv6Gregory Nutt2015-01-2411-26/+40