Age | Commit message (Expand) | Author | Files | Lines |
2022-04-04 | vppinfra: make _vec_len() read-only |  Damjan Marion | 2 | -2/+2 |
2022-03-21 | vppinfra: use clib_mem_alloc |  Damjan Marion | 1 | -2/+1 |
2021-12-02 | vppinfra: vector shuffle cleanup |  Damjan Marion | 1 | -17/+18 |
2021-10-13 | docs: convert extras doc md->rst |  Nathan Skrzypczak | 6 | -282/+357 |
2021-08-31 | misc: fix build error in handoffdemo |  Sivaprasad Tummala | 1 | -4/+3 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} |  Damjan Marion | 1 | -8/+8 |
2020-05-15 | misc: removed executable bits from source files |  Ray Kinsella | 1 | -0/+0 |
2019-10-07 | docs: change VPP_WITH_SAMPLE_PLUGIN to SAMPLE_PLUGIN in sample plugin documen... |  Haggai Eran | 1 | -4/+4 |
2019-09-25 | ip: respect buffer boundary when searching for ipv6 headers |  Klement Sekera | 1 | -2/+1 |
2019-09-25 | api: split api generated files |  Ole Troan | 4 | -200/+9 |
2019-09-16 | api: autogenerate api trace print/endian |  Ole Troan | 1 | -1/+1 |
2019-08-01 | docs: Small fixes and ordering |  Nathan Skrzypczak | 1 | -1/+1 |
2019-07-29 | misc: add vnet/pipeline.h example |  Dave Barach | 1 | -1/+89 |
2019-07-09 | vat: unload unused vat plugins |  Dave Barach | 1 | -27/+11 |
2019-06-24 | vlib: packet tracer support for pkt thread handoffs |  Dave Barach | 5 | -0/+536 |
2019-05-30 | sample-plugin: refactor .api to use explicit types |  Ole Troan | 1 | -8/+9 |
2019-05-16 | init / exit function ordering |  Dave Barach | 1 | -8/+7 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 1 | -28/+28 |
2018-11-13 | vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) |  Damjan Marion | 1 | -2/+2 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 2 | -2/+2 |
2018-09-14 | cpack: add deb/rpm packaging to VPP module |  Damjan Marion | 2 | -0/+8 |
2018-09-12 | cmake: create cmake VPP module, update sample-plugin so it uses it |  Damjan Marion | 5 | -126/+32 |
2018-08-22 | Consolidate the [un]format_mac_address implementations |  Neale Ranns | 1 | -7/+1 |
2018-08-01 | Store USE_DLMALLOC in vppinfra/config.h |  Damjan Marion | 2 | -4/+1 |
2018-07-26 | Improve the sample plugin node dispatch function |  Dave Barach | 1 | -128/+473 |
2018-07-20 | fix issue with missing sample_main in sample plugin |  Damjan Marion | 1 | -0/+2 |
2018-07-18 | Add config option to use dlmalloc instead of mheap |  Dave Barach | 2 | -1/+14 |
2018-04-25 | Fix sample-plugin build with newer clang versions |  Damjan Marion | 1 | -0/+20 |
2018-03-14 | Clean up vpp build bootstrap step |  Dave Barach | 1 | -3/+4 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. |  Ole Troan | 2 | -5/+3 |
2017-12-06 | Remove unused, uninteresting code |  Dave Barach | 2 | -527/+122 |
2017-10-24 | Add extern to *_main global variable declarations in header files. |  Dave Wallace | 2 | -2/+2 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps |  Dave Barach | 1 | -0/+2 |
2017-10-03 | Repair vlib API socket server |  Dave Barach | 3 | -3/+0 |
2017-09-07 | vlib physmem rework |  Damjan Marion | 1 | -2/+1 |
2017-08-23 | NAT: Rename snat plugin to nat (VPP-955) |  Matus Fabian | 1 | -1/+1 |
2017-06-09 | Sample plugin: Add sample plugin documentation |  Ray Kinsella | 2 | -7/+89 |
2017-06-07 | VPP-872 and End.T function for SRv6 |  Pablo Camarillo | 1 | -21/+82 |
2017-05-05 | First commit SR MPLS |  Pablo Camarillo | 2 | -3/+3 |
2017-04-25 | "autoreply" flag: autogenerate standard xxx_reply_t messages |  Dave Barach | 1 | -9/+1 |
2017-04-20 | Extend ebuild to specify "configure" subdir, enable verify for sample-plugin |  Damjan Marion | 1 | -2/+0 |
2017-04-06 | Use thread local storage for thread index |  Damjan Marion | 1 | -2/+2 |
2017-03-29 | Bugfixing and documentation for SRv6 |  Pablo Camarillo | 4 | -0/+470 |
2017-03-22 | vlib: add description field in plugin registration |  Damjan Marion | 1 | -0/+1 |
2017-03-16 | API:replaced all REPLY_MACRO's with api_helper_macros.h |  Eyal Bari | 1 | -23/+2 |
2017-03-04 | Fix duplicate binary API registration messages / bugs |  Dave Barach | 1 | -2/+2 |
2017-02-22 | Support multiple plugin build in the sample-plugin |  Anlu Yan | 3 | -18/+52 |
2017-02-16 | Fix sample plugin breakage. |  Anlu Yan | 2 | -22/+9 |
2017-02-02 | Refactor fragile msg macro W and W2 to not burry return control flow. |  Jon Loeliger | 1 | -1/+3 |
2017-02-02 | Convert message macro S to accept a message pointer parameter; |  Jon Loeliger | 1 | -1/+1 |