Age | Commit message (Expand) | Author |
2020-05-14 | WIP implement SK_UNIX_ACTIVE | Mikael Magnusson |
2020-05-08 | Wireguard: Replace log with DBG | Mikael Magnusson |
2020-05-08 | WIP | Mikael Magnusson |
2020-05-08 | Wireguard: Add wireguard peer key to tunnel encap format | Mikael Magnusson |
2020-05-08 | Wireguard: Add tunnel type names | Mikael Magnusson |
2020-05-08 | Wireguard: Improve format function | Mikael Magnusson |
2020-05-08 | Wireguard: Add struct tunnel_encap | Mikael Magnusson |
2020-05-08 | Wireguard: Generalize tunnel encapsulation | Mikael Magnusson |
2020-05-08 | Wireguard: Refactor tunnel encaps decoding | Mikael Magnusson |
2020-05-01 | Slab: Init node in slab head to NULLs. | Maria Matejka |
2020-05-01 | Timer: Adding missing initializer. | Maria Matejka |
2020-05-01 | Lists: Replaced replace_node() by update_node() which is the only use of that... | Maria Matejka |
2020-05-01 | Lists: fix a stupid sanitizer bug | Maria Matejka |
2020-05-01 | Uninitialized list nodes fixes | Maria Matejka |
2020-05-01 | List expensive check. | Maria Matejka |
2020-05-01 | Expensive check declaration | Maria Matejka |
2020-05-01 | IPv6 address parser: fail on incomplete addresses | Maria Matejka |
2020-05-01 | Non-null function argument declaration | Maria Matejka |
2020-04-28 | More assertion categories | Maria Matejka |
2020-04-28 | Not calling memcpy with n=0. | Maria Matejka |
2020-04-09 | Configuration strings are constant. | Maria Matejka |
2020-04-05 | Fletcher16 test fixed to work at bigendian architectures. | Maria Matejka |
2020-03-03 | Flowspec: Fix tests | Ondrej Zajicek (work) |
2020-03-03 | BGP: Handle flowspec rules without dst part | Ondrej Zajicek (work) |
2020-02-27 | BGP: Support for MD5SIG together with remote range | Ondrej Zajicek (work) |
2019-12-09 | Filter: Add support for src/dst accessors for Flowspec and SADR | Ondrej Zajicek (work) |
2019-11-26 | Nest: Use bitmaps to keep track of exported routes | Ondrej Zajicek (work) |
2019-11-26 | Lib: Basic and hierarchical bitmaps | Ondrej Zajicek (work) |
2019-11-18 | BGP: Fix processing of IPv6 Flowspec | Ondrej Zajicek (work) |
2019-11-03 | Support for address family constants | Ondrej Zajicek (work) |
2019-10-09 | Lib: Support for 64-bit numbers in bvsnprintf() | Ondrej Zajicek (work) |
2019-08-21 | BGP: Use reallocation for capability structure | Ondrej Zajicek (work) |
2019-08-20 | BGP: Implement extended optional parameters length | Ondrej Zajicek (work) |
2019-08-12 | RAdv: Allow solicited RAs to be sent as unicast | Ondrej Zajicek (work) |
2019-07-24 | Merge remote-tracking branch 'origin/mq-filter-stack' | Ondrej Zajicek (work) |
2019-07-23 | RPKI: Fix reconfiguration when ssh parameters are undefined | Ondrej Zajicek (work) |
2019-07-18 | Lib: Improve printf() tests | Ondrej Zajicek (work) |
2019-07-18 | Lib: Fix print of 64-bit router id | Ondrej Zajicek (work) |
2019-07-15 | Filter: Simpler filter context allocation | Maria Matejka |
2019-07-08 | Libdmalloc macros fixed | Maria Matejka |
2019-07-02 | Filter: Pre-evaluation of constant expressions | Maria Matejka |
2019-06-13 | String: bstrtoul macro expanded to bstrtoul10 and 16 | Maria Matejka |
2019-05-23 | Filters: If somebody doesn't like _Thread_local, don't fail for now, just be ... | Jan Maria Matejka |
2019-02-25 | Custom number parser to speed up config parsing | Maria Matejka |
2019-02-20 | GDB pretty printers: f_inst and f_val. | Maria Matejka |
2019-02-20 | Filter refactoring: dropped the recursion from the interpreter | Maria Matejka |
2019-01-24 | OSPF: Opaque LSAs and Router Information LSA | Ondrej Zajicek (work) |
2018-12-14 | Doc: Rename code documentation files back to Doc | Ondrej Zajicek (work) |
2018-12-04 | Hash: mem_hash doesn't modify the memory, declared constant | Jan Maria Matejka |
2018-12-04 | Changed IPv4 hash function to simple multiplication. | Jan Maria Matejka |