aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/unittest
AgeCommit message (Expand)AuthorFilesLines
2020-01-14tcp: handle ack advancement with no holes and renegingFlorin Coras1-1/+35
2020-01-08tcp: fix last sacked with no holesFlorin Coras1-0/+44
2020-01-07tcp: fix duplicate sack whith renegingFlorin Coras1-11/+99
2019-12-24unittest: test_bihash call clib_time_init(...)Dave Barach1-0/+1
2019-12-16vppinfra: bihash walk cb typedef and continue/stop controlsNeale Ranns1-1/+2
2019-12-12session svm: per thread fifo segment slicesFlorin Coras2-13/+16
2019-12-09vlib: improve test coverageDave Barach1-1/+40
2019-12-04fib: Decouple source from priority and behaviourNeale Ranns1-2/+5
2019-11-20session tcp: support pacer idle timeoutsFlorin Coras1-1/+1
2019-11-20vlib: improve code coverage, part deuxDave Barach1-1/+62
2019-11-18vlib: improve code coverage in src/vlibDave Barach2-8/+146
2019-11-12ip: IP address and prefix types (moved from LISP)Neale Ranns1-20/+20
2019-11-07crypto: fix crypto perf unittest crashFan Zhang1-1/+33
2019-10-23tcp: improve rate samples for retansmitted segmentsFlorin Coras1-14/+18
2019-10-16svm: reset vector data instead of lengthBenoît Ganne1-1/+1
2019-10-11vppinfra: fix page boundary crossing bug in hash_memory64Dave Barach1-0/+62
2019-10-03tcp: unittest: do not access non-existent samplesBenoît Ganne1-1/+0
2019-09-18tcp: compute snd time for rate sampleFlorin Coras1-23/+17
2019-09-11tcp: handle sack renegingFlorin Coras1-43/+77
2019-08-29ip: remove unused function parameterSimon Zhang1-4/+1
2019-08-23tcp: fix byte tracker samples flushFlorin Coras1-0/+13
2019-08-21tcp: add option for always on event loggingFlorin Coras1-1/+1
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