| Age | Commit message (Expand) | Author |
| 2024-02-01 | *: create a single registry of daemons' default port values | Mark Stapp |
| 2024-01-26 | ripngd: convert ripngd to mgmtd | Christian Hopps |
| 2023-10-07 | *: remove ZEBRA_INTERFACE_VRF_UPDATE | anlan_cs |
| 2023-05-23 | ripngd: Make sure we do not overuse higher values for ECMP count | Donatas Abraitis |
| 2023-05-23 | ripng: Implement `allow-ecmp X` command | Donatas Abraitis |
| 2023-03-24 | *: Convert `struct event_master` to `struct event_loop` | Donald Sharp |
| 2023-03-24 | *: Convert struct thread_master to struct event_master and it's ilk | Donald Sharp |
| 2023-03-24 | *: Convert thread_add_XXX functions to event_add_XXX | Donald Sharp |
| 2023-03-24 | *: Rename `struct thread` to `struct event` | Donald Sharp |
| 2023-02-09 | *: auto-convert to SPDX License IDs | David Lamparter |
| 2022-07-21 | ripngd: Remove various macros that overlap THREAD_OFF | Donald Sharp |
| 2021-10-04 | ripngd: Ensure better `struct thread *` semantics | Donald Sharp |
| 2021-03-17 | *: require semicolon after DEFINE_MTYPE & co | David Lamparter |
| 2021-01-28 | ripngd: Remove #if 0 code | Donald Sharp |
| 2020-10-23 | *: unify thread/event cancel macros | Mark Stapp |
| 2020-10-23 | * : update signature of thread_cancel api | Mark Stapp |
| 2019-10-29 | ripngd: split northbound callbacks into multiple files | Renato Westphal |
| 2019-06-21 | ripngd: use MTYPE_STATIC | David Lamparter |
| 2019-05-03 | *: use ZAPI_CALLBACK_ARGS macro for zapi handlers | Quentin Young |
| 2019-04-19 | ripd, ripngd: fix cleaning up of offset lists | Renato Westphal |
| 2019-03-29 | Merge remote-tracking branch 'frr/master' into rip-vrf | Renato Westphal |
| 2019-02-19 | lib, rip, ripng, eigrp: rework if_rmap context | Philippe Guibert |
| 2019-01-18 | ripd, ripngd: change how we keep track of redistribution configuration | Renato Westphal |
| 2019-01-18 | ripngd: make YANG operational-data VRF aware too | Renato Westphal |
| 2019-01-18 | ripngd: add VRF support | Renato Westphal |
| 2019-01-18 | ripngd: remove the ripng global variable | Renato Westphal |
| 2019-01-18 | ripngd: move "ripng_offset_list_master" to the ripng structure | Renato Westphal |
| 2019-01-18 | ripdng: clear list of peers when RIPng is deconfigured | Renato Westphal |
| 2019-01-18 | ripngd: move "peer_list" to the ripng structure | Renato Westphal |
| 2019-01-18 | ripngd: move "Vripng_passive_interface" to the ripng structure | Renato Westphal |
| 2019-01-18 | ripngd: move "ripng_enable_network" to the ripng structure | Renato Westphal |
| 2019-01-18 | ripngd: move "ripng_enable_if" to the ripng structure | Renato Westphal |
| 2018-12-28 | lib, rip, ripng, babel, eigrp: add ctx pointer to distribute api | Philippe Guibert |
| 2018-12-03 | ripngd: implement northbound callbacks to fetch neighbor information | Renato Westphal |
| 2018-12-03 | ripngd: implement the 'clear-ripng-route' YANG RPC | Renato Westphal |
| 2018-12-03 | ripngd: fix SIGHUP handling | Renato Westphal |
| 2018-12-03 | ripngd: retrofit the 'split-horizon' command to the new northbound model | Renato Westphal |
| 2018-12-03 | ripngd: retrofit the 'timer basic' command to the new northbound model | Renato Westphal |
| 2018-12-03 | ripngd: retrofit the 'aggregate-address' command to the new northbound model | Renato Westphal |
| 2018-12-03 | ripngd: retrofit the 'route' command to the new northbound model | Renato Westphal |
| 2018-12-03 | ripngd: retrofit the 'redistribute' commands to the new northbound model | Renato Westphal |
| 2018-12-03 | ripngd: retrofit the 'passive-interface' command to the new northbound model | Renato Westphal |
| 2018-12-03 | ripngd: retrofit the 'offset-list' command to the new northbound model | Renato Westphal |
| 2018-12-03 | ripngd: retrofit the 'network' command to the new northbound model | Renato Westphal |
| 2018-12-03 | ripngd: retrofit the 'default-metric' command to the new northbound model | Renato Westphal |
| 2018-12-03 | ripngd: retrofit the 'default-information' command to the new northbound model | Renato Westphal |
| 2018-12-03 | ripngd: retrofit the 'allow-ecmp' command to the new northbound model | Renato Westphal |
| 2018-12-03 | ripngd: retrofit the 'router ripng' command to the new northbound model | Renato Westphal |
| 2018-12-03 | yang, ripngd: add 'frr-ripngd.yang' and associated stub callbacks | Renato Westphal |
| 2018-08-30 | bgpd, ripngd: Convert to using new agg_table/route | Donald Sharp |