summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
...
* IPv6: Eliminate a warning from UDP codeGregory Nutt2015-02-021-0/+1
* IPv6: More framework for automatic neighbor solicition. I think this also co...Gregory Nutt2015-02-028-18/+88
* IPv6: Remove an unusd file (kruft from original IPv6 develoment); Add inital ...Gregory Nutt2015-02-0210-185/+89
* Cosmetic update to a few commentsGregory Nutt2015-02-011-1/+1
* Fix compile issues with configs/sim/nettestGregory Nutt2015-02-011-0/+1
* Unix domain: Fix some bugs in logic the frees stream FIFOsGregory Nutt2015-02-011-20/+22
* Unix domain: Enable logic to clean up the FIFOs underlying stream sockets wi...Gregory Nutt2015-02-011-7/+25
* Unix domain: Add options to build in stream or datagram support separatelyGregory Nutt2015-01-3122-98/+189
* Networking: Add fcntl support for Unix domain sockets and UDP sockets with re...Gregory Nutt2015-01-301-16/+55
* Fix some errors in debug assertionsGregory Nutt2015-01-302-2/+2
* If a Unix domain socket is non-blocking, then the underlying FIFO should also...Gregory Nutt2015-01-309-45/+69
* Fix mimatched #if/#endifGregory Nutt2015-01-301-1/+0
* Unix domain/FIFOs: Fix a race condition between FIFO buffer operations and t...Gregory Nutt2015-01-302-13/+98
* Networking: Any linger UDP read-ahead buffers must be freed when UDP socket i...Gregory Nutt2015-01-301-0/+7
* Unix domain: Add logic to release references to the half duplex FIFO after se...Gregory Nutt2015-01-306-27/+47
* Should fix another warning reported by TravisGregory Nutt2015-01-301-2/+2
* Networking: Should fix a few compile errors/warnings reported by TravisGregory Nutt2015-01-302-3/+5
* Fix error just introduces into recvfrom. From Macs N.Gregory 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-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
|\|