summaryrefslogtreecommitdiffstats
path: root/pimd/pim_join.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'stable/3.0'David Lamparter2017-06-061-8/+31
|\
| * pimd: Fix to Tx S,G Join when SGRpt->Join stateChirag Shah2017-05-181-8/+31
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-18/+17
* | Merge pull request #435 from chiragshah6/pim_devJafar Al-Gharaibeh2017-05-091-0/+17
|\ \ | |/ |/|
| * pimd: Introduce show command for protocol countersChirag Shah2017-05-021-0/+17
* | pimd: Fix WG/SGRpt & WG J/P processingChirag Shah2017-05-071-5/+6
* | pimd: fix pimd crashes around pim rpfChirag Shah2017-04-251-1/+7
* | pimd: Fix WG/SGRpt & WG J/P processingChirag Shah2017-04-251-2/+2
|/
* pimd: Optimize group size figuring out.Donald Sharp2017-03-231-1/+1
* pimd: Remove unneeded debug statementDonald Sharp2017-03-171-1/+0
* pimd: Join/Prune AggregationDonald Sharp2017-03-021-39/+194