aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/unittest
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion28-137/+0
2024-01-09session: make app listener pool globalFlorin Coras1-2/+4
2023-10-30ipsec: huge anti-replay window supportMaxime Peim1-7/+12
2023-08-09session: async rx event notificationsFlorin Coras1-1/+69
2023-08-08ipsec: add support for RFC-4543 ENCR_NULL_AUTH_AES_GMACBenoît Ganne4-2/+3035
2023-07-26session: use session error type instead of vnet errorFilip Tehlar1-1/+1
2023-05-19fib: fix load-balance and replicate dpos buckets overflowBenoît Ganne1-44/+79
2023-03-06crypto: remove VNET_CRYPTO_OP_FLAG_INIT_IV flagBenoît Ganne1-1/+0
2023-03-06vppinfra: fix clib_bitmap_will_expand() result inversionVladislav Grishenko1-0/+50
2023-01-20vppinfra: clib_bitmap fixMaxime Peim1-28/+139
2022-12-02session: move connects to first workerFlorin Coras1-8/+0
2022-10-17vlib: Counter free needs to NULL the allocated counter vectorNeale Ranns1-0/+6
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