summaryrefslogtreecommitdiffstats
path: root/pimd/pim_bsm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pimd: Disable receiving BSM on passive interfacesarita patra2022-05-131-0/+8
* pimd: Handling BSM send statistics for passive interfacesarita patra2022-05-131-2/+4
* *: Fix spelling of accomodateDonald Sharp2022-04-191-3/+3
* *: Fix spelling of atleastDonald Sharp2022-04-191-1/+1
* pim6d: include IPv6 pseudoheader in TX checksumsDavid Lamparter2022-03-281-6/+11
* pim6d: Parse BSM packet for PIMv6Mobashshera Rasool2022-03-251-9/+7
* pim6d: Modify pim_rp_del for PIMv4/PIMv6Mobashshera Rasool2022-03-081-1/+1
* pim6d: Add pim_get_all_mcast_group apiMobashshera Rasool2022-03-081-2/+3
* pim6d: Modify pim_rp_change api for pimv6Mobashshera Rasool2022-03-081-2/+1
* Merge pull request #10657 from patrasar/pim_remove_in_addr_noneDavid Lamparter2022-03-021-5/+4
|\
| * pimd: replace inaddr_none with PIMADDR_ANYsarita patra2022-03-011-5/+4
* | pim6d: Adding show running for ipv6 mld commandsSai Gomathi N2022-02-281-2/+2
* | Merge pull request #10400 from opensourcerouting/pim6-compilefixDonald Sharp2022-02-261-1/+6
|\ \
| * | pim6d: IPv6-adjust BSM codeDavid Lamparter2022-02-161-1/+6
| |/
* / *: Change thread->func to return void instead of intDonald Sharp2022-02-241-7/+4
|/
* pim6d: IPv6-adjust pim_msg_send() and relatedDavid Lamparter2022-02-141-5/+4
* pim6d: IPv6-adjust iface primary/DR addrsDavid Lamparter2022-02-141-1/+1
* pim6d: IPv6-adjust neigh->source_addrDavid Lamparter2022-02-141-6/+3
* pim6d: IPv6-adjust various pim_sgaddr usesDavid Lamparter2022-02-141-4/+1
* Merge pull request #10292 from opensourcerouting/pim6-addr-auxDonald Sharp2022-02-081-1/+1
|\
| * pimd: move, rename and deploy pim_addr_is_any()David Lamparter2022-01-171-1/+1
* | pim: Use INADDR_ANY for current_bsr checking is valid yetDonald Sharp2022-02-041-6/+3
* | pimd: Only remove bsr NHT if we actually have tracked somethingDonald Sharp2022-02-041-1/+2
|/
* pimd : packet processing optimization on rp changeMobashshera Rasool2021-11-191-0/+6
* pimd: correctly process rp-count==0 BSMsDavid Lamparter2021-11-171-12/+26
* pimd: move BSM clear into BSM codeDavid Lamparter2021-11-171-5/+121
* pimd: clean up BSR NHT & fix parallel linksDavid Lamparter2021-11-171-78/+17
* *: clean up ifp-by-local-address function(s)David Lamparter2021-11-171-2/+2
* pimd: de-circularize includesDavid Lamparter2021-08-271-0/+1
* pimd: Prevent memory leakDonald Sharp2021-08-131-2/+5
* *: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-011-1/+1
* pimd: Remove pim->vrf_id and use pim->vrf->vrf_idDonald Sharp2021-05-121-1/+1
* pimd: cleanup & convert bsm_rpinfo to TS listDavid Lamparter2021-05-031-65/+49
* pimd: cleanup & convert bsm_info to TS listDavid Lamparter2021-05-031-28/+31
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-4/+4
* pimd : Added the command to clear the pim bsr data.vdhingra2021-01-081-3/+3
* pimd: replace inet_ntoaMark Stapp2020-10-221-4/+4
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-30/+15
* *: Use proper semantics for turning off threadDonald Sharp2020-10-121-2/+1
* *: remove PRI[udx](8|16|32)David Lamparter2020-07-141-2/+1
* pimd: fix negative bitshiftQuentin Young2020-04-061-0/+7
* *: remove line breaks from log messagesDavid Lamparter2020-03-241-13/+11
* Merge pull request #6015 from sarav511/bsmfwdRuss White2020-03-241-0/+11
|\
| * pimd: Do not forward BSM to interfaces that has no pim neighborssaravanank2020-03-171-0/+11
* | pimd: bsr election elects wrong bsrsaravanank2020-03-231-1/+2
|/
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-13/+13
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-65/+59
* *: remove null check before XFREEQuentin Young2020-02-041-2/+1
* pimd: fix bsm buflen check to include pim hdrQuentin Young2019-11-201-1/+1
* pimd: Various buffer overflow reads and crashesDonald Sharp2019-11-201-0/+29