summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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)
2021-11-13Trie: Simplify network matching codeOndrej Zajicek (work)
2021-11-09Split route data structure to storage (ro) / manipulation (rw) structures.Maria Matejka
2021-11-09Extended route trace: logging Path IdentifiersMaria Matejka
2021-10-20Conf: Fix crash during shutdownOndrej Zajicek (work)
2021-10-13Dropping the unused rte_same hookMaria Matejka
2021-10-13Dropping rte-local dumper entriesMaria Matejka
2021-10-13Kernel: Convert the rte-local attributes to extended attributes and flags to ...Maria Matejka
2021-10-13Route: moved rte_src pointer from rta to rteMaria Matejka
2021-10-13Preexport: No route modification, no linpool neededMaria Matejka
2021-10-13RIP fixup + dropping the tmp_attrs mechanism as obsoleteMaria Matejka
2021-10-13Dropping the RTS_DUMMY temporary route storage.Maria Matejka
2021-10-13Preference moved to RTA and set explicitly in protocolsMaria Matejka
2021-10-13Export table: Delay freeing of old stored route.Maria Matejka
2021-10-13BGP: Moved the suppressed and stale flags to pflagsMaria Matejka
2021-10-13Babel: Convert the rte-local attributes to extended attributesMaria Matejka
2021-10-13There may be a symbol with NULL protocol when reconfiguringMaria Matejka
2021-10-13OSPF: Convert the rte-local attributes to extended attributesMaria Matejka
2021-10-13Show route may be accidentally called on shutdown also when not all default t...Maria Matejka
2021-10-13RIP: convert the rte-local attributes to extended attributesMaria Matejka
2021-10-13Extended route attributes may include also pointersMaria Matejka
2021-10-13IGP metric getter refactoring to protocol callbackMaria Matejka
2021-10-13fixup! Multipage allocationMaria Matejka
2021-10-13Multipage allocationMaria Matejka
2021-10-13CLI socket accept() may also fail and should produce some message, not a core...Maria Matejka
2021-10-13OSPF: explicitly stop the periodic tick on shutdown to avoid recalculation racesMaria Matejka
2021-10-13Linpools may use pages instead of xmallocMaria Matejka
2021-10-13fixup! Bound allocated pages to resource pools with page caches to avoid unne...Maria Matejka