summaryrefslogtreecommitdiff
path: root/pimd/pim_join.c
AgeCommit message (Expand)Author
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
2017-05-06pimd: Fix WG/SGRpt & WG J/P processingChirag Shah
2017-05-01pimd: Introduce show command for protocol countersChirag Shah
2017-04-25pimd: fix pimd crashes around pim rpfChirag Shah
2017-04-25pimd: Fix WG/SGRpt & WG J/P processingChirag Shah
2017-03-23pimd: Optimize group size figuring out.Donald Sharp
2017-03-16pimd: Remove unneeded debug statementDonald Sharp
2017-03-02pimd: Join/Prune AggregationDonald Sharp
2017-02-24pimd: Refactor pim_joinprune_sendDonald Sharp
2017-02-14Fix PIM DBG messageChirag Shah
2017-01-19pimd: Cleanup the headers.Donald Sharp
2017-01-17Merge remote-tracking branch 'origin/master' into pim_lib_work2Donald Sharp
2016-12-21pimd: Fix where we handle the inherited_olist for ifchannelDonald Sharp
2016-12-21pimd: Remove redundant loggingDonald Sharp
2016-12-21pimd: Allow storing of sg in string formatDonald Sharp
2016-12-21pimd: Add code to handle pim prune(S,G) with sptbitDonald Sharp
2016-12-21pimd: Add Handler for Receive (*,G) join for (S,G,rpt)Donald Sharp
2016-12-21pimd: Ensure 'struct prefix sg' is inited in right orderDonald Sharp
2016-12-21pimd: use 'struct prefix_sg' for recv_join and _pruneDonald Sharp
2016-12-21pimd: Modify pim_parse_addr_source to use 'struct prefix_sg'Donald Sharp
2016-12-21pimd: Modify pim_parse_addr_group to use 'struct prefix_sg'Donald Sharp
2016-12-21pimd: pim upstream child listDonald Sharp
2016-12-21pimd: Pass in upstream to pim_msg_join_prune_encode.Donald Sharp
2016-12-21pimd: Convert pim_joinprune_send to receive upstreamDonald Sharp
2016-12-21pimd: replace grp_str[100] with grp_str[INET_ADDRSTRLEN]Daniel Walton
2016-12-21pimd: Add hash lookups for upstreamDonald Sharp
2016-12-21pimd: Fix crash when looking at S,G from *,GDonald Sharp
2016-12-21pimd: Remove some more unprotected warnings/debugsDonald Sharp