| Age | Commit message (Expand) | Author |
| 2020-12-11 | Revert "zebra: When shutting down an interface immediately notify about rnh" | Donald Sharp |
| 2020-10-29 | zebra: Consolidate on 32 bits as the flag size for route flags | Donald Sharp |
| 2020-10-05 | BSD: Add whitespace between declaration and code | Roy Marples |
| 2020-10-04 | BSD: Detect route(4) overflows | Roy Marples |
| 2020-09-22 | Merge pull request #7067 from donaldsharp/remove_solaris | Mark Stapp |
| 2020-09-21 | *: Remove solaris from FRR | Donald Sharp |
| 2020-09-20 | zebra: Allow FreeBSD to set and delete addresses from an interface | Donald Sharp |
| 2020-08-28 | zebra: When shutting down an interface immediately notify about rnh | Donald Sharp |
| 2020-08-12 | lib, zebra: add support for sending ARP requests | Jakub Urbańczyk |
| 2020-08-10 | zebra: remove old kernel one-update-at-a-time api | Jakub Urbańczyk |
| 2020-08-10 | zebra: prepare dplane for batching | Jakub Urbańczyk |
| 2020-07-14 | *: un-split strings across lines | David Lamparter |
| 2020-03-24 | *: remove line breaks from log messages | David Lamparter |
| 2020-03-08 | *: Replace `sizeof something` to sizeof(something) | Donatas Abraitis |
| 2020-02-04 | zebra: Use shorthand operator in ifm_read() | Donatas Abraitis |
| 2019-10-25 | zebra: Use nexthop object id on route delete | Stephen Worley |
| 2019-10-25 | zebra: Update rib_add to take a nexthop ID | Stephen Worley |
| 2019-10-09 | *: Cleanup interface creation apis | Stephen Worley |
| 2019-09-03 | *: frr_elevate_privs -> frr_with_privs | David Lamparter |
| 2019-06-23 | Revert "Ospf missing interface handling 2" | Donald Sharp |
| 2019-06-12 | *: change if_lookup_by_name() api with vrf | Philippe Guibert |
| 2019-06-11 | lib, ospfd, pimd, zebra: change if_create() api with vrf | Philippe Guibert |
| 2019-06-11 | ospf, ospf6d, zebra, lib: change if_get_by_name prototype with vrf | Philippe Guibert |
| 2019-05-29 | zebra: fix maybe-uninitialized pointer | Quentin Young |
| 2019-05-29 | zebra: fix unused variable on OmniOS | Quentin Young |
| 2019-05-06 | zebra: Be consistent in how we call rib_add( and rib_delete( with tableid | Donald Sharp |
| 2019-04-03 | lib, pbrd, zebra: Fix size_t type printf warnings on obscure platforms | Donald Sharp |
| 2019-04-02 | zebra: conditionalize RTM_RESOLVE flag | Mark Stapp |
| 2019-03-14 | *: remove trailing newlines from zlog messages | Quentin Young |
| 2019-01-31 | zebra: Move the master thread handler to the zrouter structure | Donald Sharp |
| 2019-01-25 | zebra: set connected route metric based on the devaddr metric | Anuradha Karuppiah |
| 2019-01-22 | zebra: use rta_getattr for NETMASK | Rafael Zalamena |
| 2019-01-22 | zebra: fix routing socket AF_LINK handling on NETMASK | Rafael Zalamena |
| 2019-01-21 | zebra: make routing socket debug user friendlier | Rafael Zalamena |
| 2019-01-21 | zebra: fix debug messages in ifam_read_mesg | Rafael Zalamena |
| 2019-01-08 | zebra: fix another FreeBSD warning message | Rafael Zalamena |
| 2019-01-08 | zebra: fix FreeBSD warning on fresh OS boot | Rafael Zalamena |
| 2019-01-08 | zebra: implement FreeBSD route attr handling | Rafael Zalamena |
| 2018-12-21 | zebra: fix compilation on OpenBSD | Rafael Zalamena |
| 2018-12-13 | Merge pull request #3467 from donaldsharp/kernel_socket_cleanup | Russ White |
| 2018-12-12 | lib, zebra: Remove ZEBRA_FLAG_STATIC | Donald Sharp |
| 2018-12-12 | zebra: Make v4 and v6 code paths for rib_XXX calls in kernel_socket the same | Donald Sharp |
| 2018-12-12 | zebra: Remove rib_lookup_ipv4_route | Donald Sharp |
| 2018-12-05 | zebra: refactor route socket message handling | Rafael Zalamena |
| 2018-12-05 | zebra: always define ROUNDUP and ROUND_TYPE | Rafael Zalamena |
| 2018-11-21 | zebra: add dataplane routing socket | Mark Stapp |
| 2018-11-21 | zebra: separate netlink socket for dataplane | Mark Stapp |
| 2018-10-31 | Merge pull request #2705 from opensourcerouting/northbound-yang-v2 | Donald Sharp |
| 2018-10-28 | Merge pull request #2946 from mjstapp/dplane_2 | Donald Sharp |
| 2018-10-27 | lib: retrofit interface commands to the new northbound model | Renato Westphal |