summaryrefslogtreecommitdiff
path: root/nuttx/net/icmpv6
Commit message (Expand)AuthorAgeFilesLines
* Fix some time value changes; mostly changing greater than 1000000000 to great...Gregory Nutt2015-02-202-2/+2
* Add some inclusions of nuttx/net.h to two files. Without these there can be ...Gregory Nutt2015-02-132-0/+2
* net/: Lots of build problems introduced into multiple NIC support. Many pla...Gregory Nutt2015-02-094-5/+6
* Networking: Clean up and consolidate some clunky stuff by adding new net_tim...Gregory Nutt2015-02-094-30/+8
* IPv6: Separate function that converts prefix lengths to a netmaskGregory Nutt2015-02-063-48/+14
* IPv6 fixes: Both ICMPv6 autonomous auto-configuration and the ICMPv6 router ...Gregory Nutt2015-02-052-4/+4
* ICMPv6: Add logic to behave like a router (if so configured): NuttX will no...Gregory Nutt2015-02-052-0/+39
* Forgot to add this file before a previous commitGregory Nutt2015-02-051-0/+254
* ICMPv6: Add option to send Router Advertisement Messages.Gregory Nutt2015-02-052-0/+100
* IPv6: Add a netmaks for the local link addressGregory Nutt2015-02-051-1/+5
* Minor logic simplificationGregory Nutt2015-02-041-3/+1
* ICMPv6 Auto-configuration: If no router reponds to the Router Solicitation, ...Gregory Nutt2015-02-044-26/+48
* ICMPv6: Separate out Neighbor Advertise message so that we can reuse itGregory Nutt2015-02-044-88/+222
* Remove unnecessary, inappropriate inclusion of ARP head file in IPv6 codeGregory Nutt2015-02-041-1/+0
* Networking: Break out Ethernet definitions into a separate file; add IPv6 mu...Gregory Nutt2015-02-041-15/+10
* Forgot to add a file from a previous commitGregory Nutt2015-02-031-0/+421
* ICMPv6: Fix some multi-cast addressesGregory Nutt2015-02-031-18/+8
* Minor updates to comments, debug messages, documentationGregory Nutt2015-02-031-3/+3
* ICMPv6: Some initial bugfix from first tests of the ICMPv6 auto-configuratio...Gregory Nutt2015-02-032-7/+22
* ICMPv6: This completes coding of the ICMPv6 auto-configuration feature. It i...Gregory Nutt2015-02-033-20/+41
* Networking: Add support for sending ICMPv6 Router Solicitation and receiving...Gregory Nutt2015-02-038-174/+953
* Costmetic updates to commentsGregory Nutt2015-02-031-14/+14
* Add netlib and application hooks for ICMPv6 auto-configuration (still incompleteGregory Nutt2015-02-031-1/+1
* Add some comments to C filesGregory Nutt2015-02-031-0/+65
* ICMPv6: Add file/build structure that will eventually support ICMPv6 auto-co...Gregory Nutt2015-02-024-0/+105
* Restore 20Msec defaultGregory Nutt2015-02-021-1/+1
* Networking: Apply the same ARP fix for the Neighbor Solicitation logicGregory Nutt2015-02-023-6/+20
* Auto neighbor solicitation is no longer EXPERIMENTAL and is the default for t...Gregory Nutt2015-02-021-2/+1
* ICMPv6: Adds basic logic to support verification that we have the IPv6 addres...Gregory Nutt2015-02-027-67/+789
* IPv6: More framework for automatic neighbor solicition. I think this also co...Gregory Nutt2015-02-023-2/+72
* IPv6: Remove an unusd file (kruft from original IPv6 develoment); Add inital ...Gregory Nutt2015-02-027-178/+76
* Fix two compilation errors that occur when Unix domain occurs an IPv6 are ena...Gregory Nutt2015-01-291-1/+1
* Networking: Clean up network status collection and presentation for IPv6Gregory Nutt2015-01-244-4/+4
* Some minor clean-up of IPv4/6 flagsGregory Nutt2015-01-241-4/+0
* Networking: Final fixes. IPv6 pings now work in both directionsGregory Nutt2015-01-231-5/+6
* Networking: Various bugfixes related to IPv6 pingGregory Nutt2015-01-232-2/+3
* Networking: First cut at ICMPv6 ping logicGregory Nutt2015-01-232-47/+130
* Networking: Need to set the IPv6 EtherType on outgoing IPv6 packetsGregory Nutt2015-01-232-0/+7
* Networking: Change some debug outputto vebose debug outputGregory Nutt2015-01-211-5/+5
* 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
* IPv6 -- various fixed from problems found in testingGregory Nutt2015-01-212-11/+35
* ICMPv6 Neighbor Advertisement: Need to set O flag or response is not used. ...Gregory Nutt2015-01-211-11/+12
* Networking: When sending ICMPv6 advertisements and solicitations, set the NO...Gregory Nutt2015-01-202-0/+14
* Networking: Add logic to search the Neighbor Table and update the destinatio...Gregory Nutt2015-01-203-4/+263
* Networking: Clean up IPv6 Neighbor Table logicGregory Nutt2015-01-201-2/+2
* Networking: Update ICMPv6 logic to RFCsGregory Nutt2015-01-205-40/+92
* Networking: Hook in ICMPv6 polling operations into periodic network logicGregory Nutt2015-01-191-1/+1
* Networking: Fix to ICMPv6 logic: Needs to set source and destination address...Gregory Nutt2015-01-191-26/+53
* Networking: Update ICMPv6 message numbersGregory Nutt2015-01-191-2/+2