aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/unittest
AgeCommit message (Expand)AuthorFilesLines
2019-04-26svm: fifo segment support for chunk allocationFlorin Coras1-5/+93
2019-04-25crypto: AES GCM IV length is always 12Damjan Marion1-2/+0
2019-04-25session: cleanup segment manager and fifo segmentFlorin Coras1-73/+73
2019-04-25unittest: AES GCM test cases cleanupDamjan Marion1-270/+126
2019-04-25crypto: improve key handlingDamjan Marion2-17/+32
2019-04-24svm: fifo ooo reads/writes with multiple chunksFlorin Coras1-16/+161
2019-04-24svm: move mq test to ut pluginFlorin Coras1-4/+101
2019-04-24session: remove unused fifo allo return valueFlorin Coras1-3/+1
2019-04-24svm: move fifo tests to ut pluginFlorin Coras1-0/+271
2019-04-23Enable 'test crash' command when running unittest plugin.Paul Vinciguerra1-0/+1
2019-04-19rbtree: add successor and predecessor functionsFlorin Coras1-4/+54
2019-04-19svm: move fifo tests to a separate fileFlorin Coras3-1160/+1199
2019-04-19svm: support addition of chunks to fifosFlorin Coras1-2/+135
2019-04-18svm: allow indirect fifo data chunksFlorin Coras2-4/+4
2019-04-16svm_fifo rework to avoid contention on cursizeSirshak Das1-2/+1
2019-04-16vppinfra: add basic rbtreeFlorin Coras2-0/+203
2019-04-15crypto: fix coverity warningsFilip Tehlar1-2/+5
2019-04-14crypto: add support for AES-CTR cipherfituldo2-1/+118
2019-04-11crypto: add more AES-GCM test casesFilip Tehlar1-1/+309
2019-04-11crypto: add performace test to unittest pluginDamjan Marion2-1/+197
2019-04-08fixing typosJim Thompson1-6/+6
2019-04-08vlib-punt: fix error node countingNeale Ranns1-5/+0
2019-04-07crypto: add support for AEAD and AES-GCMDamjan Marion8-204/+416
2019-04-02vppinfra: fix sparse_vec_index() returning non-zero index for some nonexisten...Andrew Yourtchenko2-0/+74
2019-03-28crypto: add vnet_crypto_op_init (...)Damjan Marion1-1/+1
2019-03-28Punt InfraNeale Ranns2-0/+403
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra2-3/+3
2019-03-22crypto: implement rfc4231 test casesFilip Tehlar4-2/+422
2019-03-22ADJ: more thorough link up checkNeale Ranns1-0/+3
2019-03-22tcp: improve handling of snd_nxtFlorin Coras1-2/+2
2019-03-22IPSEC: test for packet drop on sequence number wrapNeale Ranns2-0/+76
2019-03-20tests: implement crypto tests per RFC2202Filip Tehlar4-85/+416
2019-03-19crypto: introduce crypto infraDamjan Marion6-0/+661
2019-03-14TEST: link-state up/down notifications on FIB forwardingNeale Ranns2-0/+76
2019-03-13VPP-1576: fix a set of coverity warningsDave Barach1-0/+3
2019-03-12svm mq: add unit testFlorin Coras1-0/+179
2019-03-02session: cleanup/rename functionsFlorin Coras1-1/+1
2019-02-27string_test: The dark side of coveritySteven Luong1-4/+0
2019-02-21string_test: Coverity woeSteven Luong1-2/+0
2019-02-19VPP-1568:when entry src cover change, recursive-loop fib still can not work.mu.duojiao1-0/+75
2019-02-18session: move fifo allocation logic to app workerFlorin Coras1-1/+1
2019-02-11session: cleanup application interfaceFlorin Coras1-36/+21
2019-02-09session: refactor listen logicFlorin Coras2-22/+24
2019-02-04session: cleanup part 1Florin Coras2-10/+10
2019-01-18Fix GCC 8 compiler warnings on strncpy's truncated copy on debian distroSteven Luong1-0/+12
2019-01-12session: generate wrong thread errors instead of crashingFlorin Coras1-1/+2
2019-01-10strncpy_s_inline copies more bytes than necessarySteven1-1/+10
2019-01-07string_test: coverity woeSteven1-6/+0
2019-01-02Fixes for buliding for 32bit targets:David Johnson1-2/+2
2018-12-28session: free session after transport and app confirmFlorin Coras2-3/+3