| Age | Commit message (Expand) | Author |
| 2022-12-05 | zebra: use real MTYPEs for various objects | Mark Stapp |
| 2022-06-29 | zebra: make rib_process_dplane_results own ctx freeing | Donald Sharp |
| 2022-06-27 | zebra: expand pbr rule action for dataplane programming | Anuradha Karuppiah |
| 2022-05-25 | zebra: avoid pbr iptable added twice when used with flowspec | Philippe Guibert |
| 2021-11-17 | zebra: return void for dplane_ctx_get_pbr_ipset_entry | Donald Sharp |
| 2021-11-17 | zebra: return void for dplane_ctx_get_pbr_iptable | Donald Sharp |
| 2021-11-17 | zebra: dplane_ctx_get_pbr_ipset should return void | Donald Sharp |
| 2021-07-08 | lib, zebra: add ip_proto to the filter data structure | Donald Sharp |
| 2021-07-01 | *: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLEN | Donatas Abraitis |
| 2021-07-01 | *: Replace IPV6_MAX_PREFIXLEN to IPV6_MAX_BITLEN | Donatas Abraitis |
| 2021-05-12 | zebra: Use __func__ instead of __PRETTY_FUNCTION__ | Donald Sharp |
| 2021-03-22 | zebra: kill zebra_memory.h, use MTYPE_STATIC | David Lamparter |
| 2021-03-17 | *: require semicolon after DEFINE_HOOK & co. | David Lamparter |
| 2021-03-17 | *: require semicolon after DEFINE_MTYPE & co | David Lamparter |
| 2021-03-10 | zebra: move ipset and ipset_entry to zebra dplane contexts | Philippe Guibert |
| 2021-03-04 | zebra: move iptable handling in zebra_dplane | Philippe Guibert |
| 2021-02-01 | zebra: move pbr hash create after update release | Stephen Worley |
| 2021-02-01 | zebra: add some debugging for PBR events in zebra | Stephen Worley |
| 2020-09-11 | bgpd, lib, pbrd, zebra: Pass by ifname | Donald Sharp |
| 2020-08-21 | bgp, zebra: add some alignments with remarks from community | Philippe Guibert |
| 2020-08-21 | zebra: add icmpv6 table of type / code | Philippe Guibert |
| 2020-08-21 | bgp, zebra: add family attribute to ipset and iptable context | Philippe Guibert |
| 2020-07-17 | zebra: do not free iptable context, once created | Philippe Guibert |
| 2020-06-10 | zebra: convert ip rule installation to use dplane thread | Jakub UrbaĆczyk |
| 2020-04-20 | *: use appropriate buffer sizes, specifiers | Quentin Young |
| 2020-04-20 | *: sprintf -> snprintf | Quentin Young |
| 2020-04-09 | zebra: define some explicit rule replace code paths | Stephen Worley |
| 2020-03-06 | *: Finish off the __PRETTY_FUNCTION__ to __func__ | Donald Sharp |
| 2020-03-05 | *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__ | Donatas Abraitis |
| 2020-01-16 | zebra: fix ipset, iptable, ipset entry memleaks | Quentin Young |
| 2020-01-15 | zebra: fix iptable install heap UAF | Quentin Young |
| 2020-01-03 | zebra: fix iptable memleak, fix free funcs | Quentin Young |
| 2019-10-15 | zebra: Don't bother ref'ing ifp in zebra_pbr_rule | Stephen Worley |
| 2019-10-15 | zebra: Use the rule ifindex as a hash key, not ifp | Stephen Worley |
| 2019-10-15 | zebra: Only free if rule was found/release in table | Stephen Worley |
| 2019-07-08 | bgp, zebra, lib: add protocol support for iptables | Philippe Guibert |
| 2019-05-14 | lib: hashing functions should take const arguments | Quentin Young |
| 2019-02-25 | *: return bool from boolean functions | Quentin Young |
| 2019-02-25 | *: Rename backet to bucket | Tim Bray |
| 2018-10-24 | zebra: Remove _wrap_script from hook names | Donald Sharp |
| 2018-10-24 | zebra: Move ipset_hash, ipset_entry_hash and iptable_hash into zrouter | Donald Sharp |
| 2018-10-24 | zebra: Move rules_hash to zrouter | Donald Sharp |
| 2018-10-19 | *: Replace hash_cmp function return value to a bool | Donald Sharp |
| 2018-09-19 | zebra: Create zebra_dplane.c and .h | Mark Stapp |
| 2018-09-06 | zebra: flog_warn conversion | Quentin Young |
| 2018-07-24 | zebra: add information about which port is monitored | Philippe Guibert |
| 2018-07-24 | zebra: show pbr iptable per iptable | Philippe Guibert |
| 2018-06-28 | zebra: handle policy routing fragment handling | Philippe Guibert |
| 2018-06-28 | zebra: add show pbr iptable dscp information | Philippe Guibert |
| 2018-06-28 | *: add flowspec dscp handling | Philippe Guibert |