aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/unittest
AgeCommit message (Expand)AuthorFilesLines
2022-08-18unittest: fix coverity 274736Andrew Yourtchenko1-0/+1
2022-06-29tests: add ipsec flow performance unit testPiotr Bronowski1-0/+309
2022-05-02vapi: support api clients within vpp processOle Troan2-1/+104
2022-04-12tests: fix bihash unit test threads countJing Peng1-4/+4
2022-04-11tests: fix bihash unittest error reportingJing Peng1-15/+21
2022-04-05vppinfra: refactor address sanitizerDamjan Marion1-1/+1
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion4-5/+5
2022-03-30vppinfra: vector allocator reworkDamjan Marion1-25/+2
2022-03-23api: better segregate client and server codeBenoît Ganne1-4/+4
2022-03-09stats: refactorDamjan Marion1-3/+3
2022-02-16fib: Use the same adjacency that BFD is usingNeale Ranns1-2/+4
2022-02-10tests: Fix the FIB UTNeale Ranns1-25/+26
2022-01-07ethernet: new interface registration functionDamjan Marion3-62/+60
2021-12-02tests: add segment manager testsFilip Tehlar1-29/+25
2021-11-23ip: unlock_fib on if deleteNathan Skrzypczak1-26/+17
2021-11-22gso: implement gso segementation copy with checksumMohsin Kazmi1-3/+1
2021-11-06unittest: remove clib_count_equal_* testsDamjan Marion1-97/+3
2021-11-05unittest: gcc-11 errors for clib_strcpy, clib_strstr, clib_strcat, and clib_s...Steven Luong1-340/+30
2021-10-27tcp: fix use of invalid local sw_if_indexFlorin Coras1-4/+4
2021-10-22session: fix minor issueFilip Tehlar1-1/+1
2021-10-21fib: respect mfib entry flags on create with pathsPaul Atkins2-96/+58
2021-10-20gso: add support for gso perf unittestMohsin Kazmi2-0/+380
2021-10-12unittest: fix crypto key len coverity warningFlorin Coras1-1/+1
2021-10-11ip: fix fib and mfib locksNathan Skrzypczak3-9/+5
2021-10-04vppinfra: fix potential memory access error in _pool_init_fixedJieqiang Wang1-15/+23
2021-10-04docs: plugin comment nitfixesNathan Skrzypczak1-1/+1
2021-10-01devices: add support for pseudo header checksumMohsin Kazmi2-0/+267
2021-09-27fib: fix crash on exporter tracker removeVladislav Grishenko1-1/+39
2021-09-23svm: remove unused fifo functionsFlorin Coras1-3/+3
2021-09-21session: implement app_ns deletionNathan Skrzypczak1-0/+12
2021-09-20hash: add support for hashing infraMohsin Kazmi2-0/+332
2021-09-17misc: put devtools plugins into separate component/packageDamjan Marion1-0/+3
2021-09-13interface: fix init fib_index_by_sw_if_indexNathan Skrzypczak3-22/+0
2021-08-20buffers: fix buffer linearizationBenoît Ganne1-36/+272
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion1-4/+4
2021-06-21fib: Add unit test for RR source using covers labelsNeale Ranns1-1/+69
2021-06-08vppinfra: pool_free_elts() now supports fixed-size poolsDave Barach2-0/+63
2021-05-19vppinfra: add more llist macrosFlorin Coras1-25/+25
2021-05-14session: switch ct to vc and track half-opensFlorin Coras1-8/+5
2021-05-07session: connects seg manager is always firstFlorin Coras1-1/+4
2021-05-05crypto crypto-openssl: support hashing operationsFilip Tehlar3-0/+106
2021-04-26session: fix race condition in fifo allocationliuyacan1-1/+1
2021-04-05tcp: time infra improvementsFlorin Coras1-12/+19
2021-03-26vlib: introduce vlib_get_elog_main()Damjan Marion1-1/+1
2021-03-14ip: extend punt CLI for exception packetsMohammed Hawari1-6/+7
2021-02-26ipsec: move the IPSec SA pool out of ipsec_mainNeale Ranns1-2/+1
2021-02-18tests: policer test check unformat return valuesBrian Russell1-4/+6
2021-02-15ip: Path MTUNeale Ranns1-4/+26
2021-02-15policer: improve policer structBrian Russell1-1/+1
2021-02-10tests: add policer test helperBrian Russell2-0/+72