aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Lib: Support for 64-bit numbers in bvsnprintf()Ondrej Zajicek (work)2019-10-092-33/+48
* BGP: Use reallocation for capability structureOndrej Zajicek (work)2019-08-211-0/+2
* BGP: Implement extended optional parameters lengthOndrej Zajicek (work)2019-08-201-1/+1
* RAdv: Allow solicited RAs to be sent as unicastOndrej Zajicek (work)2019-08-121-1/+1
* Merge remote-tracking branch 'origin/mq-filter-stack'Ondrej Zajicek (work)2019-07-247-7/+88
|\
| * Filter: Simpler filter context allocationMaria Matejka2019-07-151-4/+2
| * Filter: Pre-evaluation of constant expressionsMaria Matejka2019-07-021-3/+7
| * String: bstrtoul macro expanded to bstrtoul10 and 16Maria Matejka2019-06-132-2/+1
| * Filters: If somebody doesn't like _Thread_local, don't fail for now, just be ...Jan Maria Matejka2019-05-231-0/+6
| * Custom number parser to speed up config parsingMaria Matejka2019-02-254-2/+67
| * GDB pretty printers: f_inst and f_val.Maria Matejka2019-02-201-0/+9