summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-225-57/+216
* Networking: New domain field in socket structure is created by socket(), but...Gregory Nutt2015-01-223-3/+5
* Networking: Correct the value returned by accept() in the case where net_loc...Gregory Nutt2015-01-222-9/+31
* Networking: Change some debug outputto vebose debug outputGregory Nutt2015-01-215-40/+40
* Networking IPv6: Fix and error when adding a neighbor to the table. Compari...Gregory Nutt2015-01-212-6/+30
* Networking: IPv6 receipt logic errors. Don't save neighbor address in table...Gregory Nutt2015-01-211-24/+55
* Fix some errors in memcpy arguments. No ampersands on array arguments.Gregory Nutt2015-01-212-2/+2
* 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-215-22/+62
* ICMPv6 Neighbor Advertisement: Need to set O flag or response is not used. ...Gregory Nutt2015-01-211-11/+12
* Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, no...Gregory Nutt2015-01-206-23/+23
* Networking: When sending ICMPv6 advertisements and solicitations, set the NO...Gregory Nutt2015-01-206-10/+23
* Networking: Add logic to search the Neighbor Table and update the destinatio...Gregory Nutt2015-01-206-7/+512
* Fix typo in function nameGregory Nutt2015-01-202-2/+2
* Networking: Clean up IPv6 Neighbor Table logicGregory Nutt2015-01-2013-213/+731
* Networking: Update ICMPv6 logic to RFCsGregory Nutt2015-01-2010-65/+134
* Cosmetic standardization of some naming in commentsGregory Nutt2015-01-1929-37/+37
* Networking: Hook in ICMPv6 polling operations into periodic network logicGregory Nutt2015-01-192-10/+47
* Networking: Fix to ICMPv6 logic: Needs to set source and destination address...Gregory Nutt2015-01-191-26/+53
* Networking: Costmetic changesGregory Nutt2015-01-191-17/+17
* Networking: Update ICMPv6 message numbersGregory Nutt2015-01-191-2/+2
* Networking: Fix an IPv6 bug: Wrong network byte order in comparisonGregory Nutt2015-01-191-11/+12