Age | Commit message (Expand) | Author |
2022-07-11 | Dropped the internal kernel protocol table for learnt routes. | Maria Matejka |
2022-06-08 | Merge commit '938742decc6e1d6d3a0375dd012b75172e747bbc' into haugesund | Maria Matejka |
2022-06-08 | Merge commit '950775f6fa3d569a9d7cd05e33538d35e895d688' into haugesund | Maria Matejka |
2022-05-30 | Merge commit 'f15f2fcee7eeb5a100bd204a0e67018e25953420' into haugesund | Maria Matejka |
2022-05-30 | Merge commit '1c30b689ddd032ef8000fb7836348a48ba3184ff' into haugesund | Maria Matejka |
2022-05-30 | Merge commit '702c04fbef222e802ca4dfac645dc75ede522db6' into haugesund | Maria Matejka |
2022-05-30 | Merge commit '17f91f9e6e70f7e3f29502e854823c0d48571eaa' into haugesund | Maria Matejka |
2022-05-30 | Merge commit 'cf07d8ad79273a3bbf0617c17e438602e4b64ece' into haugesund | Maria Matejka |
2022-05-30 | Merge commit 'ef6a903e6f44b467f9606018446095521ad01ef1' into haugesund | Maria Matejka |
2022-05-30 | Merge commit '0d0f6554a5c233bf2bf830ae319191c4b1808d49' into haugesund | Maria Matejka |
2022-05-30 | Merge commit '80272d4b64a38ee6f04a1c4e8566cac3a2293176' into haugesund | Maria Matejka |
2022-05-30 | Squashing the route attribute structure into one level. | Maria Matejka |
2022-05-30 | Route destination field merged with nexthop attribute; splitting flowspec val... | Maria Matejka |
2022-05-26 | Moved nexthop from struct rta to extended attribute. | Maria Matejka |
2022-05-04 | Moved route source attribute (RTS_*) to eattrs | Maria Matejka |
2022-05-04 | Removing the route scope attribute. Use custom attributes instead. | Maria Matejka |
2022-05-04 | Explicit definition structures of route attributes | Maria Matejka |
2022-05-04 | Replaced boilerplate eattr allocation by ea_set_attr() | Maria Matejka |
2022-05-04 | Splitting route data structures out to lib | Maria Matejka |
2022-05-04 | Unified attribute and filter types | Maria Matejka |
2022-05-04 | Filter: Bitfield eattrs reading / writing moved to filter code | Maria Matejka |
2022-03-09 | Merge commit '1b9189d5' into haugesund | Maria Matejka |
2022-03-09 | Merge commit 'e42eedb9' into haugesund | Maria Matejka |
2022-03-09 | Merge commit '5cff1d5f' into haugesund | Maria Matejka |
2022-02-08 | Netlink: Minor cleanup | Ondrej Zajicek (work) |
2022-01-17 | Netlink: Add option to specify netlink socket receive buffer size | Ondrej Zajicek (work) |
2022-01-15 | Netlink: Add another workaround for older kernel headers | Ondrej Zajicek (work) |
2022-01-14 | Netlink: Add workaround for older kernel headers | Ondrej Zajicek (work) |
2022-01-14 | Netlink: Enable strict checking for KRT dumps | Ondrej Zajicek (work) |
2022-01-14 | Netlink: Explicitly skip received cloned routes | Ondrej Zajicek (work) |
2022-01-05 | Netlink: Do not ignore dead routes from BIRD | Ondrej Zajicek (work) |
2022-01-05 | Netlink: Improve multipath parsing errors | Ondrej Zajicek (work) |
2021-11-09 | Split route data structure to storage (ro) / manipulation (rw) structures. | Maria Matejka |
2021-10-13 | Kernel: Convert the rte-local attributes to extended attributes and flags to ... | Maria Matejka |
2021-10-13 | Route: moved rte_src pointer from rta to rte | Maria Matejka |
2021-10-13 | Dropping the RTS_DUMMY temporary route storage. | Maria Matejka |
2021-01-14 | Netlink: Ignore dead routes | Ondrej Zajicek (work) |
2021-01-06 | Kernel: Fix handling of krt_realm with ECMP routes | Ondrej Zajicek (work) |
2020-06-03 | Netlink: Fix parsing of MPLS multipath routes | Kazuki Yamaguchi |
2020-05-01 | Nest: Added const to ea_show just to declare that this shouldn't really chang... | Maria Matejka |
2020-03-07 | Netlink: Handle interfaces with missing broadcast addresses | Ondrej Zajicek (work) |
2019-12-19 | KRT: Remove KRF_SYNC_ERROR flag | Ondrej Zajicek (work) |
2019-11-12 | Netlink: Handle IPv4 routes with IPv6 nexthops | Ondrej Zajicek |
2019-07-24 | Merge remote-tracking branch 'origin/mq-filter-stack' | Ondrej Zajicek (work) |
2019-07-15 | Netlink: Fix parsing of multipath routes with MPLS labels | Ondrej Zajicek (work) |
2019-07-15 | Netlink: Use route replace for IPv4 | Ondrej Zajicek (work) |
2019-07-10 | Merge branch 'master' into mq-filter-stack | Maria Matejka |
2019-07-02 | Netlink: Handle alien routes with unsorted nexthops | Ondrej Zajicek (work) |
2019-07-02 | Netlink: Do unified scan for both IPv4 and IPv6 | Ondrej Zajicek (work) |
2019-02-20 | Filter refactoring: dropped the recursion from the interpreter | Maria Matejka |