summaryrefslogtreecommitdiff
path: root/nuttx/net/icmpv6
Commit message (Expand)AuthorAgeFilesLines
* 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
* Networking: Fix accept() so that it returns the correct IP address for the se...Gregory Nutt2015-01-171-1/+1
* Networking: Remove field d_sndata from the device structure. It is the same...Gregory Nutt2015-01-171-2/+0
* Networking: UDP and TCP MSS depends on the IP header size (as well as the lin...Gregory Nutt2015-01-161-3/+3
* Networking: Replace all references to net_ipaddr_t with either in_addr_t on ...Gregory Nutt2015-01-161-2/+2
* Networking: Misck IPv6 detanglementGregory Nutt2015-01-154-16/+16
* Networking: A few more IPv6-related fixesGregory Nutt2015-01-141-1/+2
* Networking: (1) Copied all ICMP sources files to net/icmpv6 with proper rena...Gregory Nutt2015-01-146-1/+991
* Networking: Make a home for ICMPv6Gregory Nutt2015-01-142-0/+66