summaryrefslogtreecommitdiffstats
path: root/pimd/pim_upstream.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pimd: Remove unnecessary alloc failuresDonald Sharp2018-07-081-5/+0
* pimd: Cleanup ifchannel deletionDonald Sharp2018-05-121-4/+8
* pimd: Cleanup the deletion event a tiny bitDonald Sharp2018-05-121-14/+9
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-13/+15
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-2/+2
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-4/+2
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-10/+7
* pimd: Fix pim->keep_alive_time missed patchDonald Sharp2017-08-301-1/+1
* pimd: Cleanup a debug for vrfDonald Sharp2017-08-241-2/+3
* pimd: Fix memory leak on failure caseDonald Sharp2017-08-171-0/+2
* pimd: Add more vrf debugging to pim_upstream.cDonald Sharp2017-08-151-14/+15
* pimd: Single Upstream join when Keepalive timer popsDonald Sharp2017-08-111-0/+7
* pimd: Clean back pointer upon deletionDonald Sharp2017-08-021-0/+1
* pimd: Allow the keepalive time to be per vrf.Donald Sharp2017-07-281-3/+3
* pimd: Setup hash names appropriatelyDonald Sharp2017-07-251-1/+6
* pimd: NHT upstream list is inefficientDonald Sharp2017-07-251-2/+2
* pimd: Allow installation of NULL mroute in some situationsDonald Sharp2017-07-241-1/+1
* pimd: Fix some small crashes in pimDonald Sharp2017-07-241-0/+7
* pimd: Fix code to not send joins when SGRPT Prune is receivedDonald Sharp2017-07-241-4/+10
* pimd: Fix crash when attempting to use channel_oil->pim before it is assignedDonald Sharp2017-07-241-7/+7
* pimd: Cleanup some basic crashes from mistakes made converting to vrfDonald Sharp2017-07-241-14/+12
* pimd: Make msdp `struct pim_instance *` awareDonald Sharp2017-07-241-6/+5
* pimd: Cleanup pim_ssm.c to use 'struct pim_instance *'Donald Sharp2017-07-241-1/+1
* pimd: Cleanup pimg from pim_upstream.cDonald Sharp2017-07-241-10/+18
* pimd: Convert channel_oil_hash and list into 'struct pim_instance *'Donald Sharp2017-07-241-3/+3
* pimd: Convert pim_rp.c to use 'struct pim_instance *'Donald Sharp2017-07-241-7/+8
* pimd: Remove pimg from pim_upstream.cDonald Sharp2017-07-241-77/+95
* pimd: pim_rp.c -> convert pimg to pimDonald Sharp2017-07-241-1/+1
* pimd: Make nexthop cache pim instance awareDonald Sharp2017-07-241-2/+3
* pimd: Create the pimreg per vrfDonald Sharp2017-07-241-8/+8
* pimd: Cleanup use of VRF_DEFAULT to pimg->vrf_idDonald Sharp2017-07-241-2/+2
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-1279/+1236
* *: update hash_create(), hash_create_size()Quentin Young2017-07-021-1/+1
* Merge branch 'stable/3.0'David Lamparter2017-06-061-2/+3
|\
| * pimd: Fix to Tx S,G Join when SGRpt->Join stateChirag Shah2017-05-181-2/+3
* | Merge remote-tracking branch 'origin/master' into pim_crash_a_booDonald Sharp2017-05-181-40/+55
|\ \
| * | Merge branch 'stable/3.0'David Lamparter2017-05-181-40/+55
| |\|
| | * pimd: Avoid deleting SGRpt entry from PP->P stateChirag Shah2017-05-161-40/+55
* | | pimd: Address PR CommentsDonald Sharp2017-05-181-2/+1
* | | pimd: Thread changes allow pim to crash a booDonald Sharp2017-05-181-10/+1
|/ /
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-18/+17
* | *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-15/+10
|/
* pimd: Fix WG/SGRpt & WG J/P processingChirag Shah2017-05-071-7/+11
* pimd: fix channel_oil and upstream RPF in syncChirag Shah2017-05-071-2/+3
* pimd: Only compare the actual IIF of the *,G to S,GDonald Sharp2017-05-041-3/+2
* Merge branch 'stable/3.0' into pim_dev_3_0Jafar Al-Gharaibeh2017-04-281-98/+115
|\
| * pimd: Convert pim_ifchannel_list to use up->ifchannelsDonald Sharp2017-04-201-54/+10
| * pimd: Add ability for upstream to know it's ifchannelsDonald Sharp2017-04-201-0/+5
| * pimd: Limit search to relevant ifchannels in some casesDonald Sharp2017-04-201-43/+58
| * pimd: Add prefix list handling to spt-switchoverDonald Sharp2017-04-201-2/+43