Age | Commit message (Expand) | Author |
2022-02-03 | Dropping a nonsensical assert which broke Babel | Maria Matejka |
2021-12-07 | Fixed a race condition in channel aux table cleanup | Maria Matejka |
2021-12-01 | Faster shutdown and cleanups by freeing route attributes strictly from main loop | Maria Matejka |
2021-12-01 | Faster prune on table deletion | Maria Matejka |
2021-12-01 | Table prune routines request export announcements directly | Maria Matejka |
2021-12-01 | fixed duplicate routes propagation | Maria Matejka |
2021-12-01 | Merge branch 'master' into HEAD | Maria Matejka |
2021-12-01 | Page allocator moved from pools to IO loops. | Maria Matejka |
2021-11-30 | For safer memory allocations, resources are bound to loops. | Maria Matejka |
2021-11-27 | Memory statistics split into Effective and Overhead | Maria Matejka |
2021-11-24 | fixup of table reload bug | Maria Matejka |
2021-11-24 | Directly mapped pages are kept for future use if temporarily not needed | Maria Matejka |
2021-11-23 | Fixed pipe reload/refeed | Maria Matejka |
2021-11-23 | Fixed channel export map confusion | Maria Matejka |
2021-11-22 | Higher settle times when route refresh in the source table is running | Maria Matejka |
2021-11-22 | Corking also feed start to keep BIRD running when refeeds would easily cause ... | Maria Matejka |
2021-11-22 | Route attribute cache is now lockless on read / clone. | Maria Matejka |
2021-11-22 | Route sources have their separate global lock | Maria Matejka |
2021-11-22 | VRF setting reduced to one argument, using default dummy iface for default vrf | Maria Matejka |
2021-11-22 | Route table import-to-export announcement indirection to reduce pipe traffic | Maria Matejka |
2021-11-22 | Pipe runs in parallel. | Maria Matejka |
2021-11-22 | Routing tables now have their own loops. | Maria Matejka |
2021-11-22 | Route subscription uses events | Maria Matejka |
2021-11-22 | Global table update pool removed | Maria Matejka |
2021-11-22 | Locking route attributes cache | Maria Matejka |
2021-11-22 | Route sources have an explicit owner | Maria Matejka |
2021-11-22 | Table cork: Stop creating updates when there are too many pending. | Maria Matejka |
2021-11-22 | Split route table event into separate events | Maria Matejka |
2021-11-22 | Converting the former BFD loop to a universal IO loop and protocol loop. | Maria Matejka |
2021-11-22 | Route export is now asynchronous. | Maria Matejka |
2021-11-22 | Better profylaction recursive route loops | Maria Matejka |
2021-11-22 | Special table hooks rectified. | Maria Matejka |
2021-11-22 | Table import and export are now explicit hooks. | Maria Matejka |
2021-11-09 | Limit containment | Maria Matejka |
2021-11-09 | Secondary and merged exports get a whole feed instead of traversing the table... | Maria Matejka |
2021-11-09 | Route export: rejected by filter bitmap | Maria Matejka |
2021-11-09 | Protocol stats split to import and export | Maria Matejka |
2021-11-09 | Nest: Route generations and explicit tracking route propagion through pipes | Maria Matejka |
2021-11-09 | Refeed is done from export table when appropriate | Maria Matejka |
2021-11-09 | Recursive route nexthop updates now announced with valid new_best/old_best in... | Maria Matejka |
2021-11-09 | Split route data structure to storage (ro) / manipulation (rw) structures. | Maria Matejka |
2021-11-09 | Extended route trace: logging Path Identifiers | Maria Matejka |
2021-10-13 | Dropping the unused rte_same hook | Maria Matejka |
2021-10-13 | Dropping rte-local dumper entries | Maria Matejka |
2021-10-13 | RIP fixup + dropping the tmp_attrs mechanism as obsolete | Maria Matejka |
2021-10-13 | BGP: Moved the suppressed and stale flags to pflags | Maria Matejka |
2021-10-13 | Kernel: Convert the rte-local attributes to extended attributes and flags to ... | Maria Matejka |
2021-10-13 | Dropping the RTS_DUMMY temporary route storage. | Maria Matejka |
2021-10-13 | Babel: Convert the rte-local attributes to extended attributes | Maria Matejka |
2021-10-13 | OSPF: Convert the rte-local attributes to extended attributes | Maria Matejka |