incubator-nuttx/net/igmp
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
..
Kconfig net/igmp: Backport some MLD design improments/fixes. 2018-11-04 07:43:51 -06:00
Make.defs NET: Create net/sockets directory and hook into the build/configuration system 2014-06-28 16:41:55 -06:00
igmp.h net/mld: Review and update all MLD message receipt logic. Also ripple changs that are, hopefully, improvements back to IGMP. 2018-11-04 10:57:21 -06:00
igmp_group.c net/igmp: Backport some MLD design improments/fixes. 2018-11-04 07:43:51 -06:00
igmp_initialize.c net/igmp and net/mld: Fix problem when both IGMP and MLD are enabled. The cannot share the same group list in the network devices structure. 2018-11-03 07:06:30 -06:00
igmp_input.c Squashed commit of the following: 2018-11-07 10:40:30 -06:00
igmp_join.c net/igmp: Backport some MLD design improments/fixes. 2018-11-04 07:43:51 -06:00
igmp_leave.c net/igmp: Backport some MLD design improments/fixes. 2018-11-04 07:43:51 -06:00
igmp_mcastmac.c Replace all occurrences of vdbg with vinfo 2016-06-11 11:59:51 -06:00
igmp_msg.c net/igmp: Backport some MLD design improments/fixes. 2018-11-04 07:43:51 -06:00
igmp_poll.c net/mld: Fix some compile errors fill debug info is enabled. Fix some errors in formatting the Listerner report. Still has a checksum error. 2018-11-04 18:18:14 -06:00
igmp_send.c net/mld: Review and update all MLD message receipt logic. Also ripple changs that are, hopefully, improvements back to IGMP. 2018-11-04 10:57:21 -06:00
igmp_timer.c net/igmp: Backport some MLD design improments/fixes. 2018-11-04 07:43:51 -06:00