]> git.ipfire.org Git - thirdparty/bird.git/shortlog
thirdparty/bird.git
2023-10-06  Igor PutovnyAdd a few comments, print prefixes after aggregation
2023-09-21  Igor PutovnyExtend remove_node() with deleting root node
2023-09-21  Igor PutovnyFix aggregator_bucket_unionize()
2023-09-20  Igor PutovnyFix const warning, add few comments
2023-09-20  Igor PutovnyDelete trie during aggregator shutdown
2023-09-20  Igor PutovnyRefactor and fix aggregator_bucket_unionize()
2023-09-19  Igor PutovnyFix aggregator_bucket_intersect(), add comments and...
2023-09-18  Igor PutovnyRemove unused code
2023-09-18  Igor PutovnyAdd new implementation of third_pass() and remove old...
2023-09-15  Igor PutovnyMove trie initialization to aggregator_start()
2023-09-14  Igor PutovnyFix previous version, aggregator is now stable but...
2023-09-11  Igor PutovnyImplement basics of prefix aggregation functionality
2023-07-12  Maria MatejkaAggregator: Fixed hashing of adata
2023-07-10  Maria MatejkaAggregator moved to a separate protocol
2023-06-23  Maria MatejkaAggregator: polishing of filter API
2023-06-23  Igor PutovnyBasic route aggregation
2023-06-23  Maria MatejkaSimple testing of reconfiguration to a slightly differe...
2023-06-19  Maria MatejkaFilter: Print instructions take only one value (simplif...
2023-06-19  Maria MatejkaFilter: Shortened method declarations
2023-06-19  Maria MatejkaFilter: The for loop uses the method system for type...
2023-06-19  Maria MatejkaRemoving unused terminals from filter config
2023-06-19  Maria MatejkaFilter: Methods rework
2023-06-17  Maria MatejkaUninitialized filter variables of path/[el]?clist types...
2023-06-16  Maria MatejkaConf: config warnings show the file position
2023-06-15  Maria MatejkaFilter: functions can and should have typed return...
2023-06-15  Maria MatejkaGitLab: Disabling build for CentOS 7 and Ubuntu 14... mq-nexthop
2023-06-13  Maria MatejkaFilter/Conf: Method names have their own keyword hash
2023-06-13  Maria MatejkaConf: Allowing conf scope to be explicitly read only
2023-06-13  Maria MatejkaConf: Symbol manipulation gets its context explicitly
2023-06-12  Maria MatejkaFilter: any lvalue can get its methods called
2023-06-12  Maria MatejkaFilter: split out dot-notation methods to separate...
2023-06-09  Maria MatejkaConf: Keywords have their default symbols
2023-06-09  Maria MatejkaConf: Symbol hashes for all scopes
2023-06-09  Maria MatejkaDropping empty-type const f_vals, they were copied...
2023-06-09  Maria MatejkaConf: Adding dummy thread-number setting for easier...
2023-06-02  Ondrej ZajicekBabel: Minor changes to RTT formatting
2023-06-01  Toke Høiland... Babel: Add support for the RTT extension
2023-06-01  Toke Høiland... IO: Add current_time_now() function for immediate timestamp
2023-05-18  Ondrej ZajicekBGP: Fix role check when no capability option is present
2023-05-18  Ondrej ZajicekLib: Improve IP/net hashing
2023-05-16  Ondrej ZajicekNest: Add tests and benchmark for FIB
2023-04-27  Ondrej ZajicekConf: Improve handling of keywords
2023-04-27  Ondrej ZajicekConf: Fix symbol lookup
2023-04-21  Ondrej ZajicekNEWS and version update v2.13
2023-04-21  Ondrej ZajicekFilter: Disable some trie formatting tests
2023-04-21  Ondrej ZajicekMerge branch 'bmp'
2023-04-21  Ondrej ZajicekBMP: Add some basic documentation
2023-04-21  Luiz AmaralBSD: IPv4 over IPv6 nexthop support on FreeBSD
2023-04-20  Maria MatejkaLinpool: Fix lp_restore()
2023-04-20  Ondrej ZajicekBMP: Silence some log messages
2023-04-20  Ondrej ZajicekBMP: Fix connection management
2023-04-18  Ondrej ZajicekBMP: Fix reconfiguration
2023-04-18  Ondrej ZajicekBMP: Allow build without BMP and disable BMP build...
2023-04-18  Ondrej ZajicekBMP: Move initialization to bmp_start()
2023-04-18  Ondrej ZajicekBMP: Fix missing template
2023-04-16  Ondrej Zajicek... BMP: Add some missing bmp_buffer_free() calls
2023-04-16  Ondrej Zajicek... BMP: Remove duplicate functions for update encoding
2023-04-16  Ondrej Zajicek... BMP: Integrate bmp_conn to bmp_proto
2023-04-16  Ondrej Zajicek... BMP: Minor cleanups
2023-04-16  Ondrej Zajicek... BMP: Do not use global instance ptr internally
2023-04-16  Ondrej Zajicek... BMP: Remove superfluous error handling
2023-04-16  Pawel MaslankaBMP protocol support
2023-04-14  Trisha BiswasBGP: Add 'allow bgp_med' option for EBGP sessions
2023-04-13  Jakub RužičkaIncrease tests timeout
2023-04-04  Ondrej ZajicekBGP: Fix bgp_med handling
2023-03-18  Johannes MoosAdd missing references to "show route in" in the cli...
2023-03-16  Maria MatejkaBGP: Free bind applies also to outbound connections
2023-03-06  Ondrej ZajicekNet: Replace runtime checks with STATIC_ASSERT()
2023-03-06  Petr VaněkPrintf test suite fails on systems with musl libc becau...
2023-02-22  Maria MatejkaConfig: Dropping filter instruction trees after lineari...
2023-02-22  Maria MatejkaLinpool flush drops all the allocated pages but one
2023-02-19  Ondrej ZajicekBGP: Update RFC references
2023-02-19  Ondrej ZajicekBabel: Update RFC references
2023-02-19  Ondrej ZajicekConf: Fix too early free of old configuration
2023-02-14  Toke Høiland... Babel: Keep separate auth PC counters for unicast and...
2023-02-14  Andreas RammholdBabel: Implement IPv4 via IPv6 extension (RFC 9229)
2023-02-03  Maria MatejkaDocumentation: Adding roadmap as decided in January...
2023-02-01  Ondrej ZajicekBuild: Partial revert of one of previous changes
2023-02-01  Ondrej ZajicekBuild: Minor improvement to build output
2023-02-01  Ondrej ZajicekNest: Minor cleanup in buildsystem
2023-01-31  Toke Høiland... Babel: Initialise source seqno from incoming message
2023-01-30  Ondrej ZajicekBabel: Improve clarity of unfeasible update handling.
2023-01-30  Toke Høiland... Babel: Fix missing modulo comparison of seqnos
2023-01-23  Alexander ZubkovSmall fix of indenting
2023-01-23  Ondrej ZajicekNEWS and version update v2.0.12
2023-01-22  Ondrej ZajicekBFD: Improve incoming packet matching
2023-01-22  Ondrej ZajicekVRF: Fix issues with reconfiguration
2023-01-22  Maria MatejkaAdded test case for switch bug fixed in e20bef69ccc4a85...
2023-01-20  Ondrej ZajicekBGP: Add received role value to role mismatch log message
2023-01-18  Ondrej ZajicekAlloc: Minor cleanups
2023-01-18  Maria MatejkaMerge branch 'master' of https://gitlab.nic.cz/labs...
2023-01-18  Maria MatejkaFix memory pre-allocation
2023-01-17  Radu CarpaFilter: Allow setting the 'onlink' route attribute...
2023-01-17  Ondrej ZajicekAlloc: Disable transparent huge pages
2023-01-13  Ondrej ZajicekBuild: Fix cleanup of nest/proto-build.c
2023-01-13  Ondrej ZajicekMinor cleanups
2023-01-13  Ondrej ZajicekBSD: Add support for kernel route metric
2023-01-12  Mike CruteLog message before aborting
2023-01-07  Ondrej ZajicekFilter: Change linearization of branches in switch...
2023-01-03  Ondrej ZajicekBGP: Allow role specific keywords to be used as symbols
next