Age | Commit message (Expand) | Author | Files | Lines |
2022-10-12 | misc: fix issues reported by clang-15 | Damjan Marion | 3 | -25/+13 |
2022-04-04 | vppinfra: make _vec_len() read-only | Damjan Marion | 1 | -1/+1 |
2021-12-03 | fib: Fix the display (or lack of) for fib node types in dependent children lists | Neale Ranns | 1 | -1/+2 |
2021-11-22 | ipfix-export: Change exp to use ip_address | Paul Atkins | 1 | -2/+2 |
2021-11-22 | ipfix-export: refactor params to the callback fns | Paul Atkins | 3 | -16/+10 |
2021-11-22 | ipfix-export: pass an exp to flow_report_add_del | Paul Atkins | 3 | -31/+29 |
2021-11-22 | ipfix-export: refactor fields in flow_report_main | Paul Atkins | 2 | -6/+9 |
2021-10-28 | ioam: fix coverity warning/NULL dereference | Klement Sekera | 1 | -9/+12 |
2021-10-13 | docs: convert plugins doc md->rst | Nathan Skrzypczak | 2 | -464/+490 |
2021-10-08 | vxlan-gpe: add udp-port configuration support | Artem Glazychev | 2 | -3/+6 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 3 | -53/+35 |
2020-10-28 | misc: Break the big IP header files to improve compile time | Neale Ranns | 2 | -0/+2 |
2020-10-21 | misc: minimize dependencies on udp.h | Florin Coras | 5 | -3/+7 |
2020-10-19 | misc: don't export symbols from plugins | Damjan Marion | 1 | -1/+1 |
2020-10-07 | misc: Purge unused pg includes | Neale Ranns | 10 | -10/+0 |
2020-09-01 | ip: fix ip zero checksum verification | Benoît Ganne | 1 | -2/+2 |
2020-05-15 | misc: removed executable bits from source files | Ray Kinsella | 1 | -0/+0 |
2020-05-06 | docs: clean up make docs job | Paul Vinciguerra | 3 | -8/+8 |
2020-05-04 | misc: binary api fuzz test fixes | Dave Barach | 1 | -5/+5 |
2020-04-27 | ioam: do not reuse existing vnet symbol | Benoît Ganne | 1 | -2/+2 |
2020-04-08 | misc: check return values from vlib_buffer_copy(...) | Dave Barach | 1 | -3/+5 |
2020-02-26 | api: improve api string safety | Jakub Grajciar | 2 | -4/+4 |
2019-12-10 | ioam: use explicit api types | Ole Troan | 18 | -871/+154 |
2019-10-09 | ioam: remove api boilerplate | Ole Troan | 28 | -974/+76 |
2019-09-20 | classify: remove includes from classifier header file | Damjan Marion | 5 | -0/+5 |
2019-07-31 | vppinfra: refactor test_and_set spinlocks to use clib_spinlock_t | jaszha03 | 4 | -48/+33 |
2019-07-09 | vat: unload unused vat plugins | Dave Barach | 1 | -17/+19 |
2019-06-07 | build: add -Wall and -fno-common, fix reported issues | Benoît Ganne | 2 | -2/+2 |
2019-06-04 | features will register udp ports once configured | Jakub Grajciar | 1 | -3/+5 |
2019-05-28 | Add an ip6 local hop-by-hop protocol demux table | Dave Barach | 1 | -4/+2 |
2019-05-24 | udp-ping: disable due to conflict with mldv2 | Florin Coras | 1 | -2/+4 |
2019-05-16 | init / exit function ordering | Dave Barach | 7 | -75/+65 |
2019-05-03 | plugins: clean up plugin descriptions | Dave Wallace | 1 | -1/+1 |
2019-04-10 | API: Fix shared memory only action handlers. | Ole Troan | 2 | -109/+20 |
2019-03-01 | ioam: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 5 | -19/+27 |
2018-12-12 | VPP-1529: check hop-by-hop header length | Dave Barach | 1 | -7/+37 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 6 | -24/+24 |
2018-10-23 | c11 safe string handling support | Dave Barach | 15 | -29/+30 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins | Sirshak Das | 4 | -26/+28 |
2018-08-27 | cmake: Fix plugins .h includes | Mohsin Kazmi | 1 | -0/+31 |
2018-08-27 | CMake: fix install lib and iOMA missing symbol | Neale Ranns | 1 | -0/+1 |
2018-08-25 | cmake: handle api_test_plugins in add_vpp_plugin macro | Damjan Marion | 1 | -19/+2 |
2018-08-25 | ioam: one api test plugin instead of five | Damjan Marion | 7 | -6/+54 |
2018-08-25 | cmake: improve add_vpp_plugin macro | Damjan Marion | 1 | -13/+16 |
2018-08-17 | CMake as an alternative to autotools (experimental) | Damjan Marion | 1 | -0/+99 |
2018-05-13 | Improve ipfix template packet rewrite construction | Dave Barach | 3 | -4/+11 |
2018-05-04 | Flow: Rename IPFIX exporter. | Ole Troan | 4 | -4/+4 |
2018-05-04 | Harmonize vec/pool_get_aligned object sizes and alignment requests | Dave Barach | 4 | -2/+12 |
2018-04-25 | Fix some build warnings about "Old Style VLA" | Juraj Sloboda | 1 | -3/+3 |
2018-04-12 | Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' | Neale Ranns | 2 | -6/+6 |