summaryrefslogtreecommitdiff
path: root/pimd/pim_join.c
AgeCommit message (Expand)Author
2022-07-06pimd: Handle rpf_addr in join/prune processingsarita patra
2022-05-12pimd: Disable receiving join/prune on passive interfacesarita patra
2022-05-12pimd: Handling Join/Prune statistics for passive interfacesarita patra
2022-05-06pimd: un-dependency-hell `pim_instance.h`David Lamparter
2022-03-28pim6d: include IPv6 pseudoheader in TX checksumsDavid Lamparter
2022-03-12pim6d: encode PIM joins correctlyDavid Lamparter
2022-02-28pimd: Handle pim join/prune recv flow for ipv6Mobashshera Rasool
2022-02-14pim6d: IPv6-adjust jp_agg->groupDavid Lamparter
2022-02-14pim6d: IPv6-adjust pim_upstream addrDavid Lamparter
2022-02-14pim6d: IPv6-adjust neigh->source_addrDavid Lamparter
2022-02-14pim6d: IPv6-adjust various pim_sgaddr usesDavid Lamparter
2022-02-14pim6d: more TLV parse/encode IPv6 preparationDavid Lamparter
2022-02-14pim6d: prepare IPv6 address encoding functionsDavid Lamparter
2022-01-17pimd: remove PIM_INADDR_IS[NOT]_ANY macrosDavid Lamparter
2022-01-17pimd: fix `%pI4` that needs to be `%pPA`David Lamparter
2022-01-17pimd: replace pim_inet4_dump with `%pPAs`David Lamparter
2022-01-17pimd: add PIMADDR_ANY & tackle assignmentsDavid Lamparter
2022-01-17pimd: move, rename and deploy pim_addr_is_any()David Lamparter
2022-01-17pimd: remove pim_str_sg_dump()David Lamparter
2022-01-12pimd: `prefix_sg` => `pim_sgaddr`David Lamparter
2022-01-12pimd: move `%pSG4` to `%pPSG4`David Lamparter
2021-11-05pimd: remove usage of inet_ntopDonald Sharp
2021-10-26pimd: modifications in PIM joinsSai Gomathi
2021-04-23pimd: zassert => assertDavid Lamparter
2020-11-02pimd: (*,G) Prune processing doesn't remove SGRpt ifchannelvdhingra
2020-10-14Merge pull request #5895 from patrasar/2404618Donald Sharp
2020-06-04pimd: Clear (s,g,rpt) ifchannel on (*, G) prune receivedSarita Patra
2020-03-17pimd: (*, G) Prune should be processed even if the RP in packet is not RP(G)saravanank
2020-03-06*: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp
2020-03-05*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis
2019-12-06Merge pull request #5355 from AnuradhaKaruppiah/pim-state-machine-fixesJafar Al-Gharaibeh
2019-11-19pimd: Various buffer overflow reads and crashesDonald Sharp
2019-11-15pimd: OIF add with PROTO_PIM is not happening if join rxed in PP stateAnuradha Karuppiah
2019-11-15pimd: re-eval JD on sources when a STAR_OIF is removedAnuradha Karuppiah
2019-11-15pimd: update add_oif and del_oif debugs to print callerAnuradha Karuppiah
2019-11-12pimd: `debug igmp trace` turns on non igmp debugsDonald Sharp
2019-10-08pimd: Fix zlog_warn when we mean debug and vice versaDonald Sharp
2019-05-14pimd: PIM Msg header includes N bit as defined by RFCsaravanank
2019-02-24pimd: Handling Null incoming interface of dummy upstreamSarita Patra
2017-09-26pimd: add support for boundariesQuentin Young
2017-08-26*: fix compiler warningsDavid Lamparter
2017-08-24pimd: Cleanup S,GRPt prune handling on Mroute LossDonald Sharp
2017-08-03pimd: Lookup S,G ifchannel after we create itDonald Sharp
2017-07-24pimd: Cleanup some join debug messagesDonald Sharp
2017-07-24pimd: pim_rp.c -> convert pimg to pimDonald Sharp
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-06-06Merge branch 'stable/3.0'David Lamparter
2017-05-18pimd: Fix to Tx S,G Join when SGRpt->Join stateChirag Shah
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-05-09Merge pull request #435 from chiragshah6/pim_devJafar Al-Gharaibeh