summaryrefslogtreecommitdiffstats
path: root/pimd/pim_join.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-3/+2
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* pim6d, pimd: Discard (*,G) prune if WC bit is set but RPT bit is unset.Mobashshera Rasool2022-11-221-2/+15
* pim6d, pimd: Discard (*,G) join if WC bit is set but RPT bit is unset.Mobashshera Rasool2022-11-221-2/+15
* pimd: Handle rpf_addr in join/prune processingsarita patra2022-07-061-9/+7
* pimd: Disable receiving join/prune on passive interfacesarita patra2022-05-131-0/+8
* pimd: Handling Join/Prune statistics for passive interfacesarita patra2022-05-131-6/+7
* pimd: un-dependency-hell `pim_instance.h`David Lamparter2022-05-061-0/+1
* pim6d: include IPv6 pseudoheader in TX checksumsDavid Lamparter2022-03-281-4/+9
* pim6d: encode PIM joins correctlyDavid Lamparter2022-03-121-29/+20
* pimd: Handle pim join/prune recv flow for ipv6Mobashshera Rasool2022-02-281-32/+15
* pim6d: IPv6-adjust jp_agg->groupDavid Lamparter2022-02-141-5/+2
* pim6d: IPv6-adjust pim_upstream addrDavid Lamparter2022-02-141-17/+11
* pim6d: IPv6-adjust neigh->source_addrDavid Lamparter2022-02-141-17/+10
* pim6d: IPv6-adjust various pim_sgaddr usesDavid Lamparter2022-02-141-6/+5
* pim6d: more TLV parse/encode IPv6 preparationDavid Lamparter2022-02-141-23/+16
* pim6d: prepare IPv6 address encoding functionsDavid Lamparter2022-02-141-2/+2
* pimd: remove PIM_INADDR_IS[NOT]_ANY macrosDavid Lamparter2022-01-171-1/+1
* pimd: fix `%pI4` that needs to be `%pPA`David Lamparter2022-01-171-1/+1
* pimd: replace pim_inet4_dump with `%pPAs`David Lamparter2022-01-171-18/+7
* pimd: add PIMADDR_ANY & tackle assignmentsDavid Lamparter2022-01-171-2/+2
* pimd: move, rename and deploy pim_addr_is_any()David Lamparter2022-01-171-1/+1
* pimd: remove pim_str_sg_dump()David Lamparter2022-01-171-12/+11
* pimd: `prefix_sg` => `pim_sgaddr`David Lamparter2022-01-121-7/+7
* pimd: move `%pSG4` to `%pPSG4`David Lamparter2022-01-121-3/+3
* pimd: remove usage of inet_ntopDonald Sharp2021-11-051-4/+4
* pimd: modifications in PIM joinsSai Gomathi2021-10-261-0/+10
* pimd: zassert => assertDavid Lamparter2021-04-231-2/+2
* pimd: (*,G) Prune processing doesn't remove SGRpt ifchannelvdhingra2020-11-021-0/+3
* Merge pull request #5895 from patrasar/2404618Donald Sharp2020-10-151-2/+19
|\
| * pimd: Clear (s,g,rpt) ifchannel on (*, G) prune receivedSarita Patra2020-06-051-2/+19
* | pimd: (*, G) Prune should be processed even if the RP in packet is not RP(G)saravanank2020-03-171-10/+11
* | *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-14/+10
* | *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-20/+20
|/
* Merge pull request #5355 from AnuradhaKaruppiah/pim-state-machine-fixesJafar Al-Gharaibeh2019-12-071-3/+2
|\
| * pimd: OIF add with PROTO_PIM is not happening if join rxed in PP stateAnuradha Karuppiah2019-11-151-1/+0
| * pimd: re-eval JD on sources when a STAR_OIF is removedAnuradha Karuppiah2019-11-151-2/+1
| * pimd: update add_oif and del_oif debugs to print callerAnuradha Karuppiah2019-11-151-1/+2
* | pimd: Various buffer overflow reads and crashesDonald Sharp2019-11-201-0/+11
|/
* pimd: `debug igmp trace` turns on non igmp debugsDonald Sharp2019-11-121-1/+1
* pimd: Fix zlog_warn when we mean debug and vice versaDonald Sharp2019-10-081-17/+10
* pimd: PIM Msg header includes N bit as defined by RFCsaravanank2019-05-151-3/+3
* pimd: Handling Null incoming interface of dummy upstreamSarita Patra2019-02-251-3/+3
* pimd: add support for boundariesQuentin Young2017-09-261-1/+17
* *: fix compiler warningsDavid Lamparter2017-08-261-1/+1
* pimd: Cleanup S,GRPt prune handling on Mroute LossDonald Sharp2017-08-241-7/+2
* pimd: Lookup S,G ifchannel after we create itDonald Sharp2017-08-041-2/+8
* pimd: Cleanup some join debug messagesDonald Sharp2017-07-241-4/+16
* pimd: pim_rp.c -> convert pimg to pimDonald Sharp2017-07-241-2/+2
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-457/+461