summaryrefslogtreecommitdiffstats
path: root/pimd/pim_jp_agg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* pimd: Handle rpf_addr in join/prune processingsarita patra2022-07-061-5/+2
* pimd: un-dependency-hell `pim_instance.h`David Lamparter2022-05-061-0/+1
* pim6d: IPv6-adjust RPF lookupsDavid Lamparter2022-02-161-2/+5
* pim6d: IPv6-adjust jp_agg->groupDavid Lamparter2022-02-141-7/+1
* pim6d: IPv6-adjust neigh->source_addrDavid Lamparter2022-02-141-22/+9
* pimd: add PIMADDR_ANY & tackle assignmentsDavid Lamparter2022-01-171-2/+2
* pimd: move & deploy pim_addr_cmp() helperDavid Lamparter2022-01-171-10/+4
* *: unify if_is_loopback/if_is_loopback_or_vrfIgor Ryzhov2021-11-161-1/+1
* pimd: fix multiple memory leakSarita Patra2021-01-151-14/+12
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-2/+2
* pimd: jp-agg list update debug logsAnuradha Karuppiah2019-11-151-4/+33
* pimd: send an immediate XG JP message when switching from SPT to RPTAnuradha Karuppiah2019-11-151-4/+4
* pimd: RPF change to unreachable was leaving a stale entry in the jp-agg listAnuradha Karuppiah2019-11-151-1/+2
* pimd: handle RPF resolution while in joined stateAnuradha Karuppiah2019-11-151-1/+7
* pimd: `debug igmp trace` turns on non igmp debugsDonald Sharp2019-11-121-1/+1
* pimd: Handling Null incoming interface of dummy upstreamSarita Patra2019-02-251-2/+12
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-3/+3
* pimd: Remove unnecessary alloc failuresDonald Sharp2018-07-081-1/+0
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-1/+1
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-2/+1
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-5/+3
* pimd: Squash some more memory leaksDonald Sharp2017-08-021-0/+1
* pimd: Cleanup pim_jp_agg_upstream_verification functionDonald Sharp2017-07-241-2/+4
* pimd: Cleanup use of VRF_DEFAULT to pimg->vrf_idDonald Sharp2017-07-241-1/+1
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-260/+235
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* pimd: Fix WG/SGRpt & WG J/P processingChirag Shah2017-05-071-1/+1
* pimd: fix pimd crash when pim interface disabledChirag Shah2017-05-071-1/+6
* pimd: fix pimd crashes around pim rpfChirag Shah2017-04-251-2/+3
* pimd: Ensure that *,G is first entry in srcs listDonald Sharp2017-03-231-2/+2
* pimd: Cleanup ref countingDonald Sharp2017-03-171-7/+6
* pimd: Add code to catch J/P Agg list issuesDonald Sharp2017-03-161-0/+69
* pimd: Cleanup JP Agg a bit moreDonald Sharp2017-03-161-9/+34
* pimd: Separate the register and upstream join states on the FHRanuradhak2017-03-101-0/+4
* pimd: Don't double include SourceDonald Sharp2017-03-081-5/+14
* pimd: Fix various ifdown/ifup scenarios w/ J/P AggDonald Sharp2017-03-081-3/+15
* pimd: Add copyright Information to pim_jp_agg.[ch]Donald Sharp2017-03-071-0/+20
* pimd: Join/Prune AggregationDonald Sharp2017-03-021-0/+228