summaryrefslogtreecommitdiff
path: root/pimd/pim_igmpv3.c
AgeCommit message (Expand)Author
2024-05-31pimd: fix crash when mixing ssm/any-source joinsJafar Al-Gharaibeh
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-05-25pimd: Disable handling v3 igmp packets on an interface config'ed for v2Donald Sharp
2022-05-06pimd: un-dependency-hell `pim_instance.h`David Lamparter
2022-04-21pimd: Set new to true in igmp_get_source_by_addr apiMobashshera Rasool
2022-04-19*: Fix spelling of non-existantDonald Sharp
2022-04-02pimd, zebra: Fix spelling of fowardingDonald Sharp
2022-03-15Merge pull request #10012 from AbhishekNR/upstreamDonald Sharp
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-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-01-20pimd : Handling of Exclude mode IGMPv3 report messages for SSM aware group.Abhishek N R
2022-01-17pimd: remove PIM_INADDR_IS[NOT]_ANY macrosDavid Lamparter
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-08-27pimd: fuse source_new() and add_source_by_addr()David Lamparter
2021-08-27pimd: reformat after dropping indent levelsDavid Lamparter
2021-08-27pimd: IGMP memberships are not querier specificDavid Lamparter
2021-08-25pimd: fix coverity/dead-code issueJafar Al-Gharaibeh
2021-08-23pimd: IGMP groups are not getting timeoutSai Gomathi
2021-07-01*: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis
2021-04-23pimd: zassert => assertDavid Lamparter
2020-11-17pimd: checksum must be validated before accepting igmp packetsMobashshera Rasool
2020-10-22pimd: replace inet_ntoaMark Stapp
2020-04-20*: sprintf -> snprintfQuentin Young
2020-03-06*: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp
2020-03-05*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis
2019-11-12pimd: Cleanup igmp debugs a tiny bitDonald Sharp
2019-06-14pimd: Add debugs for channel_oil creation and deletionDonald Sharp
2019-05-29pimd: new cli to configure last-member-query-count & last-member-query-intervalSarita Patra
2019-01-04pimd: Create a `struct pim_router` and move thread master into itDonald Sharp
2018-09-13*: LIB_[ERR|WARN] -> EC_LIBQuentin Young
2018-08-14*: rename zlog_fer -> flog_errQuentin Young
2018-08-14pimd: Convert over to use LIB_ERR_XXX for zlog_errDonald Sharp
2018-08-11*: ALLOC calls cannot failDonald Sharp
2018-07-08pimd: Remove unnecessary alloc failuresDonald Sharp
2018-05-04pimd: show ip igmp statistics commandMladen Sablic
2018-03-08pimd: mtrace only IGMP socketsMladen Sablic
2017-09-26pimd: add support for boundariesQuentin Young
2017-07-24pimd: Cleanup pimg from pim_igmpv3.cDonald Sharp
2017-07-24pimd: Make XX_forward_start 'struct pim_instance *' awareDonald Sharp
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-05-17pimd: Thread changes allow pim to crash a booDonald Sharp