aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/acl
AgeCommit message (Expand)AuthorFilesLines
32 hoursmisc: fix int/enum mismatch errors reported by gcc-14Damjan Marion1-2/+3
2024-04-09acl: Use clib_net_to_host rather than library bswapTom Jones1-3/+3
2024-03-28acl: rework headers to enable out-of-tree usageMohammed Hawari4-8/+19
2024-03-12misc: remove GNU Indent directivesDamjan Marion5-42/+0
2023-01-17acl: CLI allow replace, allow deletionPim van Pelt1-8/+66
2022-11-22acl: fix set acl-plugin cli unformat free.Huawei LI1-1/+2
2022-11-09acl: verify that src and dst have sane and same address familyAndrew Yourtchenko1-1/+5
2022-09-26api: replace print functions wth formatDamjan Marion2-3/+0
2022-05-16acl: memory leak in acl_fa_session_cleaner_processSteven Luong1-0/+1
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion4-19/+18
2022-04-04vlib: remove unused fieldsDamjan Marion1-8/+0
2021-10-13docs: convert plugins doc md->rstNathan Skrzypczak6-714/+735
2021-10-06docs: more nitfixesNathan Skrzypczak1-8/+7
2021-08-26acl: fix prefetch out of struct bound on ArmTianyu Li1-1/+1
2021-08-19acl: add API call for setting the toggle to select between linear and bihash-...Andrew Yourtchenko3-1/+148
2021-07-15acl: Fix the CLI to accept IPv6 prefixesNeale Ranns1-16/+5
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion1-1/+1
2021-07-13misc: fix init order to avoid startup warningsBin Zhou (bzhou2)1-6/+4
2021-05-13tests: move test source to vpp/testDave Wallace6-5069/+0
2021-03-26vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads()Damjan Marion3-7/+8
2021-03-25acl: fix the integer overflow bug in API message length validation logicAndrew Yourtchenko1-4/+4
2021-02-08tests: allow for externally supplied VPP workers config for testsAndrew Yourtchenko1-0/+2
2021-01-20acl: replace glibc internal __bswap_64 with clibNathan Moos1-1/+2
2021-01-11acl: fix tag C-string overflowBenoît Ganne1-5/+14
2021-01-06acl: fix cli tag parsingBenoît Ganne1-1/+5
2020-12-14misc: refactor clib_bitmap_foreach macroDamjan Marion1-2/+2
2020-12-14misc: move to new pool_foreach macrosDamjan Marion3-30/+30
2020-12-14api: add missing version infoPaul Vinciguerra1-0/+1
2020-12-04acl: fix acl-plugin testcases packet countingAndrew Yourtchenko1-2/+3
2020-11-25api: vat2 and json autogeneration for api messagesOle Troan5-462/+50
2020-10-19misc: don't export symbols from pluginsDamjan Marion1-1/+2
2020-10-16acl: do vlib_buffer_enqueue_to_next in outer functionDamjan Marion1-8/+11
2020-10-09acl: move nonip nodes to separate fileDamjan Marion3-221/+296
2020-10-07misc: Purge unused pg includesNeale Ranns3-3/+0
2020-09-21acl: remove custom ACL-plugin heapAndrew Yourtchenko7-232/+17
2020-08-13acl: use the global heap when allocating the lookup contextAndrew Yourtchenko1-0/+3
2020-07-23acl: correct acl vat help messageLijian.Zhang1-2/+2
2020-06-16misc: fix sonarclound warningsDave Barach1-1/+4
2020-04-28tests: move defaults from defaultmapping to .api filesPaul Vinciguerra1-6/+6
2020-04-24acl: ACL creation CLI parsing fixNeale Ranns1-2/+4
2020-04-08acl: fix unresolved symbol for format_fib_prefix in vat pluginNeale Ranns1-8/+8
2020-03-27acl: API cleanupJakub Grajciar11-784/+1014
2020-03-26acl: revert acl: api cleanupOle Trøan11-1012/+699
2020-03-26acl: API cleanupJakub Grajciar11-699/+1012
2020-03-25acl: Add CLI additionsNeale Ranns1-0/+254
2020-02-25feature: provide a u16 version of vnet_feature_nextNeale Ranns1-3/+2
2020-02-11vppinfra: remove the historical mheap memory allocatorDave Barach2-50/+3
2020-01-13acl: Remove unsued typeNeale Ranns2-53/+31
2020-01-08acl: add FEATURE.yamlAndrew Yourtchenko1-0/+26
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns2-4/+3