Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-08-22 | tests: move plugin tests to src/plugins/*/test | Dave Wallace | 5 | -0/+4785 |
2019-08-20 | vppapigen: remove support for legacy typedefs | Paul Vinciguerra | 2 | -57/+2 |
2019-08-16 | acl: fix stats-segment counters validation on acl update | Andrew Yourtchenko | 2 | -8/+46 |
2019-07-29 | api acl: breakout acl_types.api for reuse by others | Paul Vinciguerra | 2 | -79/+101 |
2019-07-24 | acl: implement counters | Andrew Yourtchenko | 5 | -9/+183 |
2019-07-09 | acl: perform the ACL-as-a-service user registrations in global heap | Andrew Yourtchenko | 2 | -10/+14 |
2019-07-09 | vat: unload unused vat plugins | Dave Barach | 1 | -18/+2 |
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 | 1 | -7/+5 |
2019-03-22 | acl-plugin: get rid of doubly-linked list fields in hash applied ACEs | Andrew Yourtchenko | 2 | -99/+35 |