nuttx/net/icmpv6
Gregory Nutt 02f83334d5 Squashed commit of the following:
net/mld:  Fix a couple of places where I forgot to unlock the network in the previous commit.

    net/mld:  Implement 'Other Querier Present Timer'.  This timer is used to revert to Querier mode if there is no other querier on the network.  Also, fix some naming:  The Done message is not just Version 1 but is used with Version 2 as well.

    net/igmp:  Back out some blind, backported improvements to IGMP from MLD.  There are too many subtle differences in the protocols for this to be safe.
2018-11-07 10:40:30 -06:00
..
icmpv6_advertise.c Squashed commit of the following: 2018-11-05 08:56:07 -06:00
icmpv6_autoconfig.c networking: Update some comments to correct the naming used for the link layer. 2018-10-20 06:35:39 -06:00
icmpv6_conn.c net/icmp/icmp_conn.c and net/icmpv6/icmpv6_conn.c: Change the type of id in icmpv[6]_findconn to uint16_t 2018-08-26 15:28:02 -06:00
icmpv6_input.c Squashed commit of the following: 2018-11-07 10:40:30 -06:00
icmpv6_neighbor.c net/netdev: All utility functions that lookup network devices should begin with netdev_findby_. Also correct some comments and the name of a formal parameter. 2018-10-29 12:21:22 -06:00
icmpv6_netpoll.c tools/nxstyle.c: Add logic to catch another formatting error and to eliminate some false alarms. Includes cosmetic changes to several files ... mostly as a result of testing nxstyle and finding issues. 2018-10-29 16:25:57 -06:00
icmpv6_notify.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
icmpv6_poll.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
icmpv6_radvertise.c Squashed commit of the following: 2018-11-05 08:56:07 -06:00
icmpv6_recvfrom.c Squashed commit of the following: 2018-11-02 12:06:57 -06:00
icmpv6_rnotify.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
icmpv6_rsolicit.c Squashed commit of the following: 2018-11-05 08:56:07 -06:00
icmpv6_sendto.c Squashed commit of the following: 2018-11-05 08:56:07 -06:00
icmpv6_sockif.c Fix some typographical errors. 2018-09-14 06:55:45 -06:00
icmpv6_solicit.c Squashed commit of the following: 2018-11-05 08:56:07 -06:00
icmpv6.h Squashed commit of the following: 2018-11-05 08:56:07 -06:00
Kconfig net/icmpv6/icmpv6_radvertise.c: Add option to manually specify router prefix 2017-11-08 07:47:41 -06:00
Make.defs This commit adds support for semi-standard IPPROTO_ICMP6 sockets. This is a replacement for the non-standard ICMPv6 ping support that violated the portable POSIX OS interface. 2017-10-24 11:23:08 -06:00