summaryrefslogtreecommitdiffstats
path: root/pimd/pim_mroute.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pimd: Fix wrong setsockopt() callanlan_cs2023-04-271-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-2/+2
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-2/+2
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-1/+1
* pimd: Don't start KAT timer when traffic received on PIM disabled interfaceSarita Patra2023-02-281-3/+7
* pimd: don't try to check RPF for incoming SSM dataDavid Lamparter2023-02-231-18/+23
* pimd: try to reinstall MFC when we get NOCACHEDavid Lamparter2023-02-231-0/+14
* pimd: make logs useful for input dropsDavid Lamparter2023-02-221-16/+31
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* pimd: fix igmp source packet checkMobashshera Rasool2022-11-021-6/+7
* pimd,pim6d: Modifying IGMP to GM in PIM_DEBUG_IGMP_PACKETS to PIM_DEBUG_GM_PA...Sai Gomathi N2022-09-051-3/+3
* Pim6d: Mroute file duplication removalplsaranya2022-06-231-0/+237
* pimd: pass down length for register messagesDavid Lamparter2022-05-061-5/+7
* Merge pull request #11113 from opensourcerouting/pim6-icmp6-replace-bpfDonald Sharp2022-05-021-0/+21
|\
| * pim6d: use ICMP6_FILTER instead of BPF on mrouteDavid Lamparter2022-04-281-0/+21
* | pim6d: Make pim_zlookup_sg_statistics available for v6Mobashshera Rasool2022-04-281-2/+2
|/
* pimd: Changing PIM_OIF_FLAG_PROTO_IGMP to PIM_OIF_FLAG_PROTO_GMAbhishek N R2022-04-131-2/+2
* pimd: Send immediate join( with possible SG RPT prune bit setDonald Sharp2022-04-011-0/+22
* pim6d: Mroute changesplsaranya2022-03-231-290/+97
* pimd: fix igmp packet checkron2022-03-161-4/+6
* Merge pull request #10657 from patrasar/pim_remove_in_addr_noneDavid Lamparter2022-03-021-3/+3
|\
| * pimd: replace inaddr_none with PIMADDR_ANYsarita patra2022-03-011-3/+3
* | Merge pull request #10400 from opensourcerouting/pim6-compilefixDonald Sharp2022-02-261-55/+63
|\ \
| * | pim6d: get into a kinda-working state wrt. zebraDavid Lamparter2022-02-161-4/+6
| * | pim6d: IPv6-adjust mroute codeDavid Lamparter2022-02-161-51/+57
| |/
* / *: Change thread->func to return void instead of intDonald Sharp2022-02-241-5/+2
|/
* pimd: add PIMADDR_ANY & tackle assignmentsDavid Lamparter2022-01-171-3/+3
* pimd: remove pim_str_sg_dump()David Lamparter2022-01-171-33/+23
* Merge pull request #10279 from SaiGomathiN/pim_intfDavid Lamparter2022-01-131-1/+2
|\
| * pimd: Modifying members of pim_interface to accommodate IPv6 changesSai Gomathi2022-01-111-1/+2
* | pimd: `prefix_sg` => `pim_sgaddr`David Lamparter2022-01-121-13/+13
|/
* Merge pull request #10215 from FRRouting/revert-10164-name_changeStephen Worley2021-12-151-2/+1
|\
| * Revert "pimd: Modifying members of pim_interface to accommodate IPv6 changes"David Lamparter2021-12-141-2/+1
* | pimd: Modifying struct igmp_sock to gm_sock for IPv6Sai Gomathi2021-12-031-1/+1
|/
* pimd: Modifying members of pim_interface to accommodate IPv6 changesSai Gomathi2021-12-031-1/+2
* pimd: Fixing coverity issuesSai Gomathi2021-08-241-4/+0
* pimd: Remove pim->vrf_id and use pim->vrf->vrf_idDonald Sharp2021-05-121-2/+2
* pimd: check debug flag one timeanlancs2021-02-081-4/+3
* pimd: SPT-bit is not set to false as per RFC section in one flowMobashshera Rasool2021-01-111-1/+1
* pimd: fix IGMP receive handlingNathan Bahr2020-08-261-27/+23
* Merge pull request #6084 from sarav511/wrvif_crashDonald Sharp2020-03-271-1/+4
|\
| * pimd: avoiding crash in wrvifwhole pathsaravanank2020-03-241-1/+4
* | Merge pull request #6004 from sarav511/mc_fixesDonald Sharp2020-03-231-0/+2
|\ \
| * | pimd: (S,G) Route doesn't inherit olist from parent while creationsaravanank2020-03-161-0/+2
| |/
* | pimd: Prevent uninited use of tmp_oil in pim_mroute_addDonald Sharp2020-03-201-1/+1
* | Merge pull request #5941 from patrasar/217793Donald Sharp2020-03-161-2/+4
|\ \ | |/ |/|
| * pimd: Don't refresh mroute_creation for kernel-installed mrouteSarita Patra2020-03-121-2/+4
* | pimd: Skip nexthop lookup for register source in some casesDonald Sharp2020-03-061-2/+11
* | pimd: There is nothing to do with a WRVIFWHOLE for iifp of pimregDonald Sharp2020-03-061-10/+13
* | *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-9/+7