Age | Commit message (Expand) | Author |
2021-11-22 | Introducing basic RCU primitives for lock-less shared data structures | Maria Matejka |
2021-11-22 | Keeping un-unmmappable pages until they can be reused | Maria Matejka |
2021-11-22 | Route sources have an explicit owner | Maria Matejka |
2021-11-22 | Adding a generic cork mechanism for events | Maria Matejka |
2021-11-22 | Converting the former BFD loop to a universal IO loop and protocol loop. | Maria Matejka |
2021-11-22 | Unified time for whole BIRD | Maria Matejka |
2021-11-22 | Lock position checking allows for safe lock unions | Maria Matejka |
2021-11-22 | Coroutines: A simple and lightweight parallel execution framework. | Maria Matejka |
2021-11-22 | Locking subsystem: Just a global BIRD lock to begin with. | Maria Matejka |
2021-11-22 | Dropping the POSIX thread-local variables in favor of much easier-to-use C11 ... | Maria Matejka |
2021-11-22 | POSIX threads and thread-local storage is needed for concurrent execution | Maria Matejka |
2021-11-22 | Fixing expensive list checks. Debug only commit. | Maria Matejka |
2021-11-22 | Type checking in SKIP_BACK macro | Maria Matejka |
2021-11-22 | Special table hooks rectified. | Maria Matejka |
2021-10-13 | Preference moved to RTA and set explicitly in protocols | Maria Matejka |
2021-10-13 | Multipage allocation | Maria Matejka |
2021-10-13 | Linpools may use pages instead of xmalloc | Maria Matejka |
2021-10-13 | fixup! Bound allocated pages to resource pools with page caches to avoid unne... | Maria Matejka |
2021-09-10 | Bound allocated pages to resource pools with page caches to avoid unnecessary... | Maria Matejka |
2021-09-10 | Fixed memory poisoning in slab | Maria Matejka |
2021-06-06 | Lib: Fix static assert macro | Ondrej Zajicek (work) |
2021-06-06 | Nest: Allow MAC algorithms to specify min/max key length | Toke Høiland-Jørgensen |
2021-06-06 | Nest: Allow specifying security keys as hex bytes as well as strings | Toke Høiland-Jørgensen |
2021-06-06 | Lib: Add tests for blake2s and blake2b | Toke Høiland-Jørgensen |
2021-06-06 | Lib: Add Blake2s and Blake2b hash functions | Toke Høiland-Jørgensen |
2021-06-06 | sysdep: Add wrapper to get random bytes - update | Ondrej Zajicek (work) |
2021-06-06 | sysdep: Add wrapper to get random bytes | Toke Høiland-Jørgensen |
2021-05-30 | Babel: Seqno requests are properly decoupled from neighbors when the underlyi... | Maria Matejka |
2021-05-18 | Flowspec: Documentation update | Ondrej Zajicek (work) |
2021-05-18 | Flowspec: Label field should use numeric operator and not bitmask operator | Ondrej Zajicek (work) |
2021-05-18 | Flowspec: Do not use comma for bitmask operators | Ondrej Zajicek (work) |
2021-05-17 | Filter: Add MPLS label route attribute | Trisha Biswas |
2021-05-14 | Flowspec: Fix values for true/false operators | Ondrej Zajicek (work) |
2021-05-14 | Flowspec: Add code for conversion of flowspec parts to interval lists | Ondrej Zajicek (work) |
2021-04-12 | Lib: Fix handling of buffers in timestamp formatting | Ondrej Zajicek (work) |
2021-03-30 | Resources: added mb_move() to complement rmove() for memory blocks | Maria Matejka |
2021-03-25 | Slab: head now uses bitmask for used/free nodes info instead of lists | Maria Matejka |
2021-03-12 | Rate-limit scheduling of work-events | Ondrej Zajicek (work) |
2021-02-07 | Filter: Recursive filter iteration code | Ondrej Zajicek (work) |
2020-11-24 | lib/slab: introduce sl_allocz() function and use it in Babel | Toke Høiland-Jørgensen |
2020-05-01 | Slab: Init node in slab head to NULLs. | Maria Matejka |
2020-05-01 | Timer: Adding missing initializer. | Maria Matejka |
2020-05-01 | Lists: Replaced replace_node() by update_node() which is the only use of that... | Maria Matejka |
2020-05-01 | Lists: fix a stupid sanitizer bug | Maria Matejka |
2020-05-01 | Uninitialized list nodes fixes | Maria Matejka |
2020-05-01 | List expensive check. | Maria Matejka |
2020-05-01 | Expensive check declaration | Maria Matejka |
2020-05-01 | IPv6 address parser: fail on incomplete addresses | Maria Matejka |
2020-05-01 | Non-null function argument declaration | Maria Matejka |
2020-04-28 | More assertion categories | Maria Matejka |