aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/quic
AgeCommit message (Expand)AuthorFilesLines
2020-04-04session tls: support tls deschedulingFlorin Coras1-1/+1
2020-04-03session: improve error reportingFlorin Coras1-9/+11
2020-04-03session udp: fix transport flags and migrationFlorin Coras1-4/+4
2020-04-01session udp: support connect on listenersFlorin Coras1-1/+1
2020-03-30session udp: flag for connected udpFlorin Coras1-2/+4
2020-03-27quic: Check quicly version tag at compile timeMathiasRaoul2-27/+33
2020-03-25session: api to add new transport typesFlorin Coras1-0/+2
2020-03-24quic: disable vnet_crypto and batching if no crypto engines are loadedMathiasRaoul3-11/+33
2020-03-05session: API cleanupJakub Grajciar1-2/+2
2020-02-25svm: refactor fifoFlorin Coras1-17/+2
2020-02-07tests: skip extended quic tests under developmentDave Wallace1-4/+21
2020-02-07quic: update config values for large stream testsDave Wallace1-84/+88
2020-02-07quic: fix coverity warningMathiasRaoul1-2/+1
2020-02-06quic: fix coverity warningMathiasRaoul1-2/+2
2020-01-31quic: quicly crypto offloadingMathiasRaoul4-57/+579
2020-01-31quic: update quicly to v0.0.10-vppMathiasRaoul1-1/+1
2020-01-15quic: add FEATURE.yamlAloys Augustin1-0/+10
2020-01-14tests: fix worker thread initializationPaul Vinciguerra1-4/+7
2020-01-06quic: call quic_send_packets only once per ctxAloys Augustin1-3/+7
2020-01-02session: fix listener global endpoint lookupFlorin Coras1-1/+1
2019-12-19quic: fix accept failureNathan Skrzypczak1-23/+23
2019-12-18quic: Hotfix crypto context on migrateNathan Skrzypczak1-0/+17
2019-12-17quic: Implement crypto contextsNathan Skrzypczak2-76/+241
2019-12-17quic: update quicly to v0.0.8-vppMathiasRaoul2-6/+8
2019-12-11quic: Add support for unidirectional streamsNathan Skrzypczak1-5/+14
2019-12-11quic: Use per thread next_cidNathan Skrzypczak2-8/+10
2019-12-11quic: Add aggregated quicly statsNathan Skrzypczak1-67/+186
2019-12-11quic: add more detailed statisticsMathiasRaoul2-0/+67
2019-12-10quic: removing quicly_send call from quic_accept_connectionMathiasRaoul1-9/+21
2019-12-06quic: update quicly to v0.0.7-vppMathiasRaoul1-8/+23
2019-12-05tests: quic enable per testcase timeout overridesPaul Vinciguerra1-3/+8
2019-12-04quic: fix stream tx_fifo race conditionNathan Skrzypczak2-27/+61
2019-12-04quic: clean accept/connect error codepathNathan Skrzypczak1-48/+51
2019-12-04quic: refactor connection search fnNathan Skrzypczak1-27/+31
2019-12-04quic: add conn-timeout config optionNathan Skrzypczak2-8/+12
2019-12-04quic: fix import typoNathan Skrzypczak1-1/+1
2019-11-26quic: Refactor for crypto contextsNathan Skrzypczak4-165/+168
2019-11-22quic: Refactor quic rx callback for offloadNathan Skrzypczak2-111/+147
2019-11-22quic: Remove qctx opening poolNathan Skrzypczak2-34/+15
2019-11-20quic: Increase loggingNathan Skrzypczak1-29/+40
2019-11-19quic: handle duplicate packet from quiclyDave Wallace1-2/+15
2019-11-07quic: Add support for ckpair & crypto engineNathan Skrzypczak2-20/+49
2019-11-06docs: add spellcheck to 'make docs' sphinx docsPaul Vinciguerra1-1/+1
2019-11-06quic: free qctx after udp cleanupNathan Skrzypczak1-22/+58
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-11-04quic: enhance error reportingDave Wallace2-6/+24
2019-11-04quic: remove redundant function callsDave Wallace1-2/+0
2019-11-01quic: fifo size is u32Dave Wallace3-18/+32
2019-10-31quic: fix wrong error checkingDave Wallace1-6/+1
2019-10-31quic: disable failing testFlorin Coras1-0/+1