Age | Commit message (Expand) | Author | Files | Lines |
2019-10-09 | map: use ip6-full-reassembly instead of own code | Klement Sekera | 6 | -978/+30 |
2019-10-03 | map: fix DF[Don't fragment] ip4-map-t behaviour | Vladimir Ratnikov | 1 | -0/+11 |
2019-10-03 | map: fix indent-off | Klement Sekera | 1 | -121/+133 |
2019-10-01 | map: use SVR for MAP-T | Klement Sekera | 9 | -624/+69 |
2019-09-26 | map: use SVR for MAP-E | Klement Sekera | 5 | -456/+172 |
2019-09-25 | api: split api generated files | Ole Troan | 4 | -129/+6 |
2019-09-16 | api: autogenerate api trace print/endian | Ole Troan | 2 | -0/+6 |
2019-09-12 | map: fix non-null-terminated C-string | Benoît Ganne | 1 | -3/+4 |
2019-09-03 | api: enforce vla is last and fixed string type | Ole Troan | 2 | -9/+8 |
2019-08-22 | tests: move plugin tests to src/plugins/*/test | Dave Wallace | 1 | -0/+437 |
2019-08-19 | vppapigen map: raise ValueError when fieldname is python keyword | Paul Vinciguerra | 2 | -6/+6 |
2019-07-31 | vppinfra: refactor test_and_set spinlocks to use clib_spinlock_t | jaszha03 | 2 | -12/+9 |
2019-07-30 | vppinfra: refactor use of CLIB_MEMORY_BARRIER () | jaszha03 | 1 | -2/+2 |
2019-07-30 | vppinfra: conformed spinlocks to use CLIB_PAUSE | jaszha03 | 1 | -2/+3 |
2019-07-23 | vlib: address vlib_error_t scaling issue | Dave Barach | 1 | -1/+1 |
2019-07-19 | fib: FIB Entry tracking | Neale Ranns | 1 | -13/+4 |
2019-07-08 | map gbp papi: match endianess of f64 | Paul Vinciguerra | 1 | -5/+3 |
2019-06-26 | api: refactor format_vl_api_prefix_t return keys | Paul Vinciguerra | 1 | -6/+6 |
2019-06-26 | api: Remove the inlines file and replace with library functions | Neale Ranns | 1 | -1/+0 |
2019-06-18 | api: string type to convert to vector | Ole Troan | 3 | -23/+18 |
2019-05-31 | tools: FEATURE.yaml meta-data infrastructure | Ole Troan | 1 | -0/+13 |
2019-05-29 | map: Use vl_api_string macros. | Paul Vinciguerra | 2 | -27/+9 |
2019-05-03 | plugins: clean up plugin descriptions | Dave Wallace | 1 | -1/+1 |
2019-03-22 | MAP: Crush Coverity Complaint | Jon Loeliger | 1 | -1/+1 |
2019-03-19 | MAP: Add optional user-supplied 'tag' field in MAPs. | Jon Loeliger | 4 | -14/+135 |
2019-03-11 | VPP-1533: Deleting a non-existent pre-resolved MAP next-hop causes VPP core dump | Ole Troan | 1 | -7/+10 |
2019-02-26 | Remove fake MAP domain 0 entry. | Jon Loeliger | 1 | -7/+1 |
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 |