aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/unittest
AgeCommit message (Expand)AuthorFilesLines
2019-04-16crypto: add more AES-GCM test casesFilip Tehlar1-1/+309
2019-04-15crypto: fix coverity warningsFilip Tehlar1-2/+5
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
2018-12-18MFIB: recurse resolution through an MFIB entryNeale Ranns1-22/+467
2018-12-16IP6-MFIB: replace the radix tree with bihash (VPP-1526)Neale Ranns1-15/+16
2018-12-14Revert gerrit 16429 to fix a Debian build-breakDave Barach1-22/+44
2018-12-14Fix compiling issue with GCC-8.x in string test functionsLijian.Zhang1-44/+22
2018-12-05Fix gcc-8 compile issues in string_test.cDave Barach1-1/+35
2018-12-03move [m]fib and BIER tests to unittest pluginNeale Ranns4-0/+13050
2018-12-02vppinfra: c11 safe string functionsSteven1-25/+1559
2018-11-30session: segment handle in accept/connect notificationsFlorin Coras1-2/+2
2018-11-21session: cleanup use of api_client_indexFlorin Coras1-2/+2
2018-11-18vcl/session: apps with process workersFlorin Coras1-0/+5
2018-11-15session: fix endpt cfg test (VPP-1492)Florin Coras1-3/+11
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-2/+2
2018-10-31session: add wrk contextFlorin Coras1-5/+5
2018-10-28session: move test to unittest pluginFlorin Coras2-2/+1759
2018-10-23c11 safe string handling supportDave Barach3-8/+154
2018-10-21tcp: count first lost hole (VPP-1465)Florin Coras1-3/+29
2018-10-18tcp: fix sacks lost bytes counting (VPP-1465)Florin Coras1-34/+90
2018-10-18tls: fix connection failures/interrupts at scale (VPP-1464)Florin Coras1-2/+3