summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some minor clean-up of IPv4/6 flagsGregory Nutt2015-01-245-10/+23
* Networking: IPv4 and IPv6 work together. This fixes a bug necessary to acco...Gregory Nutt2015-01-232-7/+15
* Networking: Final fixes. IPv6 pings now work in both directionsGregory Nutt2015-01-232-11/+9
* Networking: Various bugfixes related to IPv6 pingGregory Nutt2015-01-233-11/+12
* Networking: First cut at ICMPv6 ping logicGregory Nutt2015-01-234-118/+203
* IPv6 is not longer EXPERIMENTALGregory Nutt2015-01-231-1/+0
* Networking: Eliminate a warning with UDP checksums are suppressedGregory Nutt2015-01-231-0/+2
* Networking: Fix issues with UDP packet length and checksum calculations when...Gregory Nutt2015-01-235-44/+103
* Networking: UDP checksums must always be used with IPv6Gregory Nutt2015-01-231-2/+4
* Networking: Need to set the IPv6 EtherType on outgoing IPv6 packetsGregory Nutt2015-01-232-0/+7
* Cosmetic changes to comments; refresh configurationGregory Nutt2015-01-222-3/+3
* Correct calculation of initial MSSGregory Nutt2015-01-221-0/+18