Age | Commit message (Expand) | Author | Files | Lines |
2020-02-13 | fib: Fix some more realloc errors | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -1/+1 |
2019-12-17 | ip: Protocol Independent IP Neighbors | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -0/+23 |
2019-12-04 | fib: Decouple source from priority and behaviour | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -34/+26 |
2019-11-26 | fib: Another realloc burn | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -5/+13 |
2019-10-14 | fib: recursive calculation leads to delegate pool realloc | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -4/+14 |
2019-07-19 | fib: FIB Entry tracking | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -8/+11 |
2019-06-18 | fib: fib api updates | ![](//seccdn.libravatar.org/avatar/02b7237bbe4c85f93c90af26b5a62826?s=13&d=retro) Neale Ranns | 1 | -12/+12 |
2019-03-28 | Typos. A bunch of typos I've been collecting. | ![](//seccdn.libravatar.org/avatar/81f26cd589fd63adadb7fa100a4d80e3?s=13&d=retro) Paul Vinciguerra | 1 | -7/+7 |
2019-03-26 | FIB: do debug before remvoing last source | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -2/+2 |
2018-12-20 | FIB: encode the label stack in the FIB path during table dump | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -1/+14 |
2018-10-23 | c11 safe string handling support | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -1/+1 |
2018-10-16 | FIB: use vlib-log for debugging | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -17/+60 |
2018-09-20 | Route counters in the stats segment | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -0/+10 |
2018-07-30 | FIB: return entry prefix by const reference to avoid the copy | ![](//seccdn.libravatar.org/avatar/02b7237bbe4c85f93c90af26b5a62826?s=13&d=retro) Neale Ranns | 1 | -9/+5 |
2018-04-30 | FIB: elide cover walk for insert of host route | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -0/+13 |
2018-03-26 | Restore the brief FIB entry printing | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -7/+7 |
2018-03-20 | FIB Interpose Source | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -102/+85 |
2018-01-18 | FIB Inherited Srouce | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -82/+156 |
2017-12-05 | Revert "FIB: optimise for src memory allocations" | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -45/+22 |
2017-11-26 | FIB: optimise for src memory allocations | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -22/+45 |
2017-11-26 | FIB: store the node type not the function pointer. | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -2/+0 |
2017-11-09 | BIER | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -0/+1 |
2017-09-13 | Add a name to the creation of an IP and MPLS table | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -4/+2 |
2017-09-11 | FIB table add/delete API | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -2/+13 |
2017-08-08 | L2 over MPLS | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -1/+7 |
2017-07-18 | FIB path preference | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -1/+1 |
2017-06-21 | ARP: ignore non-connected routes and non-interface sources when determing if ... | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -3/+7 |
2017-05-23 | ARP/ND entries for the same address on different interfaces (VPP-848) | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -10/+2 |
2017-04-26 | IP Flow Hash Config fixes | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -0/+29 |
2017-04-07 | MPLS Mcast | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -7/+40 |
2017-04-06 | BFD-FIB interactions | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -16/+34 |
2017-04-01 | MTRIE Optimisations 2 | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -2/+2 |
2017-02-24 | FIB: 1) fix pool realloc during prefix export. 2) don't walk off the end of t... | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -4/+24 |
2017-02-20 | FIB reset leaves residual routes. Wrong API used to remove the routes meant t... | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -1/+4 |
2017-01-05 | FIB memory leaks (VPP-578) | ![](//seccdn.libravatar.org/avatar/02b7237bbe4c85f93c90af26b5a62826?s=13&d=retro) Neale Ranns | 1 | -0/+1 |
2016-12-28 | Reorganize source tree to use single autotools instance | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -0/+1503 |