summaryrefslogtreecommitdiffstats
path: root/pimd/pim_igmpv2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* pimd, pim6d: Changing IGMP to GM in debug macros.Abhishek N R2022-09-141-1/+1
* pimd,pim6d: Modifying IGMP to GM in PIM_DEBUG_IGMP_PACKETS to PIM_DEBUG_GM_PA...Sai Gomathi N2022-09-051-6/+6
* pimd,pim6d: Modifying IGMP to GM in PIM_DEBUG_IGMP_EVENTS to PIM_DEBUG_GM_EVENTSSai Gomathi N2022-09-051-1/+1
* pimd: un-dependency-hell `pim_instance.h`David Lamparter2022-05-061-0/+1
* pimd: fix igmp query packetron2022-03-161-1/+2
* Merge pull request #10012 from AbhishekNR/upstreamDonald Sharp2022-03-151-0/+21
|\
| * pimd : Handling of IGMPv2 report message for SSM aware group range.Abhishek N R2022-01-201-0/+21
* | pimd: Add IGMP join sent/failed statisticsDonatas Abraitis2022-03-131-2/+2
|/
* pimd: IGMPv2 leave msg may be longer than 8 octetsMobashshera Rasool2022-01-131-4/+5
* pimd: IGMPv2 report msg may be longer than 8 octetsMobashshera Rasool2022-01-131-4/+5
* pimd: Modifying struct igmp_sock to gm_sock for IPv6Sai Gomathi2021-12-031-2/+2
* pimd: Modifying name of struct igmp_group to struct gm_group for IPv6.Sai Gomathi2021-12-031-1/+1
* pimd: zassert => assertDavid Lamparter2021-04-231-1/+1
* pimd: IGMP conformance 5.10 test case is failingMobashshera Rasool2020-12-241-3/+28
* pimd: checksum must be validated before accepting igmp packetsMobashshera Rasool2020-11-171-0/+14
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-2/+2
* pimd: show ip igmp statistics commandMladen Sablic2018-05-041-0/+6
* pimd: mtrace only IGMP socketsMladen Sablic2018-03-081-0/+6
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-147/+147
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* pimd: Missing include causes compile failure on some bsd'sDonald Sharp2017-01-191-0/+2
* pimd: Fix uninitialized valueDonald Sharp2016-12-221-2/+0
* pimd: replace grp_str[100] with grp_str[INET_ADDRSTRLEN]Daniel Walton2016-12-221-7/+7
* pimd: add support for IGMPv2Daniel Walton2016-12-221-0/+190