Age | Commit message (Expand) | Author |
2022-11-07 | Merge commit '32425297' into thread-next | Maria Matejka |
2022-10-12 | Netlink: Parse onlink flag even on direct routes | Ondrej Zajicek |
2022-10-04 | Merge commit 'e9e6baae' into HEAD | Maria Matejka |
2022-08-18 | Fixed initialization of Linux kernel route attributes | Maria Matejka |
2022-08-05 | Merge commit '082905a8' into thread-next | Maria Matejka |
2022-08-05 | Merge commit '534d0a4b' into thread-next | Maria Matejka |
2022-07-27 | Merge branch 'master' into backport | Ondrej Zajicek |
2022-07-26 | Netlink: Restrict route replace for IPv6 | Ondrej Zajicek |
2022-07-25 | Netlink: Simplify handling of IPv6 ECMP routes | Ondrej Zajicek |
2022-07-24 | KRT: Scan routing tables separetely on linux to avoid congestion | Ondrej Zajicek |
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 |