summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-20Small change to fix doc building on Debianv2.0.9Ondrej Filip
2022-02-20Small changes related to the new releaseOndrej Filip
2022-02-13NEWS: Fix formatting and add some notesOndrej Zajicek (work)
2022-02-09NEWS and version updateOndrej Zajicek (work)
2022-02-08Alloc: Use posix_memalign() instead of aligned_alloc()Ondrej Zajicek (work)
2022-02-08Netlink: Minor cleanupOndrej Zajicek (work)
2022-02-07Lib: Update alignment of slabsOndrej Zajicek (work)
2022-02-06Merge branch 'oz-trie-table'Ondrej Zajicek (work)
2022-02-06Trie: Fix trie formatOndrej Zajicek (work)
2022-02-06Nest: Implement locking of prefix tries during walksOndrej Zajicek (work)
2022-02-06Nest: Implement prefix trie pruningOndrej Zajicek (work)
2022-02-06Trie: Add prefix counterOndrej Zajicek (work)
2022-02-06Doc: Describe routing table optionsOndrej Zajicek (work)
2022-02-06BGP: Implement flowspec validation procedureOndrej Zajicek (work)
2022-02-06Nest: Add routing table configuration blocksOndrej Zajicek (work)
2022-02-06Nest: Add convenience functions to check rtable net typeOndrej Zajicek (work)
2022-02-06Nest: Avoid unnecessary net_format() in 'show route' commandOndrej Zajicek (work)
2022-02-06Nest: Add trie iteration code to 'show route'Ondrej Zajicek (work)
2022-02-06Nest: Implement 'show route in <addr>' commandOndrej Zajicek (work)
2022-02-06Nest: Attach prefix trie to rtable for faster LPM and interval queriesOndrej Zajicek (work)
2022-01-28BGP: Make routing loops silentOndrej Zajicek (work)
2022-01-28BGP: Use proper class in attribute error messagesOndrej Zajicek (work)
2022-01-28BGP: Improve 'invalid next hop' error reportingOndrej Zajicek (work)
2022-01-24BGP: Log route updates that were changed to withdrawsOndrej Zajicek (work)
2022-01-17.gitlab-ci.yml: minor changes inside the .yml file.Matous Holinka
2022-01-17Netlink: Add option to specify netlink socket receive buffer sizeOndrej Zajicek (work)
2022-01-15Netlink: Add another workaround for older kernel headersOndrej Zajicek (work)
2022-01-14Netlink: Add workaround for older kernel headersOndrej Zajicek (work)
2022-01-14Netlink: Enable strict checking for KRT dumpsOndrej Zajicek (work)
2022-01-14Netlink: Explicitly skip received cloned routesOndrej Zajicek (work)
2022-01-09BGP: Add option 'free bind'Ondrej Zajicek (work)
2022-01-08IO: Support nonlocal bind in socket interfaceAlexander Zubkov
2022-01-05Test: Activate some remaining build testsOndrej Zajicek (work)
2022-01-05Netlink: Do not ignore dead routes from BIRDOndrej Zajicek (work)
2022-01-05Netlink: Improve multipath parsing errorsOndrej Zajicek (work)
2022-01-05Conf: Fix parsing full-length IPv6 addressesOndrej Zajicek (work)
2022-01-05gitlab-ci.yml: failing gitlab runner fixed.Matous
2021-12-28Doc: Document min/max operators for listsAlexander Zubkov
2021-12-28Filter: Add operators to find minimum and maximum element of setsAlexander Zubkov
2021-12-28Doc: Document community components access operatorsAlexander Zubkov
2021-12-28Filter: Add operators to pick community componentsAlexander Zubkov
2021-12-27BSD: Assume onlink flag on ifaces with only host addressesOndrej Zajicek (work)
2021-12-18RPKI: Add contextual out-of-bound checks in RTR Prefix PDU handlerJob Snijders
2021-12-18Doc: bgp: remove "advertise ipv4"Simon Ruderich
2021-12-18Nest: Do not ignore secondary flag changes in ifa updatesOndrej Zajicek (work)
2021-12-02Trie: Clarify handling of less-common net typesOndrej Zajicek (work)
2021-11-27Memory statistics split into Effective and OverheadMaria Matejka
2021-11-26Trie: Implement longest-prefix-match queries and walksOndrej Zajicek (work)
2021-11-24Directly mapped pages are kept for future use if temporarily not neededMaria Matejka
2021-11-19Trie: Implement trie walking codeOndrej Zajicek (work)