summaryrefslogtreecommitdiff
path: root/nuttx/net/neighbor
Commit message (Expand)AuthorAgeFilesLines
* Stray semicolon caused compile failure when IPv6 enabledGregory Nutt2015-02-141-1/+1
* Networking: Divide net_intiialize() into net_setup() and net_initialize() to ...Gregory Nutt2015-02-142-4/+51
* ICMPv6: Adds basic logic to support verification that we have the IPv6 addres...Gregory Nutt2015-02-024-6/+6
* IPv6: More framework for automatic neighbor solicition. I think this also co...Gregory Nutt2015-02-021-1/+1
* Networking: Change some debug outputto vebose debug outputGregory Nutt2015-01-213-30/+30
* Networking IPv6: Fix and error when adding a neighbor to the table. Compari...Gregory Nutt2015-01-212-6/+30
* IPv6 -- various fixed from problems found in testingGregory Nutt2015-01-211-8/+22
* Networking: When sending ICMPv6 advertisements and solicitations, set the NO...Gregory Nutt2015-01-201-5/+4
* Networking: Add logic to search the Neighbor Table and update the destinatio...Gregory Nutt2015-01-203-3/+249
* Networking: Clean up IPv6 Neighbor Table logicGregory Nutt2015-01-2010-210/+714
* Networking: Move net/ipv6 to net/neighborGregory Nutt2015-01-164-0/+341