aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/quic
AgeCommit message (Expand)AuthorFilesLines
2021-04-30quic: report number of packets sent on custom txFlorin Coras1-14/+8
2021-04-23tls quic: improve error reportingFlorin Coras1-6/+6
2021-04-22vcl session: refactor passing of crypto contextFlorin Coras1-6/+17
2021-04-22quic: update quicly to v0.1.3Mathias Raoul2-1/+5
2021-04-12tests: support attaching to existing vppKlement Sekera1-1/+1
2021-03-26vlib: convert foreach_vlib_main macro to be more gdb and clang-format friendlyDamjan Marion1-12/+11
2021-03-20tests: add support for worker awarenessKlement Sekera1-1/+1
2021-02-15quic: Coverity fixNathan Skrzypczak1-1/+1
2021-02-11tests: tag the tests that do not work with multi-worker configurationAndrew Yourtchenko1-0/+4
2021-02-01quic: clean setup_cipher functionMathias Raoul1-10/+11
2021-01-22quic: quicly v0.1.2 updateMathias Raoul6-601/+366
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-10/+10
2020-11-25session: add startup option to poll in mainFlorin Coras1-2/+2
2020-09-28quic: Fix protip #47 / unformat (input_line)Nathan Skrzypczak1-19/+41
2020-09-24session tcp udp tls quic: improve cli formattingFlorin Coras1-1/+2
2020-09-11quic: Clean quic_crypto_setup_cipherNathan Skrzypczak1-16/+13
2020-09-11quic: fix coverity warningAloys Augustin1-1/+1
2020-05-05tests: add test description to quic testsDave Wallace1-0/+24
2020-04-10quic: fix clean stream closeAloys Augustin2-9/+26
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