summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-07-05TunnelEncaps: Initial commitMikael Magnusson
2024-07-05Bytestring: implement bytestring literals and constantsMikael Magnusson
2024-07-05Unix: Implement sk_connect_unixMikael Magnusson
2024-06-27Typed lists: added forgotten #undefMaria Matejka
2024-06-27Backported typed list updates from v3Maria Matejka
2024-06-26BFD: Add option to accept zero checksum for IPv6 UDP packetsAlexander Zubkov
2024-05-30Lib: Fix BSD buildOndrej Zajicek
2024-05-29Lib: Use access() function attributeOndrej Zajicek
2024-05-28Lib: Use alloc_size() function attributeOndrej Zajicek
2024-03-25ASPA: basic data structures and Static protocol supportMaria Matejka
2024-03-05Filter: Add route attribute gw_mpls_stackOndrej Zajicek
2024-02-07BGP: Allow multiple EBGP neighbors with the same peer.Alexander Zubkov
2023-12-13Log: Add support for UDP loggingOndrej Zajicek
2023-10-06Conf: Bytestrings with hex: should use the same general format as ones without.Ondrej Zajicek
2023-10-04Lib: Extend MPLS label allocator bitmapOndrej Zajicek
2023-10-04MPLS subsystemOndrej Zajicek
2023-10-04Lib: Indirect bitmap for MPLS label allocatorOndrej Zajicek (work)
2023-09-26Aggregator: Fixed hashing of adataMaria Matejka
2023-08-24Lib: Add functions for reading and writing of bytestringsOndrej Zajicek
2023-06-02IO: Add current_time_now() function for immediate timestampToke Høiland-Jørgensen
2023-05-18Lib: Improve IP/net hashingOndrej Zajicek
2023-04-27Conf: Fix symbol lookupOndrej Zajicek
2023-04-20Linpool: Fix lp_restore()Maria Matejka
2023-03-06Net: Replace runtime checks with STATIC_ASSERT()Ondrej Zajicek
2023-03-06Printf test suite fails on systems with musl libc because tests for "%m"Petr Vaněk
2023-02-22Linpool flush drops all the allocated pages but oneMaria Matejka
2023-01-12Log message before abortingMike Crute
2022-05-30Merge commit '692055e3df6cc9f0d428d3b0dd8cdd8e825eb6f4' into haugesund-to-2.0Maria Matejka
2022-04-06All linpools use pages to allocate regular blocksMaria Matejka
2022-04-06Converted Slab allocator to typed listsMaria Matejka
2022-04-06Slab allocator can free the blocks without knowing the parent structureMaria Matejka
2022-04-06Typed lists for easier walking and stronger type checkingMaria Matejka
2022-03-16Lib: Allow use of 240.0.0.0/4 as a private rangeOndrej Zajicek (work)
2022-03-15Printf variant with a result allocated inside a pool / linpoolMaria Matejka
2022-03-14Slab memory allocator unit testMaria Matejka
2022-03-09Merge commit '5cff1d5f' into haugesundMaria Matejka
2022-03-09Fixed resource initialization in unit testsMaria Matejka
2022-03-09Linpools with pages fixed to the final page allocator versionMaria Matejka
2022-03-09Merge commit '0c59f7ff' into haugesundMaria Matejka
2022-03-09Revert "Bound allocated pages to resource pools with page caches to avoid unn...Maria Matejka
2022-03-09Revert "fixup! Bound allocated pages to resource pools with page caches to av...Maria Matejka
2022-03-09Revert "Multipage allocation"Maria Matejka
2022-03-09Single-threaded version of sark-branch memory page managementMaria Matejka
2022-03-02Replaced custom linpools in tests for the common tmp_linpoolMaria Matejka
2022-03-02Introducing an universal temporary linpool flushed after every taskMaria Matejka
2022-03-02Static list initializerMaria Matejka
2022-03-02Merge commit '2c13759136951ef0e70a3e3c2b2d3c9a387f7ed9' into haugesundMaria Matejka
2022-02-07Lib: Update alignment of slabsOndrej Zajicek (work)
2022-02-06Merge branch 'oz-trie-table'Ondrej Zajicek (work)
2022-02-06Nest: Attach prefix trie to rtable for faster LPM and interval queriesOndrej Zajicek (work)