aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/unittest
AgeCommit message (Expand)AuthorFilesLines
2021-01-25svm: add custom q implementation for mqFlorin Coras1-3/+2
2020-12-30svm: fifo segment sptr for fifo hdr free listFlorin Coras1-3/+3
2020-12-29svm: allow mq attachments at random offsetsFlorin Coras1-11/+14
2020-12-26svm: change fifo pointers to offsetsFlorin Coras2-11/+12
2020-12-24svm: split fifo into private and shared structsFlorin Coras3-50/+50
2020-12-23vppinfra: mem bulk testFlorin Coras2-0/+146
2020-12-23svm: separate private from shared fifo segment ptrsFlorin Coras1-6/+13
2020-12-23svm: remove fifo segment heapFlorin Coras2-21/+16
2020-12-11fib: Remove unused BIER variablesNeale Ranns1-3/+0
2020-12-08fib: Source Address SelectionNeale Ranns1-6/+8
2020-11-09session: remove support for shm bapi attachmentFlorin Coras1-2/+0
2020-10-29session: fix ct cleanup before full establishementFlorin Coras1-2/+26
2020-10-26tcp: byte tracker fixRyujiro Shibuya1-0/+215
2020-10-23tcp: remove snd_una_maxFlorin Coras1-8/+2
2020-10-21svm: fix fifo unit testBenoît Ganne1-4/+6
2020-09-22lisp: Move to pluginNeale Ranns2-1433/+0
2020-09-09tcp: fix the tcp unittest to workRyujiro Shibuya1-0/+2
2020-09-08svm session: document unsupported fifo deq combinationsFlorin Coras1-5/+21
2020-09-01crypto-openssl: add chacha20-poly1305 to crypto-opensslArtem Glazychev2-0/+158
2020-08-20tcp: track reorder with sacksFlorin Coras1-1/+5
2020-08-06misc: harmonize namesDave Barach5-100/+101
2020-08-03unittest: add clib_count_equal_u8/16/32/64 testsBenoît Ganne1-4/+100
2020-07-19unittest: keep ASAN happy for non-terminated string testsBenoît Ganne1-0/+2
2020-07-13session: reduce verbosity on fifo alloc failureFlorin Coras1-3/+14
2020-05-25tcp: fix sack block validation on wrapFlorin Coras1-0/+26
2020-05-19vppinfra: refactor mpcap.hDave Barach1-1/+1
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