Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-04 | Hash: mem_hash doesn't modify the memory, declared constant | Jan Maria Matejka | |
2018-06-27 | Nest: Neighbor cache cleanups | Ondrej Zajicek (work) | |
Simplify neighbor cache code, fix several minor bugs, and improve handling of ONLINK flag. | |||
2017-02-08 | Merge branch 'master' into int-new | Ondrej Zajicek (work) | |
2016-11-25 | BGP: Fix memory leak in graceful restart code | Ondrej Zajicek (work) | |
Prefix and bucket tables are initialized when entering established state but not explicitly freed when leaving it (that is handled by protocol restart). With graceful restart, BGP may enter and leave established state multiple times without hard protocol restart causing memory leak. | |||
2016-11-08 | Merge branch 'master' into int-new | Ondrej Zajicek (work) | |
2016-11-08 | Minor code cleanups | Ondrej Zajicek (work) | |
2016-11-01 | Build: switch on -Wextra, get rid of most of the warnings | Jan Moskyto Matejka | |
There are several unresolved -Wmissing-field-initializers on older versions of GCC than 5.1, all of them false positive. | |||
2016-05-13 | Hash: Fix of previous commit | Jan Moskyto Matejka | |
2016-05-12 | Hash: fixed rta hashing wrt. structure padding | Jan Moskyto Matejka | |
2016-02-19 | Hash: typecast error fix | Jan Moskyto Matejka | |
2016-02-10 | Updated RTA hashes to 32-bit values. | Jan Moskyto Matejka | |
... and reworked the hashes a bit. Also added mem_hash function which just computes a hash of given memory block. | |||
2013-12-01 | Finishes add-path. | Ondrej Zajicek | |
Fixes some bugs and uses generic hash implementation. | |||
2013-09-16 | BFD work in progress. | Ondrej Zajicek | |
Now it compiles and mostly works. | |||
2013-09-10 | Initial BFD commit, work in progress. | Ondrej Zajicek | |