summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-14Netlink: Add workaround for older kernel headersOndrej Zajicek (work)
2022-01-14Netlink: Enable strict checking for KRT dumpsOndrej Zajicek (work)
2022-01-14Netlink: Explicitly skip received cloned routesOndrej Zajicek (work)
2022-01-09BGP: Add option 'free bind'Ondrej Zajicek (work)
2022-01-08IO: Support nonlocal bind in socket interfaceAlexander Zubkov
2022-01-05Test: Activate some remaining build testsOndrej Zajicek (work)
2022-01-05Netlink: Do not ignore dead routes from BIRDOndrej Zajicek (work)
2022-01-05Netlink: Improve multipath parsing errorsOndrej Zajicek (work)
2022-01-05Conf: Fix parsing full-length IPv6 addressesOndrej Zajicek (work)
2022-01-05gitlab-ci.yml: failing gitlab runner fixed.Matous
2021-12-28Doc: Document min/max operators for listsAlexander Zubkov
2021-12-28Filter: Add operators to find minimum and maximum element of setsAlexander Zubkov
2021-12-28Doc: Document community components access operatorsAlexander Zubkov
2021-12-28Filter: Add operators to pick community componentsAlexander Zubkov
2021-12-27BSD: Assume onlink flag on ifaces with only host addressesOndrej Zajicek (work)
2021-12-18RPKI: Add contextual out-of-bound checks in RTR Prefix PDU handlerJob Snijders
2021-12-18Doc: bgp: remove "advertise ipv4"Simon Ruderich
2021-12-18Nest: Do not ignore secondary flag changes in ifa updatesOndrej Zajicek (work)
2021-12-02Trie: Clarify handling of less-common net typesOndrej Zajicek (work)
2021-11-27Memory statistics split into Effective and OverheadMaria Matejka
2021-11-26Trie: Implement longest-prefix-match queries and walksOndrej Zajicek (work)
2021-11-24Directly mapped pages are kept for future use if temporarily not neededMaria Matejka
2021-11-22Route subscription uses eventsMaria Matejka
2021-11-22Global table update pool removedMaria Matejka
2021-11-22Locking route attributes cacheMaria Matejka
2021-11-22Route sources have an explicit ownerMaria Matejka
2021-11-22Table cork: Stop creating updates when there are too many pending.Maria Matejka
2021-11-22Adding a generic cork mechanism for eventsMaria Matejka
2021-11-22Converting the former BFD loop to a universal IO loop and protocol loop.Maria Matejka
2021-11-22Unified time for whole BIRDMaria Matejka
2021-11-22Multithreaded BIRD needs reasonably new software to compileMaria Matejka
2021-11-22Route export is now asynchronous.Maria Matejka
2021-11-22Better profylaction recursive route loopsMaria Matejka
2021-11-22Special table hooks rectified.Maria Matejka
2021-11-22Split route table event into separate eventsMaria Matejka
2021-11-22Moved BFD IO loop out of BFD as we want to use it as socket-io coroutineMaria Matejka
2021-11-22Debug messages with timestamps.Maria Matejka
2021-11-22Fixing expensive list checks. Debug only commit.Maria Matejka
2021-11-22Lock position checking allows for safe lock unionsMaria Matejka
2021-11-22GDB: SKIP_BACK and linked list toolsMaria Matejka
2021-11-22Coroutines: A simple and lightweight parallel execution framework.Maria Matejka
2021-11-22Type checking in SKIP_BACK macroMaria Matejka
2021-11-22Locking subsystem: Just a global BIRD lock to begin with.Maria Matejka
2021-11-22Dropping the POSIX thread-local variables in favor of much easier-to-use C11 ...Maria Matejka
2021-11-22POSIX threads and thread-local storage is needed for concurrent executionMaria Matejka
2021-11-22Table import and export are now explicit hooks.Maria Matejka
2021-11-19Trie: Implement trie walking codeOndrej Zajicek (work)
2021-11-13Trie: Simplify network matching codeOndrej Zajicek (work)
2021-11-09Secondary and merged exports get a whole feed instead of traversing the table...Maria Matejka
2021-11-09Route export: rejected by filter bitmapMaria Matejka