| Age | Commit message (Expand) | Author |
| 2025-01-27 | pimd: Close AutoRP socket when not needed | Nathan Bahr |
| 2024-12-13 | pimd: Clean up pim RPF/NHT show commands | Nathan Bahr |
| 2024-12-13 | pimd: Refactor pim NHT | Nathan Bahr |
| 2024-11-19 | pimd: Implement autorp mapping agent CLI | Nathan Bahr |
| 2024-09-27 | pimd: fix autorp CLI bugs | Barry A. Trent |
| 2024-09-24 | pimd,yang: Implement AutoRP CLI and NB config path | Nathan Bahr |
| 2024-09-20 | pimd: add igmp proxy cli and yang configuration | Barry A. Trent |
| 2024-09-13 | pimd: use vty_json | Jafar Al-Gharaibeh |
| 2024-09-09 | pimd: candidate BSR/RP show commands, move under ip pim bsr | Jafar Al-Gharaibeh |
| 2024-09-09 | pimd: Candidate-BSR support | Jafar Al-Gharaibeh |
| 2024-09-09 | pimd: Candidate-RP support | Jafar Al-Gharaibeh |
| 2024-09-01 | *: Create termtable specific temp memory | Donald Sharp |
| 2024-07-22 | pimd: fix compile warnings | Jafar Al-Gharaibeh |
| 2024-07-16 | pimd, lib, vtysh: Added new 'router pim[6] [vrf NAME]' config node | Nathan Bahr |
| 2024-04-26 | pimd: fix crash unconfiguring rp keepalive timer | Vijayalaxmi Basavaraj |
| 2024-01-23 | lib: remove leaf-list xpath hack from northbound | Igor Ryzhov |
| 2024-01-04 | *: Remove sys/ioctl.h from zebra.h | Donald Sharp |
| 2023-11-29 | lib: all: remove './' from xpath 22% speedup | Christian Hopps |
| 2023-11-21 | *: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZ | Donald Sharp |
| 2023-09-19 | pimd: Use a better name for oil_parent | Donald Sharp |
| 2023-07-21 | pimd: Convert usage of pim_addr_dump to %pFXh | Donald Sharp |
| 2023-07-10 | pimd, pim6d: Added pimEnabled field in "show ip pim nexthop json" cli | Sarita Patra |
| 2023-06-07 | pim6d: "show ipv6 pim state" not displaying when OIL is empty | Sarita Patra |
| 2023-05-28 | pimd: When doing json output do not output non-json strings | Donald Sharp |
| 2023-02-24 | pimd,pim6d: Modify pim_neighbor_find() API | Sarita Patra |
| 2023-02-09 | *: auto-convert to SPDX License IDs | David Lamparter |
| 2023-02-01 | Merge pull request #12713 from opensourcerouting/fix/json_naming_deprecation | Donald Sharp |
| 2023-01-31 | *: Drop deprecated incorrect JSON fields with wrong naming | Donatas Abraitis |
| 2023-01-27 | *: fix non-const northbound XPath format strings | David Lamparter |
| 2022-11-30 | Merge pull request #12325 from AbhishekNR/ttable_pim_nexthop | Donatas Abraitis |
| 2022-11-24 | pim6d: Fix RpAddress in "show ipv6 pim bsm-database" | Sarita Patra |
| 2022-11-23 | pimd, pim6d: Using ttable for displaying "show ip/ipv6 pim bsrp-info" command... | Abhishek N R |
| 2022-11-22 | pimd, pim6d: Using ttable for displaying "show ip/ipv6 pim nexthop" command o... | Abhishek N R |
| 2022-10-21 | Merge pull request #12094 from patrasar/pimv6_rp_linklocal | Donatas Abraitis |
| 2022-10-20 | pimd, pim6d: Don't configure link-local, Multicast, Unspecified address as RP | Sarita Patra |
| 2022-10-20 | pimd: Move "show ip pim bsm-database" cmd to DEFPY | Sarita Patra |
| 2022-10-20 | pimd: Move "show ip pim bsrp-info [vrf] [json]" cmd to DEFPY | Sarita Patra |
| 2022-10-20 | pimd: Add vrf optional parameter in "show ip pim bsr" cmd | Sarita Patra |
| 2022-10-20 | pim6d: Add [no] ipv6 pim unicast-bsm" command | Sarita Patra |
| 2022-10-20 | pim6d: Add [no] ipv6 pim bsm" command | Sarita Patra |
| 2022-09-21 | Merge pull request #11802 from AbhishekNR/ttable_pim_state | Donatas Abraitis |
| 2022-09-19 | pimd, pim6d: Using ttable for displaying "show ip/ipv6 pim local-membership" ... | Abhishek N R |
| 2022-09-19 | pimd, pim6d: Using ttable for displaying "show ip/ipv6 pim neighbor" command ... | Abhishek N R |
| 2022-09-19 | pimd, pim6d: Using ttable for displaying "show ip/ipv6 pim join" command output | Abhishek N R |
| 2022-09-16 | pimd, pim6d: Using ttable for displaying "show ip/ipv6 pim state" command out... | Abhishek N R |
| 2022-08-30 | pim6d: Fix the Code for MLD in the show pim state command | Mobashshera Rasool |
| 2022-08-29 | pimd, pim6d: deleting the memory malloced for json. | Abhishek N R |
| 2022-08-24 | pimd, pim6d: Using ttable for displaying "show ip|ipv6 pim jp-agg" CLI | Sai Gomathi N |
| 2022-08-24 | pimd, pim6d: Using ttable for displaying "show ip|ipv6 pim channel" CLI | Sai Gomathi N |
| 2022-08-18 | Merge pull request #11830 from AbhishekNR/unused_var | Donald Sharp |