aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/unittest
AgeCommit message (Expand)AuthorFilesLines
2019-07-26session tcp: handle rxt and acks as custom eventsFlorin Coras1-2/+1
2019-07-24vppinfra: add mapped pcap file supportGary Boon2-0/+261
2019-07-13vppinfra: add doubly linked listFlorin Coras2-0/+354
2019-07-12ipsec: Reference count the SAsNeale Ranns1-1/+3
2019-07-10tcp: improve rate estimateFlorin Coras1-10/+13
2019-07-03misc: fix coverity warningsDave Barach1-1/+1
2019-07-03svm: fix multi-chunk fifo alloc and add more testsFlorin Coras1-11/+148
2019-07-02lisp: fix unitialized ip prefix in cp unit testFlorin Coras1-0/+1
2019-06-27svm: improve fifo segment testFlorin Coras1-1/+13
2019-06-26tcp session: improvement to testsFlorin Coras2-12/+29
2019-06-26svm: fix fifo segment free chunk bytes accountingFlorin Coras1-17/+112
2019-06-25tcp: delivery rate estimatorFlorin Coras1-0/+312
2019-06-25lisp: move cp tests to unittestFlorin Coras2-0/+1432
2019-06-20buffers: fix crashKlement Sekera2-0/+92
2019-06-19vppinfra: fix rbtree node deleteFlorin Coras1-1/+5
2019-06-18session: fix memory out of bound issueLijian.Zhang1-0/+8
2019-06-18fib: fib api updatesNeale Ranns2-115/+116
2019-06-17session: use listener_handle instead of listener_indexNathan Skrzypczak1-1/+1
2019-05-27unittest: fix test crypto perf for AEAD algosDamjan Marion1-2/+3
2019-05-14svm: improve fifo segment prealloc supportFlorin Coras1-1/+114
2019-05-09add mactime plugin unit / code coverage testsDave Barach2-0/+182
2019-05-07svm: decouple fifo and default chunk allocationFlorin Coras1-13/+29
2019-05-07Add bihash statistics hookDave Barach1-1/+67
2019-05-03session/svm: apis for fifo shrinkingFlorin Coras1-0/+75
2019-05-03svm: basic support for fifo shrinkingFlorin Coras1-0/+400
2019-05-03svm: store normalized head/tail for fifoFlorin Coras1-2/+7
2019-04-30svm: more fifo refactor/cleanupFlorin Coras1-83/+83
2019-04-27svm: fix fifo tail/head/ooo logic for u32 wrapFlorin Coras1-12/+279
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