Age | Commit message (Expand) | Author | Files | Lines |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 1 | -6/+6 |
2020-01-27 | map: api: fix tag overflow and leak | Benoît Ganne | 1 | -1/+2 |
2019-12-04 | map: Fix a coverity MAP dead-code issue. | Jon Loeliger | 1 | -3/+0 |
2019-12-03 | map: Avoid null dereference in 'map show' and 'map del' | Jon Loeliger | 1 | -12/+22 |
2019-11-26 | map: Fix inverted 'map security check enable' CLI flag. | Jon Loeliger | 1 | -2/+2 |
2019-10-09 | map: use ip6-full-reassembly instead of own code | Klement Sekera | 1 | -484/+0 |
2019-10-01 | map: use SVR for MAP-T | Klement Sekera | 1 | -299/+5 |
2019-07-31 | vppinfra: refactor test_and_set spinlocks to use clib_spinlock_t | jaszha03 | 1 | -6/+2 |
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-06-18 | api: string type to convert to vector | Ole Troan | 1 | -12/+9 |
2019-05-03 | plugins: clean up plugin descriptions | Dave Wallace | 1 | -1/+1 |
2019-03-19 | MAP: Add optional user-supplied 'tag' field in MAPs. | Jon Loeliger | 1 | -8/+70 |
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-07 | MAP: Prevent duplicate MAP-E/T graph nodes. | Jon Loeliger | 1 | -0/+3 |
2018-12-21 | MAP: Convert from DPO to input feature. | Jon Loeliger | 1 | -105/+33 |
2018-12-19 | MAP: Add API support for MAP input feature. | Jon Loeliger | 1 | -0/+118 |
2018-12-11 | MAP: Add API support for setting parameters. | Jon Loeliger | 1 | -210/+124 |
2018-11-22 | Revert "Add support for MAP-T CE (VPP-1058)" | Ole Troan | 1 | -61/+6 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -2/+2 |
2018-10-23 | c11 safe string handling support | Dave Barach | 1 | -8/+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 | 1 | -11/+5 |
2018-07-30 | FIB: return entry prefix by const reference to avoid the copy | Neale Ranns | 1 | -3/+3 |
2018-06-25 | MAP: Move MAP-E/T to a plugin. | Ole Troan | 1 | -0/+2373 |