]> git.ipfire.org Git - thirdparty/bird.git/shortlog
thirdparty/bird.git
2025-02-18  Igor PutovnyFix typo
2025-02-18  Igor PutovnyRefactor
2025-02-14  Igor PutovnySmall changes
2025-02-14  Igor PutovnyCleanup
2025-02-14  Igor PutovnyRename
2025-02-14  Igor PutovnyAdd assertions
2025-02-13  Igor PutovnyCleanup
2025-02-13  Igor PutovnyRename
2025-02-13  Igor Putovnytrie_insert_prefix() now takes pointer to aggregator_proto
2025-02-13  Igor PutovnyRename
2025-02-13  Igor PutovnyUse builtin popcount
2025-02-13  Igor PutovnyRelocate code
2025-02-13  Igor PutovnyFix errors
2025-02-13  Igor PutovnyRewrite print_prefixes() using ip_addr instead of net_addr
2025-02-12  Igor PutovnyRewrite dump_trie() using ip_addr instead of net_addr
2025-02-12  Igor PutovnyRewrite construct_trie() using ip_addr instead of net_addr
2025-02-12  Igor PutovnyRewrite trie_process() using ip_addr instead of net_addr
2025-02-12  Igor PutovnyRewrite third_pass() using ip_addr instead of net_addr
2025-02-12  Igor PutovnyRewrite find_subtree_prefix() using ip_addr instead...
2025-02-12  Igor PutovnyRewrite trie_remove_prefix() using ip_addr instead...
2025-02-12  Igor PutovnyRewrite prepare_rte_withdrawal() using ip_addr instead...
2025-02-12  Igor PutovnyRewrite trie_insert_prefix() using ip_addr instead...
2025-02-12  Igor PutovnyAdd shift values for ipa bit operations
2025-02-12  Igor PutovnyRewrite create_route() using ip_addr instead of net_addr
2025-02-12  Igor PutovnyRemove collect_prefixes()
2025-02-12  Igor PutovnyAdd macros for ipa bit operations
2025-02-11  Igor PutovnySmall changes
2025-02-10  Igor PutovnyCreate default route in the thid pass
2025-02-10  Igor PutovnyInitialize root node with NON_FIB status
2025-02-10  Igor PutovnyBugfix
2025-02-10  Igor PutovnyUse net_addr at rte_withdrawal struct, plus small changes
2025-02-07  Igor PutovnySmall changes
2025-02-07  Igor PutovnyCleanup
2025-02-06  Igor PutovnyDo not set IN_FIB status for newly added prefixes
2025-02-06  Igor PutovnyProcess route withdrawals caused by incorporating updat...
2025-02-06  Igor Putovnytrie_remove_prefix() now removes route from the table
2025-02-05  Igor PutovnyImplement route withdrawal
2025-02-05  Igor PutovnySmall changes
2025-02-03  Igor PutovnyRename
2025-02-03  Igor PutovnyCleanup
2025-02-03  Igor PutovnyAdd assertions
2025-02-03  Igor PutovnyAdd comments
2025-01-28  Igor PutovnyKeep track of current prefix during third pass
2025-01-28  Igor Putovny Add find_subtree_prefix()
2025-01-28  Igor PutovnyRename
2025-01-27  Igor PutovnyMove static variable to the top
2025-01-24  Igor PutovnyIncorporate withdrawals to the trie
2025-01-24  Igor PutovnyDeaggregation runs on the whole subtree
2025-01-24  Igor PutovnyIncorporate updates to the trie
2025-01-24  Igor PutovnyImplement deaggregation
2025-01-24  Igor PutovnyOverwrite removed nodes with garbage values
2025-01-24  Igor PutovnyAdd more checks
2025-01-24  Igor PutovnyRename
2025-01-24  Igor PutovnyRemove unused code
2025-01-23  Igor PutovnyOriginal prefix always keeps its status
2025-01-23  Igor PutovnyMove code around
2025-01-17  Igor PutovnyImplement removing prefix from the trie
2025-01-16  Igor PutovnyExtend logging functions
2025-01-15  Igor PutovnyIncrease readability of old code
2025-01-13  Igor PutovnyAdd comments
2024-12-16  Igor PutovnyBugfix
2024-12-13  Igor PutovnyRecycle bucket ID when bucket is empty
2024-12-11  Igor PutovnySet px_origin where it makes sense
2024-12-11  Igor PutovnyDelete parent pointer when removing node from trie
2024-12-11  Igor PutovnyLeaves don't have to be IN_FIB since we are not removin...
2024-12-09  Igor PutovnySmall changes
2024-12-09  Igor PutovnyIncorporate updates into trie
2024-12-06  Igor PutovnyImplement processing of incremental updates
2024-12-06  Igor PutovnyAdd prefix origin
2024-12-05  Igor PutovnyTrie dump now contains all node information
2024-12-02  Igor PutovnySmall additions
2024-12-02  Igor PutovnyAdd dumping trie
2024-12-02  Igor PutovnyProcess incremental updates in rt_notify()
2024-12-02  Igor PutovnyImplement function to process incremental update
2024-11-29  Igor PutovnyRewrite function for allocating bucket IDs
2024-11-25  Igor PutovnyRoot has a depth 0 instead of 1
2024-11-20  Igor PutovnyDo not delete potential buckets in the third pass
2024-11-18  Igor PutovnyRename bucket to original_bucket
2024-11-18  Igor Putovnychoose_lowest_id_bucket() now returns the bucket, it...
2024-11-18  Igor PutovnyCheck ancestors after aggregation
2024-11-15  Igor PutovnySmall changes
2024-10-11  Igor PutovnyCleanup
2024-10-11  Igor PutovnyDon't assign selected bucket to imaginary node in the...
2024-10-11  Igor PutovnySilence unused variable warning
2024-10-11  Igor PutovnyAdd more assertions
2024-10-09  Igor PutovnyCreate function to choose bucket with the lowest ID...
2024-10-09  Igor Putovnytrie_insert_prefix() now allows updating a bucket of...
2024-10-07  Igor PutovnyFix wording in comments
2024-10-04  Igor PutovnyDo not delete trie after finishing aggregation
2024-10-02  Igor PutovnyModify merge_potential_buckets() to return whether...
2024-09-26  Igor PutovnyAdd selected bucket and FIB status to node
2024-09-26  Igor PutovnySecond pass doesn't need protocol
2024-09-24  Igor Putovnynode_insert_potential_bucket() accepts bucket pointer...
2024-09-19  Igor PutovnyRemove settle timer
2024-09-18  Igor PutovnyRefactor
2024-09-17  Igor PutovnyRename
2024-09-17  Igor PutovnyUse hmap for assigning bucket IDs
2024-09-16  Igor PutovnyLog time to measure duration of individual aggregation...
2024-08-30  Igor PutovnyImplement bitmaps for storing potential buckets
2024-08-23  Igor PutovnyDelete unnecessary code
next