aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Alloc: Disable direct use of mmapky/fix-mmap-fragmentationKazuki Yamaguchi2022-04-011-1/+1
* Alloc: Use posix_memalign() instead of aligned_alloc()Ondrej Zajicek (work)2022-02-081-5/+6
* Netlink: Minor cleanupOndrej Zajicek (work)2022-02-081-1/+1
* Lib: Update alignment of slabsOndrej Zajicek (work)2022-02-071-2/+2
* Merge branch 'oz-trie-table'Ondrej Zajicek (work)2022-02-0623-358/+2945
|\
| * Trie: Fix trie formatOndrej Zajicek (work)2022-02-062-21/+110
| * Nest: Implement locking of prefix tries during walksOndrej Zajicek (work)2022-02-063-2/+95
| * Nest: Implement prefix trie pruningOndrej Zajicek (work)2022-02-062-14/+44
| * Trie: Add prefix counterOndrej Zajicek (work)2022-02-063-0/+12
| * Doc: Describe routing table optionsOndrej Zajicek (work)2022-02-061-16/+64
| * BGP: Implement flowspec validation procedureOndrej Zajicek (work)2022-02-069-26/+487
| * Nest: Add routing table configuration blocksOndrej Zajicek (work)2022-02-062-31/+60
| * Nest: Add convenience functions to check rtable net typeOndrej Zajicek (work)2022-02-061-0/+12
| * Nest: Avoid unnecessary net_format() in 'show route' commandOndrej Zajicek (work)2022-02-061-3/+9
| * Nest: Add trie iteration code to 'show route'Ondrej Zajicek (work)2022-02-062-14/+51
| * Nest: Implement 'show route in <addr>' commandOndrej Zajicek (work)2022-02-063-6/+24
| * Nest: Attach prefix trie to rtable for faster LPM and interval queriesOndrej Zajicek (work)2022-02-065-36/+270
| * Trie: Clarify handling of less-common net typesOndrej Zajicek (work)2021-12-021-21/+41
| * Trie: Implement longest-prefix-match queries and walksOndrej Zajicek (work)2021-11-264-2/+359
| * Trie: Implement trie walking codeOndrej Zajicek (work)2021-11-193-13/+413
| * Trie: Simplify network matching codeOndrej Zajicek (work)2021-11-133-16/+90
| * Filter: Add prefix trie benchmarksOndrej Zajicek (work)2021-09-253-0/+242
| * Filter: Improve prefix trie testsOndrej Zajicek (work)2021-09-253-74/+310
| * Filter: Update trie documentationOndrej Zajicek (work)2021-09-251-44/+69
| * Filter: Fix trie testOndrej Zajicek (work)2021-09-251-2/+3
| * Filter: Faster prefix setsOndrej Zajicek (work)2021-09-255-73/+236
* | BGP: Make routing loops silentOndrej Zajicek (work)2022-01-282-5/+9
* | BGP: Use proper class in attribute error messagesOndrej Zajicek (work)2022-01-283-15/+21
* | BGP: Improve 'invalid next hop' error reportingOndrej Zajicek (work)2022-01-281-11/+17
* | BGP: Log route updates that were changed to withdrawsOndrej Zajicek (work)2022-01-243-1/+12
* | .gitlab-ci.yml: minor changes inside the .yml file.Matous Holinka2022-01-172-9/+11
* | Netlink: Add option to specify netlink socket receive buffer sizeOndrej Zajicek (work)2022-01-175-1/+2243
* | Netlink: Add another workaround for older kernel headersOndrej Zajicek (work)2022-01-151-0/+7
* | Netlink: Add workaround for older kernel headersOndrej Zajicek (work)2022-01-141-0/+4
* | Netlink: Enable strict checking for KRT dumpsOndrej Zajicek (work)2022-01-141-11/+59
* | Netlink: Explicitly skip received cloned routesOndrej Zajicek (work)2022-01-141-3/+7
* | BGP: Add option 'free bind'Ondrej Zajicek (work)2022-01-094-4/+17
* | IO: Support nonlocal bind in socket interfaceAlexander Zubkov2022-01-084-0/+30
* | Test: Activate some remaining build testsOndrej Zajicek (work)2022-01-051-0/+10
* | Netlink: Do not ignore dead routes from BIRDOndrej Zajicek (work)2022-01-051-4/+4
* | Netlink: Improve multipath parsing errorsOndrej Zajicek (work)2022-01-051-16/+25
* | Conf: Fix parsing full-length IPv6 addressesOndrej Zajicek (work)2022-01-052-1/+21
* | gitlab-ci.yml: failing gitlab runner fixed.Matous2022-01-051-55/+55
* | Doc: Document min/max operators for listsAlexander Zubkov2021-12-281-1/+10
* | Filter: Add operators to find minimum and maximum element of setsAlexander Zubkov2021-12-287-0/+238
* | Doc: Document community components access operatorsAlexander Zubkov2021-12-281-0/+7
* | Filter: Add operators to pick community componentsAlexander Zubkov2021-12-283-8/+53
* | BSD: Assume onlink flag on ifaces with only host addressesOndrej Zajicek (work)2021-12-271-3/+33
* | RPKI: Add contextual out-of-bound checks in RTR Prefix PDU handlerJob Snijders2021-12-181-0/+27
* | Doc: bgp: remove "advertise ipv4"Simon Ruderich2021-12-181-7/+0