| Age | Commit message (Expand) | Author |
| 2020-06-15 | lib: prefix: add prefix_rd type | streambinder |
| 2020-04-30 | lib: constify a few parameters of helper functions | Renato Westphal |
| 2020-03-29 | lib: prepare for plugin-based frr_format check | David Lamparter |
| 2020-03-22 | lib: make is_default_host_route use a const struct prefix | Donald Sharp |
| 2020-02-11 | bgpd: RFC compliance wrt invalid RMAC, GWIP, ESI and VNI | Kishore Aramalla |
| 2020-01-28 | Merge pull request #4773 from thozza/31-prefix-bcast-addr | Russ White |
| 2019-12-14 | lib/prefix: flip the bitrot compost | David Lamparter |
| 2019-11-02 | *: Convert prefix_free to double pointer | Donald Sharp |
| 2019-09-27 | bgpd: Adding new bgp evpn cli's for ip-prefix lookup | Lakshman Krishnamoorthy |
| 2019-08-23 | lib: use const in prefix_mac2str | Mark Stapp |
| 2019-08-05 | lib/prefix.c: ipv4_broadcast_addr() didn't comply with RFC3021 | Tomas Hozza |
| 2019-07-29 | lib: fix prefix_copy() for clang-SA | David Lamparter |
| 2019-07-28 | lib: use some more transparent unions for prefixes | David Lamparter |
| 2019-05-02 | lib: Make prefix_hash_key accept a const | Donald Sharp |
| 2019-05-02 | Revert "Zebra diet" | Lou Berger |
| 2019-05-01 | lib: Make prefix_hash_key accept a const | Donald Sharp |
| 2019-04-21 | lib: two extra bytes were being allocated for the SG string | Anuradha Karuppiah |
| 2019-04-20 | lib: move SG prefix2str APIs from pimd to lib | Anuradha Karuppiah |
| 2019-04-03 | *: do not register nexthop 0.0.0.0 to nht | Chirag Shah |
| 2019-02-11 | lib: add extern "C" {} blocks to all libfrr headers | Renato Westphal |
| 2019-02-11 | lib: make union prefixptr C++-compatible | David Lamparter |
| 2019-01-15 | Merge pull request #3180 from qlyoung/prefixlen-u8-to-u16 | Renato Westphal |
| 2019-01-10 | lib: Add another 32 bit accessor to the prefix data structure | Donald Sharp |
| 2018-10-25 | bgpd, lib: few more prefixlen updated | Quentin Young |
| 2018-10-15 | lib: convert prefixlen to 16-bit integer | Quentin Young |
| 2018-06-19 | bgpd, lib, ospfd, zebra: all_digit moved to frrstr | paco |
| 2018-05-30 | bgpd, lib: Cleanup CI warnings from system | Donald Sharp |
| 2018-05-30 | *: support for evpn type-4 route | mitesh |
| 2018-05-02 | *: change struct evpn_addr to include a union of all evpn route types | mitesh |
| 2018-04-04 | lib/prefix.[ch]: add family2str() | G. Paul Ziemba |
| 2018-03-30 | lib: prefix support for flowspec | Philippe Guibert |
| 2018-03-27 | *: use C99 standard fixed-width integer types | Quentin Young |
| 2018-03-06 | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger |
| 2018-02-19 | pimd: Multicast traceroute client and router | Mladen Sablic |
| 2018-02-02 | lib: fix more warnings on *BSD | Renato Westphal |
| 2017-12-27 | bgpd, lib, zebra: fix style problems | mitesh |
| 2017-12-14 | bgpd: only advertise valid subnet routes as evpn type-5 routes | Mitesh Kanjariya |
| 2017-12-14 | zebra, lib: zebra changes for symmetric routing support | Mitesh Kanjariya |
| 2017-08-31 | *: Cleanup multiple is_default... code | Donald Sharp |
| 2017-08-31 | lib: Add PREFIX_COPY | Donald Sharp |
| 2017-08-26 | lib: prefix: fix char value size | David Lamparter |
| 2017-08-24 | lib: split off compiler magic into its own file | David Lamparter |
| 2017-08-17 | lib: optimize IPV4_ADDR_[SAME|COPY]() | Jorge Boncompte |
| 2017-08-09 | lib: some final MAC access-list fixes | David Lamparter |
| 2017-08-08 | lib, bgpd: Use 'struct prefix *' for filter matching | Donald Sharp |
| 2017-08-08 | lib, bgpd: Distinguish between AF_EVPN and AF_ETHERNET | Donald Sharp |
| 2017-08-08 | lib: changes needed for mac access-list any command | Mitesh Kanjariya |
| 2017-08-08 | bgpd, lib, vtysh: Added support for mac filtering in route-maps | Mitesh Kanjariya |
| 2017-08-04 | lib: Add ETH_ALEN to prefix.h and deprecate ETHER_ADDR_LEN | Donald Sharp |
| 2017-08-03 | lib: move prefix hash key to prefix.c to allow global use | Christian Franke |