aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/unittest
AgeCommit message (Expand)AuthorFilesLines
2020-05-04session: add option to preallocate fifo headersFlorin Coras1-1/+57
2020-05-04misc: binary api fuzz test fixesDave Barach2-0/+188
2020-04-28vppinfra: improve test coverageDave Barach2-0/+77
2020-04-22svm: asan: fix asan supportBenoît Ganne1-2/+2
2020-04-20svm: check if fifo free list index is valid on allocFlorin Coras1-12/+29
2020-04-06session udp: shared local endpointsFlorin Coras1-1/+1
2020-04-04misc: strcpy be goneDave Barach1-1/+1
2020-04-03session: improve error reportingFlorin Coras2-11/+8
2020-04-02tcp: move features to separate filesFlorin Coras1-0/+1
2020-03-17fib: Always install all routers mcast addressesNeale Ranns2-5/+5
2020-03-17svm: fifo testRyujiro Shibuya1-0/+66
2020-03-17ip: ip_address_t uses ip46_address_tNeale Ranns1-16/+16
2020-03-12vppinfra: refactor clib_timebase_tDave Barach1-1/+3
2020-02-29svm: fix slice locking on fifo allocFlorin Coras1-1/+2
2020-02-26svm: support multi-chunk fifo chunk allocFlorin Coras1-4/+4
2020-02-25unittest: Skip string test case for sizeof (src) > sizeof (dst)Steven Luong1-4/+13
2020-02-25svm: minimal initial fifoFlorin Coras1-0/+2
2020-02-25session svm: tracking segment memory usageRyujiro Shibuya2-0/+758
2020-02-25svm: refactor fifoFlorin Coras1-799/+724
2020-02-25svm: refactor fifo chunk trackingFlorin Coras1-2/+12
2020-02-25vlib: Punt reason allocation listener enable/disable callbackNeale Ranns1-2/+4
2020-02-25crypto: fix coverity warningsFilip Tehlar1-2/+3
2020-02-18crypto: add support for testing quad loops in crypto algosFilip Tehlar5-97/+504
2020-02-12tcp: move connections to wrk ctxFlorin Coras1-11/+3
2020-02-11ipsec: add support for chained buffersFilip Tehlar7-112/+399
2020-02-07svm: use default SVM address in fifo unit testsBenoît Ganne1-1/+2
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