| Age | Commit message (Expand) | Author |
| 2024-12-03 | zebra: separate zebra ZAPI server open and accept | Mark Stapp |
| 2024-10-31 | zebra: Add missing new line for help string | Donatas Abraitis |
| 2024-03-18 | zebra: fix route deletion during zebra shutdown | Alexander Skorichenko |
| 2023-08-22 | zebra: Make main routing table (RT_TABLE_MAIN) configurable | Martin Pels |
| 2023-08-03 | zebra: Allow zebra cli to accept v6 routes with v4 nexthops | Donald Sharp |
| 2023-06-08 | zebra: Prevent crash because nl is NULL on shutdown | Donald Sharp |
| 2023-03-31 | zebra: Cleanup ctx leak on shutdown and turn off event | Donald Sharp |
| 2023-03-31 | Merge pull request #13082 from inspurSDN/bugfix_zebra_crash_rebooting | Jafar Al-Gharaibeh |
| 2023-03-24 | *: Convert event.h to frrevent.h | Donald Sharp |
| 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-03-24 | *: Rename thread.[ch] to event.[ch] | Donald Sharp |
| 2023-03-22 | some threads will still get vrf, when a new entry would created with insuffic... | scotchung |
| 2023-02-17 | Merge pull request #12780 from opensourcerouting/spdx-license-id | Donald Sharp |
| 2023-02-09 | lib,yang,zebra: add affinity-map support | Louis Scalbert |
| 2023-02-09 | *: auto-convert to SPDX License IDs | David Lamparter |
| 2022-12-17 | zebra: Ensure memory is not freed that dplane depends on in shutdown | Donald Sharp |
| 2022-10-12 | zebra: Cleanup memory leaks on shutdown | Donald Sharp |
| 2022-07-01 | zebra: move allow_delete to zrouter.allow_delete | Donald Sharp |
| 2022-06-27 | configure, zebra: include DPDK headers and shared libs in the dp-dpdk build | Anuradha Karuppiah |
| 2022-06-27 | zebra: add ipc_lock, read_search and sys_rawio to zebra's privileges | Anuradha Karuppiah |
| 2022-05-21 | zebra: clean up rtadv integration | David Lamparter |
| 2022-05-13 | zebra: Add startup message and display netlink buffer size. | Loganaden Velvindron |
| 2022-02-27 | zebra: Allow *BSD to specify a receive buffer size | Donald Sharp |
| 2022-02-23 | *: Change thread->func to return void instead of int | Donald Sharp |
| 2021-12-21 | *: rework renaming the default VRF | Igor Ryzhov |
| 2021-11-29 | zebra: Prevent thread usage of data after it being freed | Donald Sharp |
| 2021-11-18 | zebra: free LSP workqueue early, revert PR 10050 | Mark Stapp |
| 2021-11-15 | Merge pull request #10050 from mjstapp/fix_mpls_queue_cleanup | Donatas Abraitis |
| 2021-11-12 | zebra: free LSP workqueue later during shutdown | Mark Stapp |
| 2021-11-11 | *: Cleanup some documentation from quagga->frr | Donald Sharp |
| 2021-11-11 | *: Convert quagga_signal_X to frr_signal_X | Donald Sharp |
| 2021-08-25 | *: Drop `break` after using frr_help_exit() in switch/case | Donatas Abraitis |
| 2021-06-08 | zebra: rework RA handling for vrf-lite | Stephen Worley |
| 2021-06-02 | zebra: ZAPI add new api to manipulate srv6-locator (step2) | Hiroki Shirokura |
| 2021-06-02 | *: new cli-nodes for SRv6 manager (step2) | Hiroki Shirokura |
| 2021-03-30 | zebra: North-bound implementation for zebra rmaps | Sarita Patra |
| 2021-03-22 | zebra: kill zebra_memory.h, use MTYPE_STATIC | David Lamparter |
| 2021-03-17 | *: require semicolon after FRR_DAEMON_INFO & co. | David Lamparter |
| 2020-11-15 | zebra: Add `--asic-offload` command | Donald Sharp |
| 2020-10-22 | zebra: Do not delete nhg's when retain_mode is engaged | Donald Sharp |
| 2020-10-13 | doc, zebra: remove keep_kernel option everywhere | Emanuele Bovisio |
| 2020-09-18 | Merge pull request #7089 from pguibert6WIND/netns-refactor | Russ White |
| 2020-09-11 | lib, zebra: reuse and adapt ns_list walk functionality | Philippe Guibert |
| 2020-08-25 | zebra: remove fuzzing stuff | Jakub UrbaĆczyk |
| 2020-08-07 | lib, zebra: Add SR-TE policy infrastructure to zebra | Sebastien Merle |
| 2020-08-05 | evpn-netns: Revert PR5077, has been re-worked post-refactor | Pat Ruddy |
| 2020-07-17 | Merge pull request #6296 from vishaldhingra/static | Quentin Young |