aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Lib: Allow use of 240.0.0.0/4 as a private rangeOndrej Zajicek (work)2022-03-161-10/+14
* Lib: Update alignment of slabsOndrej Zajicek (work)2022-02-071-2/+2
* Merge branch 'oz-trie-table'Ondrej Zajicek (work)2022-02-064-2/+103
|\
| * Nest: Attach prefix trie to rtable for faster LPM and interval queriesOndrej Zajicek (work)2022-02-061-0/+1
| * Trie: Simplify network matching codeOndrej Zajicek (work)2021-11-132-0/+84
| * Filter: Faster prefix setsOndrej Zajicek (work)2021-09-252-2/+18
* | IO: Support nonlocal bind in socket interfaceAlexander Zubkov2022-01-081-0/+1
* | Memory statistics split into Effective and OverheadMaria Matejka2021-11-274-24/+61
* | Directly mapped pages are kept for future use if temporarily not neededMaria Matejka2021-11-241-0/+1
|/
* Lib: Fix static assert macroOndrej Zajicek (work)2021-06-061-1/+2
* Nest: Allow MAC algorithms to specify min/max key lengthToke Høiland-Jørgensen2021-06-062-1/+3
* Nest: Allow specifying security keys as hex bytes as well as stringsToke Høiland-Jørgensen2021-06-062-0/+28
* Lib: Add tests for blake2s and blake2bToke Høiland-Jørgensen2021-06-062-0/+4221
* Lib: Add Blake2s and Blake2b hash functionsToke Høiland-Jørgensen2021-06-068-6/+969
* sysdep: Add wrapper to get random bytes - updateOndrej Zajicek (work)2021-06-061-2/+1
* sysdep: Add wrapper to get random bytesToke Høiland-Jørgensen2021-06-061-0/+3
* Babel: Seqno requests are properly decoupled from neighbors when the underlyi...Maria Matejka2021-05-301-0/+2
* Flowspec: Documentation updateOndrej Zajicek (work)2021-05-181-2/+2
* Flowspec: Label field should use numeric operator and not bitmask operatorOndrej Zajicek (work)2021-05-182-3/+3
* Flowspec: Do not use comma for bitmask operatorsOndrej Zajicek (work)2021-05-182-12/+3
* Filter: Add MPLS label route attributeTrisha Biswas2021-05-171-0/+2
* Flowspec: Fix values for true/false operatorsOndrej Zajicek (work)2021-05-141-2/+2
* Flowspec: Add code for conversion of flowspec parts to interval listsOndrej Zajicek (work)2021-05-141-15/+220
* Lib: Fix handling of buffers in timestamp formattingOndrej Zajicek (work)2021-04-121-2/+3
* Resources: added mb_move() to complement rmove() for memory blocksMaria Matejka2021-03-302-0/+16
* Slab: head now uses bitmask for used/free nodes info instead of listsMaria Matejka2021-03-253-67/+66
* Rate-limit scheduling of work-eventsOndrej Zajicek (work)2021-03-122-1/+58
* Filter: Recursive filter iteration codeOndrej Zajicek (work)2021-02-071-0/+2
* lib/slab: introduce sl_allocz() function and use it in BabelToke Høiland-Jørgensen2020-11-242-0/+25
* Slab: Init node in slab head to NULLs.Maria Matejka2020-05-011-2/+5
* Timer: Adding missing initializer.Maria Matejka2020-05-011-1/+1
* Lists: Replaced replace_node() by update_node() which is the only use of that...Maria Matejka2020-05-013-26/+17
* Lists: fix a stupid sanitizer bugMaria Matejka2020-05-011-2/+6
* Uninitialized list nodes fixesMaria Matejka2020-05-011-0/+1
* List expensive check.Maria Matejka2020-05-011-0/+61
* Expensive check declarationMaria Matejka2020-05-011-0/+7
* IPv6 address parser: fail on incomplete addressesMaria Matejka2020-05-012-8/+34
* Non-null function argument declarationMaria Matejka2020-05-011-0/+1
* More assertion categoriesMaria Matejka2020-04-281-1/+5
* Not calling memcpy with n=0.Maria Matejka2020-04-281-0/+9
* Configuration strings are constant.Maria Matejka2020-04-093-5/+5
* Fletcher16 test fixed to work at bigendian architectures.Maria Matejka2020-04-051-10/+21
* Flowspec: Fix testsOndrej Zajicek (work)2020-03-031-4/+2
* BGP: Handle flowspec rules without dst partOndrej Zajicek (work)2020-03-032-10/+4
* BGP: Support for MD5SIG together with remote rangeOndrej Zajicek (work)2020-02-271-1/+1
* Filter: Add support for src/dst accessors for Flowspec and SADROndrej Zajicek (work)2019-12-092-2/+29
* Nest: Use bitmaps to keep track of exported routesOndrej Zajicek (work)2019-11-262-0/+8
* Lib: Basic and hierarchical bitmapsOndrej Zajicek (work)2019-11-265-2/+443
* BGP: Fix processing of IPv6 FlowspecOndrej Zajicek (work)2019-11-183-34/+111
* Support for address family constantsOndrej Zajicek (work)2019-11-031-0/+7