Age | Commit message (Expand) | Author | Files | Lines |
2019-02-02 | VPP-1543: show map stats crash when not configured. | Ole Troan | 1 | -1/+1 |
2019-01-20 | minor fixup in map doc (people -> seconds) | Jim Thompson | 1 | -1/+1 |
2019-01-07 | MAP: Prevent duplicate MAP-E/T graph nodes. | Jon Loeliger | 3 | -0/+35 |
2018-12-27 | MAP: Install lpm.h as map.h references it. | Jon Loeliger | 1 | -0/+1 |
2018-12-21 | MAP: Convert from DPO to input feature. | Jon Loeliger | 11 | -477/+582 |
2018-12-20 | Trivial: fix src/plugins/map/test.c memory leak | Paul Vinciguerra | 1 | -1/+2 |
2018-12-19 | MAP: Add API support for MAP input feature. | Jon Loeliger | 4 | -0/+216 |
2018-12-18 | MAP: Add longest matching prefix (LPM) data structures | Ole Troan | 3 | -0/+220 |
2018-12-18 | MAP: Remove dual loop in MAP-T in preparation for refactor. | Ole Troan | 3 | -587/+0 |
2018-12-17 | MAP: Encode ht-ratio as f64 for API. | Jon Loeliger | 1 | -2/+2 |
2018-12-13 | MAP: Fix inverted 'is_add'/'is_del' flag in map_pre_resolve() call. | Jon Loeliger | 1 | -1/+1 |
2018-12-13 | make build failure. | Paul Vinciguerra | 1 | -1/+1 |
2018-12-11 | MAP: Add API support for setting parameters. | Jon Loeliger | 4 | -212/+648 |
2018-12-06 | API: Change ip4_address and ip6_address to use type alias. | Ole Troan | 1 | -1/+1 |
2018-11-29 | MAP: Use bool type in map.api instead of u8. | Ole Troan | 1 | -5/+5 |
2018-11-22 | MAP: Use explicit address/prefix types in API | Ole Troan | 4 | -540/+26 |
2018-11-22 | Revert "Add support for MAP-T CE (VPP-1058)" | Ole Troan | 5 | -442/+163 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 4 | -18/+16 |
2018-10-23 | c11 safe string handling support | Dave Barach | 3 | -13/+13 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins | Sirshak Das | 1 | -4/+4 |
2018-09-28 | MAP: Add check for well known ports. | Ole Troan | 1 | -0/+8 |
2018-09-27 | MAP: Correctly print ea-bits-len in map commands. | Ole Troan | 1 | -1/+1 |
2018-09-27 | MAP: 64-bit DMR | Ole Troan | 2 | -17/+15 |
2018-09-27 | IPIP and IPv6 fragmentation | Ole Troan | 4 | -19/+4 |
2018-08-27 | cmake: Fix plugins .h includes | Mohsin Kazmi | 1 | -0/+6 |
2018-08-27 | cmake: add missing vat plugins | Damjan Marion | 1 | -0/+3 |
2018-08-25 | cmake: improve add_vpp_plugin macro | Damjan Marion | 1 | -2/+5 |
2018-08-17 | CMake as an alternative to autotools (experimental) | Damjan Marion | 4 | -0/+459 |
2018-07-30 | FIB: return entry prefix by const reference to avoid the copy | Neale Ranns | 1 | -3/+3 |
2018-07-11 | avoid using thread local storage for thread index | Damjan Marion | 4 | -9/+9 |
2018-06-25 | MAP: Move MAP-E/T to a plugin. | Ole Troan | 16 | -0/+8656 |