aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/unittest
AgeCommit message (Expand)AuthorFilesLines
2021-05-19vppinfra: add more llist macrosFlorin Coras1-25/+25
2021-05-14session: switch ct to vc and track half-opensFlorin Coras1-8/+5
2021-05-07session: connects seg manager is always firstFlorin Coras1-1/+4
2021-05-05crypto crypto-openssl: support hashing operationsFilip Tehlar3-0/+106
2021-04-26session: fix race condition in fifo allocationliuyacan1-1/+1
2021-04-05tcp: time infra improvementsFlorin Coras1-12/+19
2021-03-26vlib: introduce vlib_get_elog_main()Damjan Marion1-1/+1
2021-03-14ip: extend punt CLI for exception packetsMohammed Hawari1-6/+7
2021-02-26ipsec: move the IPSec SA pool out of ipsec_mainNeale Ranns1-2/+1
2021-02-18tests: policer test check unformat return valuesBrian Russell1-4/+6
2021-02-15ip: Path MTUNeale Ranns1-4/+26
2021-02-15policer: improve policer structBrian Russell1-1/+1
2021-02-10tests: add policer test helperBrian Russell2-0/+72
2021-02-05session svm: non blocking mqFlorin Coras1-8/+3
2021-02-04vlib: increase the stats epoch only when necessaryMiklos Tirpak2-0/+263
2021-02-01fib: Changes to interpose sourceNeale Ranns1-3/+149
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