| Age | Commit message (Expand) | Author | 
| 2023-10-06 | zebra: add zclient to iprules key | Mark Stapp | 
| 2023-08-09 | pbrd: add packet mangling actions (src/dst ip-addr/port, dscp, ecn) | G. Paul Ziemba | 
| 2023-08-08 | pbrd: PBR_FILTER_DSFIELD -> {PBR_FILTER_DSCP,PBR_FILTER_ECN} | G. Paul Ziemba | 
| 2023-07-19 | pbrd: add vlan filters pcp/vlan-id/vlan-flags; ip-protocol any (zebra dplane) | G. Paul Ziemba | 
| 2023-02-09 | *: auto-convert to SPDX License IDs | David Lamparter | 
| 2023-01-31 | zebra: Add missing enums to switch statements | Donald Sharp | 
| 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 |