summaryrefslogtreecommitdiffstats
path: root/pimd/pim_mroute.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-63/+53
* | pimd: stop overloading SRC_IGMP upstream for vxlan local membershipAnuradha Karuppiah2020-02-141-1/+1
|/
* pimd: readd iph length checksQuentin Young2019-12-221-0/+3
* Merge pull request #5355 from AnuradhaKaruppiah/pim-state-machine-fixesJafar Al-Gharaibeh2019-12-071-84/+231
|\
| * pimd: prevent LHR from register forwarding packets for non-FHR sourcesAnuradha Karuppiah2019-11-151-0/+9
| * pimd: enforce PIM_ENFORCE_LOOPFREE_MFC at the time of MFC programmingAnuradha Karuppiah2019-11-151-0/+46
| * pimd: fixup join desired handling to match the RFC defined macroAnuradha Karuppiah2019-11-151-2/+1
| * pimd: update (S,G,rpt)'s IIF when the parent (*,G)'s IIF changesAnuradha Karuppiah2019-11-151-1/+32
| * pimd: set mfcc_parent at the time of MFCC programmingAnuradha Karuppiah2019-11-151-13/+59
| * pimd: decide between SPT based and RPT based forwardingAnuradha Karuppiah2019-11-151-17/+64
| * pimd: build a temp copy of the OIL for kernel mroute addAnuradha Karuppiah2019-11-151-60/+29