Age | Commit message (Expand) | Author |
2022-10-12 | Attribute blocks are now allocated from slabs instead of malloc() | Maria Matejka |
2022-09-08 | Table access is now locked. | Maria Matejka |
2022-08-03 | Merge commit '038fcf1c' into thread-next | Maria Matejka |
2022-08-03 | Merge commit '97476e00' into thread-next | Maria Matejka |
2022-08-02 | Merge commit 'f0507f05ce57398e135651896dace4cb68eeed54' into thread-next | Maria Matejka |
2022-07-18 | Fixed an annoying warning in ea_get_storage() | Maria Matejka |
2022-07-12 | Removing the rte_modify API | Maria Matejka |
2022-07-12 | Route refresh in tables uses a stale counter. | Maria Matejka |
2022-07-11 | Export tables merged with BGP prefix hash | Maria Matejka |
2022-07-11 | Attribute lists split to storage headers and data to save BGP memory | Maria Matejka |
2022-06-27 | Fixed displaying BGP and RIP attributes after recent reworks | Maria Matejka |
2022-06-20 | Import tables are stored as an attribute layer inside the main tables. | Maria Matejka |
2022-06-17 | Route attribute storage keeps the previous layers | Maria Matejka |
2022-06-08 | Merge commit '938742decc6e1d6d3a0375dd012b75172e747bbc' into haugesund | Maria Matejka |
2022-06-08 | Merge commit '950775f6fa3d569a9d7cd05e33538d35e895d688' into haugesund | Maria Matejka |
2022-05-31 | Merge commit '4fe9881d625f10e44109a649e369a413bd98de71' into haugesund | Maria Matejka |
2022-05-30 | Merge commit 'f15f2fcee7eeb5a100bd204a0e67018e25953420' into haugesund | Maria Matejka |
2022-05-30 | Merge commit 'f2e725a76882ba6b75c3ce4fb3c760bd83462410' 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 '337c04c45e1472d6d9b531a3c55f1f2d30ebf308' into haugesund | Maria Matejka |
2022-05-30 | Merge commit 'd8661a4397e4576ac404661b192dd99d928e7890' 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 '1d309c4ce6e95b68c64a8f007f6dd2f1830a5707' into haugesund | Maria Matejka |
2022-05-30 | Merge commit 'ef4313e1667a8745c8d8813ac78342ec7c035895' into haugesund | Maria Matejka |
2022-05-30 | Merge commit 'de86040b2cf4ec9bfbb64f0e208a19d4d7e51adc' into haugesund | Maria Matejka |
2022-05-30 | Merge commit 'ef6a903e6f44b467f9606018446095521ad01ef1' 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 hostentry to eattr | Maria Matejka |
2022-05-26 | Moved nexthop from struct rta to extended attribute. | Maria Matejka |
2022-05-05 | All outstanding MPLS label stacks are stored as adata | 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 | Moved route preference to eattrs | Maria Matejka |
2022-05-04 | Joined the RTA igp_metric and EA igp_metric attributes | Maria Matejka |
2022-05-04 | Moved advertising router info (FROM attribute) to eattrs | 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 | Enforcing certain data structure explicit paddings. | Maria Matejka |
2022-05-04 | Local route attributes are always allocated from tmp_linpool | Maria Matejka |
2022-05-04 | Attribute list normalization cleanup | Maria Matejka |
2022-05-04 | Splitting route data structures out to lib | Maria Matejka |
2022-05-04 | Protocols use EA_LITERAL_* to set attributes | Maria Matejka |
2022-05-04 | Moved filter value union to lib | Maria Matejka |