summaryrefslogtreecommitdiff
path: root/zebra/zebra_router.c
AgeCommit message (Expand)Author
2023-12-28zebra: support yielding between oper state routes queryChristian Hopps
2023-11-29zebra: Set Free Functions for Traffic Control Hash TablesKeelan10
2023-11-21zebra: Cleanup hash's on zebra shutdownDonald Sharp
2023-11-21zebra: Cleanup svd_nh_table on shutdownDonald Sharp
2023-10-12zebra: Make ucmp scale value owned by zrouterDonald Sharp
2023-08-03zebra: Allow zebra cli to accept v6 routes with v4 nexthopsDonald Sharp
2023-07-05zebra: Move protodown_r_bit to a better spotDonald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-12-12zebra: Add `zrouter.asic_notification_nexthop_control`Donald Sharp
2022-11-22zebra: traffic control state managementSiger Yang
2022-08-10zebra: Combine meta_queue_free and meta_queue_vrf_free functionsDonald Sharp
2022-08-05zebra: Fix memory leaks and use after frees in nhg's on shutdownDonald Sharp
2022-07-01zebra: move allow_delete to zrouter.allow_deleteDonald Sharp
2022-06-27zebra: add support for maintaining local neigh entriesAnuradha Karuppiah
2022-06-16zebra: Add a configurable knob `zebra nexthop-group keep (1-3600)`Donald Sharp
2022-02-11zebra: make netlink object hash threadsafeMark Stapp
2021-11-29zebra: Prevent thread usage of data after it being freedDonald Sharp
2021-11-18zebra: free LSP workqueue early, revert PR 10050Mark Stapp
2021-11-12zebra: free LSP workqueue later during shutdownMark Stapp
2021-10-27zebra: Recent Merge broke --enable-werrorDonald Sharp
2021-10-20zebra: Add script initialization and destroyDonald Lee
2021-06-08zebra: rework RA handling for vrf-liteStephen Worley
2021-03-22zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2020-11-15zebra: Add `--asic-offload` commandDonald Sharp
2020-09-22zebra: Add basic knowledge of asic offload availableDonald Sharp
2020-07-08zebra: Add table_id to rib_table_info_tDuncan Eastoe
2020-05-12zebra: northbound changes for the rib modelChirag Shah
2020-05-08zebra: Remove typedef rib_table_info_t from systemDonald Sharp
2020-04-02zebra: free unhashable (dup) NHEs via ID table cleanupStephen Worley
2019-12-04lib,zebra: use nhg_hash_entry pointer in route_entryMark Stapp
2019-11-19zebra: Router Advertisement socket mess upDonald Sharp
2019-10-25zebra: Cleanup zebra_nhg APIsStephen Worley
2019-10-25zebra: Remove cleanup and nhg workqueue boilerplateStephen Worley
2019-10-25zebra: Sweep our nexthop objects out on restartStephen Worley
2019-10-25zebra: Uninstall nexthops on shutdownStephen Worley
2019-10-25zebra: Add functionality to parse RTM_NEWNEXTHOP and RTM_DELNEXTHOP messagesStephen Worley
2019-10-25zebra: Add a second table for indexing by IDStephen Worley
2019-10-25zebra: Add hash of nexthop groupsDonald Sharp
2019-06-21zebra: use MTYPE_STATICDavid Lamparter
2019-05-29zebra: Move multicast mode to being a property of the routerDonald Sharp
2019-05-16Merge pull request #4269 from donaldsharp/other_tablesRuss White
2019-05-14zebra: Move multipath_num into zrouterDonald Sharp
2019-05-09zebra: Remove unused zebra_router_score_protoDonald Sharp
2019-05-06doc, zebra: Remove "table X" commandDonald Sharp
2019-04-09zebra: avoid removing node twice from rb_treeChirag Shah
2019-03-27zebra: zebra_router.c does not own the data plane shutdown of tablesDonald Sharp
2019-03-01zebra: Upon vrf deletion, actually release this data.Donald Sharp