Age | Commit message (Expand) | Author | Files | Lines |
2021-10-13 | docs: convert plugins doc md->rst |  Nathan Skrzypczak | 6 | -714/+735 |
2021-10-06 | docs: more nitfixes |  Nathan Skrzypczak | 1 | -8/+7 |
2021-08-26 | acl: fix prefetch out of struct bound on Arm |  Tianyu Li | 1 | -1/+1 |
2021-08-19 | acl: add API call for setting the toggle to select between linear and bihash-... |  Andrew Yourtchenko | 3 | -1/+148 |
2021-07-15 | acl: Fix the CLI to accept IPv6 prefixes |  Neale Ranns | 1 | -16/+5 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} |  Damjan Marion | 1 | -1/+1 |
2021-07-13 | misc: fix init order to avoid startup warnings |  Bin Zhou (bzhou2) | 1 | -6/+4 |
2021-05-13 | tests: move test source to vpp/test |  Dave Wallace | 6 | -5069/+0 |
2021-03-26 | vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() |  Damjan Marion | 3 | -7/+8 |
2021-03-25 | acl: fix the integer overflow bug in API message length validation logic |  Andrew Yourtchenko | 1 | -4/+4 |
2021-02-08 | tests: allow for externally supplied VPP workers config for tests |  Andrew Yourtchenko | 1 | -0/+2 |
2021-01-20 | acl: replace glibc internal __bswap_64 with clib |  Nathan Moos | 1 | -1/+2 |
2021-01-11 | acl: fix tag C-string overflow |  Benoît Ganne | 1 | -5/+14 |
2021-01-06 | acl: fix cli tag parsing |  Benoît Ganne | 1 | -1/+5 |
2020-12-14 | misc: refactor clib_bitmap_foreach macro |  Damjan Marion | 1 | -2/+2 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 3 | -30/+30 |
2020-12-14 | api: add missing version info |  Paul Vinciguerra | 1 | -0/+1 |
2020-12-04 | acl: fix acl-plugin testcases packet counting |  Andrew Yourtchenko | 1 | -2/+3 |
2020-11-25 | api: vat2 and json autogeneration for api messages |  Ole Troan | 5 | -462/+50 |
2020-10-19 | misc: don't export symbols from plugins |  Damjan Marion | 1 | -1/+2 |
2020-10-16 | acl: do vlib_buffer_enqueue_to_next in outer function |  Damjan Marion | 1 | -8/+11 |
2020-10-09 | acl: move nonip nodes to separate file |  Damjan Marion | 3 | -221/+296 |
2020-10-07 | misc: Purge unused pg includes |  Neale Ranns | 3 | -3/+0 |
2020-09-21 | acl: remove custom ACL-plugin heap |  Andrew Yourtchenko | 7 | -232/+17 |
2020-08-13 | acl: use the global heap when allocating the lookup context |  Andrew Yourtchenko | 1 | -0/+3 |
2020-07-23 | acl: correct acl vat help message |  Lijian.Zhang | 1 | -2/+2 |
2020-06-16 | misc: fix sonarclound warnings |  Dave Barach | 1 | -1/+4 |
2020-04-28 | tests: move defaults from defaultmapping to .api files |  Paul Vinciguerra | 1 | -6/+6 |
2020-04-24 | acl: ACL creation CLI parsing fix |  Neale Ranns | 1 | -2/+4 |
2020-04-08 | acl: fix unresolved symbol for format_fib_prefix in vat plugin |  Neale Ranns | 1 | -8/+8 |
2020-03-27 | acl: API cleanup |  Jakub Grajciar | 11 | -784/+1014 |
2020-03-26 | acl: revert acl: api cleanup |  Ole Trøan | 11 | -1012/+699 |
2020-03-26 | acl: API cleanup |  Jakub Grajciar | 11 | -699/+1012 |
2020-03-25 | acl: Add CLI additions |  Neale Ranns | 1 | -0/+254 |
2020-02-25 | feature: provide a u16 version of vnet_feature_next |  Neale Ranns | 1 | -3/+2 |
2020-02-11 | vppinfra: remove the historical mheap memory allocator |  Dave Barach | 2 | -50/+3 |
2020-01-13 | acl: Remove unsued type |  Neale Ranns | 2 | -53/+31 |
2020-01-08 | acl: add FEATURE.yaml |  Andrew Yourtchenko | 1 | -0/+26 |
2019-12-17 | ip: Protocol Independent IP Neighbors |  Neale Ranns | 2 | -4/+3 |
2019-12-14 | tests: changes for scapy 2.4.3 migration |  snaramre | 1 | -1/+1 |
2019-12-03 | classify: API cleanup |  Jakub Grajciar | 1 | -90/+8 |
2019-11-05 | misc: Fix python scripts shebang line |  Renato Botelho do Couto | 5 | -5/+5 |
2019-10-31 | acl: add missing square brackets to vat_help option in acl api |  Jieqiang Wang | 1 | -2/+2 |
2019-10-21 | acl: l2 classify test support python3 |  Ole Troan | 1 | -2/+2 |
2019-10-17 | tests: python3 changes for span and aclplugin test |  snaramre | 2 | -7/+7 |
2019-10-10 | acl: remove api boilerplate |  Ole Troan | 5 | -172/+44 |
2019-10-03 | acl: fix intermittent test failure |  Andrew Yourtchenko | 1 | -9/+9 |
2019-09-27 | acl: remove api boilerplate |  Ole Troan | 2 | -92/+12 |
2019-09-16 | api: autogenerate api trace print/endian |  Ole Troan | 3 | -1/+55 |
2019-08-28 | acl: perform a sanity check of ACL rules before creating ACL |  Andrew Yourtchenko | 1 | -0/+81 |