summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-12-04TunnelEncaps: Initial commitMikael Magnusson
2023-11-26Bytestring: implement bytestring literals and constantsMikael Magnusson
2023-11-23Unix: Implement sk_connect_unixMikael Magnusson
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)
2022-01-08IO: Support nonlocal bind in socket interfaceAlexander Zubkov
2021-11-27Memory statistics split into Effective and OverheadMaria Matejka
2021-11-24Directly mapped pages are kept for future use if temporarily not neededMaria Matejka
2021-11-13Trie: Simplify network matching codeOndrej Zajicek (work)
2021-10-13Preference moved to RTA and set explicitly in protocolsMaria Matejka
2021-10-13Multipage allocationMaria Matejka
2021-10-13Linpools may use pages instead of xmallocMaria Matejka
2021-10-13fixup! Bound allocated pages to resource pools with page caches to avoid unne...Maria Matejka
2021-09-25Filter: Faster prefix setsOndrej Zajicek (work)
2021-09-10Bound allocated pages to resource pools with page caches to avoid unnecessary...Maria Matejka