Age | Commit message (Expand) | Author | Files | Lines |
2020-12-23 | tests: move bier tests to src/vnet/bier/test | Dave Wallace | 2 | -0/+1155 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 5 | -21/+21 |
2020-10-28 | misc: Break the big IP header files to improve compile time | Neale Ranns | 1 | -1/+2 |
2020-10-21 | misc: minimize dependencies on udp.h | Florin Coras | 1 | -1/+1 |
2020-04-16 | bier: fix vector size confusing ASan | Benoît Ganne | 1 | -1/+2 |
2020-01-10 | docs: Edit FEATURE.yaml files so they can be published | John DeNisco | 1 | -1/+1 |
2020-01-03 | bier: add FEATURE.yaml | Neale Ranns | 1 | -0/+12 |
2019-12-10 | api: multiple connections per process | Dave Barach | 1 | -1/+1 |
2019-10-22 | vppinfra: add vec_set_len() | Benoît Ganne | 1 | -3/+4 |
2019-08-28 | bier: API cleanup | Jakub Grajciar | 1 | -7/+7 |
2019-08-20 | vppapigen: remove support for legacy typedefs | Paul Vinciguerra | 1 | -1/+1 |
2019-08-15 | vlib: copy trace_handle in vlib_buffer_copy/clone() functions | John Lo | 1 | -3/+0 |
2019-06-18 | fib: fib api updates | Neale Ranns | 6 | -47/+63 |
2019-05-13 | Trivial Typo's in bier comments/docs. | Paul Vinciguerra | 14 | -27/+27 |
2019-04-08 | fixing typos | Jim Thompson | 4 | -6/+6 |
2019-03-28 | Typos. A bunch of typos I've been collecting. | Paul Vinciguerra | 10 | -20/+20 |
2019-03-07 | BIER: trace then drop. MPLS: trace the drops | Neale Ranns | 1 | -3/+3 |
2019-03-05 | bier: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 3 | -16/+4 |
2019-02-14 | Add -fno-common compile option | Benoît Ganne | 1 | -1/+1 |
2018-12-20 | FIB: encode the label stack in the FIB path during table dump | Neale Ranns | 1 | -2/+8 |
2018-12-03 | move [m]fib and BIER tests to unittest plugin | Neale Ranns | 1 | -961/+0 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 3 | -4/+4 |
2018-11-02 | vlib: define minimum chained buffer segment size | Damjan Marion | 1 | -1/+1 |
2018-10-23 | c11 safe string handling support | Dave Barach | 7 | -14/+14 |
2018-09-25 | BIER; bi-dir to/from underlay | Neale Ranns | 7 | -59/+110 |
2018-09-20 | UDP-Encap: name counters for the stats segment | Neale Ranns | 3 | -4/+10 |
2018-09-14 | BIER API and load-balancing fixes | Neale Ranns | 11 | -70/+250 |
2018-08-15 | Remove client_index field from replies in API | Ondrej Fabry | 1 | -2/+0 |
2018-07-11 | avoid using thread local storage for thread index | Damjan Marion | 1 | -1/+1 |
2018-06-21 | BIER neighbor stats | Neale Ranns | 5 | -29/+124 |
2018-06-05 | BIER CLI show commands; no crash on non-existant objects (VPP-1303) | Neale Ranns | 3 | -6/+27 |
2018-05-04 | Harmonize vec/pool_get_aligned object sizes and alignment requests | Dave Barach | 5 | -5/+26 |
2018-04-12 | Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' | Neale Ranns | 1 | -3/+3 |
2018-04-07 | BIER coveroty fix for unintialised return value on error | Neale Ranns | 1 | -1/+1 |
2018-03-20 | FIB Interpose Source | Neale Ranns | 3 | -115/+73 |
2018-03-13 | Common form of fib-path reproting in dumps | Neale Ranns | 1 | -10/+2 |
2018-03-09 | MPLS Unifom mode | Neale Ranns | 5 | -27/+46 |
2018-02-06 | Fix clang -Wvarargs compile errors | Damjan Marion | 1 | -1/+1 |
2018-02-06 | BIER: fix support for longer bit-string lengths | Neale Ranns | 9 | -142/+153 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. | Ole Troan | 1 | -32/+2 |
2018-01-11 | api: remove transport specific code from handlers | Florin Coras | 1 | -35/+35 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 1 | -10/+10 |
2018-01-09 | BIER: crash in show command when no tables are present | Neale Ranns | 1 | -0/+1 |
2018-01-09 | BIER: missing endian swap for imposition object in API return | Neale Ranns | 1 | -1/+1 |
2017-12-19 | BIER coverity fix in route downlaod | Neale Ranns | 2 | -3/+3 |
2017-12-19 | VPP-1032: fix coverity warning in bier | Dave Barach | 1 | -2/+2 |
2017-12-14 | BIER disposition default route | Neale Ranns | 3 | -8/+20 |
2017-12-13 | BIER: API documentation fixes. | Neale Ranns | 1 | -10/+5 |
2017-12-10 | BIER coverity Fix | Neale Ranns | 1 | -6/+8 |
2017-12-09 | BIER in non-MPLS netowrks | Neale Ranns | 21 | -346/+865 |