summaryrefslogtreecommitdiff
path: root/pimd/pim_igmp.c
AgeCommit message (Expand)Author
2022-09-27pimd: IGMP Querier election is not correct in LAN scenarioMobashshera Rasool
2022-09-13pimd, pim6d: Changing IGMP to GM in debug macros.Abhishek N R
2022-09-04pimd,pim6d: Modifying IGMP to GM in PIM_DEBUG_IGMP_PACKETS to PIM_DEBUG_GM_PA...Sai Gomathi N
2022-09-04pimd,pim6d: Modifying IGMP to GM in PIM_DEBUG_IGMP_EVENTS to PIM_DEBUG_GM_EVENTSSai Gomathi N
2022-08-26pimd: Modifying member of pim_instance to accomodate IPv6 changesSai Gomathi N
2022-06-30pimd: Modifying member of pim_instance to accomodate IPv6 changesSai Gomathi N
2022-06-28pimd: Querier to non-querier transition to be ignoredMobashshera Rasool
2022-05-06pimd: un-dependency-hell `pim_instance.h`David Lamparter
2022-04-19*: Fix spelling of non-existantDonald Sharp
2022-04-08pimd: remove pim_interface->optionsDavid Lamparter
2022-04-06Merge pull request #10965 from opensourcerouting/fix/pim_igmp_group_deletemobash-rasool
2022-04-05pimd: Replace ALL_LIST_ELEMENTS_RO to ALL_LIST_ELEMENTS group_list iterationDonatas Abraitis
2022-04-04pimd: remove useless PIM_IF_* macrosDavid Lamparter
2022-04-02pimd, zebra: Fix spelling of fowardingDonald Sharp
2022-03-28pimd: update the pim state when there is a group changeMobashshera Rasool
2022-03-28pimd: Do not create PIM state for invalid (S,G)Mobashshera Rasool
2022-03-22pimd: correct prefix-list ssm range update for exclude modeMobashshera Rasool
2022-03-15pimd: Add additional IGMP stats (peak number of groups)Donatas Abraitis
2022-03-14pimd: Add additional IGMP stats (generic/group specific queries sent)Donatas Abraitis
2022-03-13pimd: Add IGMP join sent/failed statisticsDonatas Abraitis
2022-03-13Merge pull request #10399 from g-balaji1/pimv6-sockDonald Sharp
2022-03-12pimd: refactor/split IGMP integrationDavid Lamparter
2022-03-12pim6d: pim6d socket changesBalaji Gurudoss
2022-02-24pimd: FRR drops IGMP packets for TOS value other than 0XC0Mobashshera Rasool
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-07pimd: Querier to non-querier transistion to be ignored in a caseMobashshera Rasool
2022-01-11pimd: Modifying members of pim_interface to accommodate IPv6 changesSai Gomathi
2021-12-15Merge pull request #10215 from FRRouting/revert-10164-name_changeStephen Worley
2021-12-14Revert "pimd: Modifying members of pim_interface to accommodate IPv6 changes"David Lamparter
2021-12-03pimd: Modifying struct igmp_sock to gm_sock for IPv6Sai Gomathi
2021-12-03pimd: Modifying name of struct igmp_group to struct gm_group for IPv6.Sai Gomathi
2021-12-03pimd: Modifying name of struct igmp_source to struct gm_source for IPv6.Sai Gomathi
2021-12-02pimd: Modifying members of pim_interface to accommodate IPv6 changesSai Gomathi
2021-11-25pimd: removing no caller functionsSai Gomathi
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-17*: clean up ifp-by-local-address function(s)David Lamparter
2021-10-04pimd: Do not explicitly set the thread pointer to NULLDonatas Abraitis
2021-08-27pimd: reformat after dropping indent levelsDavid Lamparter
2021-08-27pimd: IGMP memberships are not querier specificDavid Lamparter
2021-07-28Merge pull request #9194 from idryzhov/pim-bool-falseDonald Sharp
2021-07-27pimd: Validate the fields before accessing itMobashshera Rasool
2021-07-27pimd: fix incorrect bool returnsIgor Ryzhov
2021-07-22Merge pull request #8986 from mobash-rasool/pim-upst-2Donald Sharp
2021-07-19pimd: Add TOS check for IGMP conformanceMobashshera Rasool
2021-07-19pimd: Add TTL check for IGMP conformanceMobashshera Rasool
2021-07-19pimd: Abstracting header verification for igmpMobashshera Rasool
2021-07-06pimd: To print querierIP address on the querier and nonQuerier IGMP enabled intfgithub login name
2021-05-19pimd: When bind fails give some extra dataDonald Sharp
2021-04-23pimd: zassert => assertDavid Lamparter
2020-12-24pimd: IGMP conformance 5.10 test case is failingMobashshera Rasool