]> git.ipfire.org Git - thirdparty/bird.git/shortlog
thirdparty/bird.git
2020-04-30  Maria MatejkaResource system: Locking mq-mm
2020-04-30  Maria MatejkaMarking resource functions with non-NULL compiler flags
2020-04-30  Maria MatejkaSimple change in UDP message sending to shutup Valgrind
2020-04-30  Maria MatejkaRoute attributes async free
2020-04-30  Maria MatejkaGarbage collector for parallel execution
2020-04-30  Maria MatejkaFix thread local storage support in GCC older than...
2020-04-30  Maria MatejkaEnforce support for thread local variables and POSIX...
2020-04-30  Maria MatejkaSplit route data structure to storage (ro) / manipulati...
2020-04-30  Maria MatejkaPreexport: No route modification, no linpool needed
2020-04-30  Maria MatejkaRoute: moved rte_src pointer from rta to rte
2020-04-30  Maria MatejkaRoute export: Inlined do_rt_notify() as the split was...
2020-04-30  Maria MatejkaExport: More elegant export dispatcher.
2020-04-30  Maria MatejkaRoute export: Common export function.
2020-04-30  Maria MatejkaRoute export: rejected by filter bitmap
2020-04-30  Maria MatejkaRoute export: dropped tail-execution of do_rt_notify()
2020-04-30  Maria MatejkaRoute export: passing the export state in a dedicated...
2020-04-30  Maria MatejkaInternal API change: passing all the rt_notify() data...
2020-04-30  Maria MatejkaKRT: Using obligatory export table when non-trivial...
2020-04-30  Maria MatejkaCleaning up also the rte_same hook which is never set
2020-04-30  Maria MatejkaDropping rte-local dumper entries
2020-04-30  Maria MatejkaDropping the tmp_attrs mechanism as obsolete
2020-04-30  Maria MatejkaKernel: Convert the rte-local attributes to extended...
2020-04-30  Maria MatejkaDropping the RTS_DUMMY temporary route storage.
2020-04-30  Maria MatejkaBabel: Convert the rte-local attributes to extended...
2020-04-30  Maria MatejkaOSPF: Convert the rte-local attributes to extended...
2020-04-30  Maria MatejkaRIP: Convert the rte-local attributes to extended attri...
2020-04-30  Maria MatejkaAllow a generic pointer in route extended attributes
2020-04-30  Maria MatejkaBGP: Moved the suppressed and stale flags to pflags
2020-04-30  Maria MatejkaPreference moved to RTA and set explicitly in protocols
2020-04-30  Maria MatejkaRoute import API redefinition.
2020-04-28  Maria MatejkaSlab: Init node in slab head to NULLs.
2020-04-28  Maria MatejkaTimer: Adding missing initializer.
2020-04-28  Maria MatejkaLexer: strtoul shall never set endptr to NULL; it shoul...
2020-04-28  Maria MatejkaUnix socket: Path length check directly before copying...
2020-04-28  Maria MatejkaLists: Replaced replace_node() by update_node() which...
2020-04-28  Maria MatejkaLists: fix a stupid sanitizer bug
2020-04-28  Maria MatejkaUninitialized list nodes fixes
2020-04-28  Maria MatejkaNest: Added const to ea_show just to declare that this...
2020-04-28  Maria MatejkaOSPF: Zero-initialization of a temporary neighbor
2020-04-28  Maria MatejkaNest: Several assumptions to tame the static analyzer
2020-04-28  Maria MatejkaNest: Assumption in rt-show for not-so-intuitive invariant.
2020-04-28  Maria MatejkaStatic scanner and expensive debugging setup fix
2020-04-28  Maria MatejkaRPKI: fixed rare va_list leak
2020-04-28  Maria MatejkaStatic check: Don't report dead code
2020-04-28  Maria MatejkaOSPF: Adding a note about a static analyzer result.
2020-04-28  Maria MatejkaOSPF: variable-length array of size 0 replaced by alloc...
2020-04-28  Maria MatejkaList expensive check.
2020-04-28  Maria MatejkaExpensive check declaration
2020-04-28  Maria MatejkaIPv6 address parser: fail on incomplete addresses
2020-04-28  Maria MatejkaFilter: Don't alloc varargs array if its length would...
2020-04-28  Maria MatejkaFilter: Removed forgotten dead code
2020-04-28  Maria MatejkaFilter: Additional consistency checks
2020-04-28  Maria MatejkaMore assertion categories
2020-04-28  Maria MatejkaNot calling memcpy with n=0.
2020-04-28  Maria MatejkaFilter: fixed omitted overflow check in EC constructor
2020-04-28  Maria MatejkaMakefile rule for static analyzer
2020-04-22  Ondrej Zajicek... Tests: Activate BGP test
2020-04-15  Nasato GotoBGP: Fix handling of 16bit-only ASN translation
2020-04-09  Maria MatejkaConfiguration strings are constant.
2020-04-08  Ondrej Zajicek... Doc: Update prefix set comment
2020-04-04  Maria MatejkaFletcher16 test fixed to work at bigendian architectures.
2020-03-26  Ondrej Zajicek... Filter: Remove mixed address tests and fix formatting
2020-03-26  Ondrej Zajicek... Filter: Optimize IPv4 prefix sets
2020-03-14  Ondrej Zajicek... RIP: Improvements to demand circuit mode
2020-03-12  Maria MatejkaPerf: changed route update pattern to be more like...
2020-03-07  Ondrej Zajicek... Netlink: Handle interfaces with missing broadcast addresses
2020-03-05  Ondrej Zajicek... Tests: Enforce cleanup before running a test
2020-03-05  Ondrej Zajicek... Tests: Activate OSPF tests
2020-03-03  Ondrej Zajicek... Flowspec: Fix tests
2020-03-03  Ondrej Zajicek... BGP: Handle flowspec rules without dst part
2020-02-27  Ondrej Zajicek... BGP: Support for MD5SIG together with remote range
2020-02-21  Ondrej Zajicek... RIP: Demand circuit support (RFC 2091)
2020-02-14  Ondrej Zajicek... RIP: Fix crash when interface is removed
2020-02-04  Maria MatejkaConf: Better error message when reading iproute2 config
2020-02-04  Maria MatejkaRPKI: Allow build without libSSH
2020-02-04  Maria MatejkaAdded missing extern
2020-01-28  Ondrej Zajicek... BFD: Option to specify which class of BFD sessions...
2020-01-09  Ondrej Zajicek... OSPF: Fix bad initialization of tx_hdrlen field
2020-01-07  Ondrej Zajicek... KRT: Improve syncer code to avoid using temporary data...
2020-01-07  Ondrej Zajicek... Filter: Fix typecheck for AND/OR.
2019-12-19  Ondrej Zajicek... KRT: Remove KRF_SYNC_ERROR flag
2019-12-17  Ondrej Zajicek... KRT: Fix removal of KRF_INSTALLED
2019-12-16  Ondrej Zajicek... Test: Improve filter_test
2019-12-16  Ondrej Zajicek... Doc: Fix documentation of BGP gateway option
2019-12-16  Ondrej Zajicek... KRT: Remove KRF_INSTALLED flag
2019-12-12  Maria MatejkaFilter: fix filter comparison test
2019-12-10  Ondrej Zajicek... Filter: Fix function comparison
2019-12-10  Ondrej Zajicek... Nest: Fix bitmap cleanup
2019-12-09  Ondrej Zajicek... Filter: Add support for src/dst accessors for Flowspec...
2019-12-03  Ondrej Zajicek... BGP: Add some statistics
2019-11-26  Matous HolinkaCI: Add more build tests
2019-11-26  Ondrej Zajicek... CI: Cleanup of job templates
2019-11-26  Ondrej Zajicek... CI: Update new netlab location
2019-11-26  Ondrej Zajicek... CI: Minor update
2019-11-26  Ondrej Zajicek... Apply relevant changes from branch mh-test-gitlab
2019-11-26  Ondrej Zajicek... Gitlab test
2019-11-26  Ondrej Zajicek... Nest: Use bitmaps to keep track of exported routes
2019-11-26  Ondrej Zajicek... Lib: Basic and hierarchical bitmaps
2019-11-26  Ondrej Zajicek... CLI: Fix continuation lines after final one
2019-11-18  Ondrej Zajicek... BGP: Fix processing of IPv6 Flowspec
next