aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/quic/quic.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-03quic: do not update crypto keys from workersAloys Augustin1-2/+1
2021-01-22quic: quicly v0.1.2 updateMathias Raoul1-23/+9
2020-04-10quic: fix clean stream closeAloys Augustin1-0/+1
2020-03-24quic: disable vnet_crypto and batching if no crypto engines are loadedMathiasRaoul1-0/+2
2020-01-31quic: quicly crypto offloadingMathiasRaoul1-0/+41
2019-12-17quic: Implement crypto contextsNathan Skrzypczak1-8/+12
2019-12-11quic: Use per thread next_cidNathan Skrzypczak1-1/+1
2019-12-04quic: fix stream tx_fifo race conditionNathan Skrzypczak1-0/+13
2019-12-04quic: add conn-timeout config optionNathan Skrzypczak1-0/+2
2019-11-26quic: Refactor for crypto contextsNathan Skrzypczak1-11/+6
2019-11-22quic: Refactor quic rx callback for offloadNathan Skrzypczak1-0/+20
2019-11-22quic: Remove qctx opening poolNathan Skrzypczak1-1/+0
2019-11-07quic: Add support for ckpair & crypto engineNathan Skrzypczak1-1/+3
2019-11-04quic: enhance error reportingDave Wallace1-0/+5
2019-11-01quic: fifo size is u32Dave Wallace1-2/+2
2019-10-09session: Add certificate storeNathan Skrzypczak1-1/+2
2019-10-08hsa: make vpp_echo use mq instead of bapiNathan Skrzypczak1-6/+0
2019-10-08session: add is_migrating flagNathan Skrzypczak1-0/+1
2019-10-07quic: Refactor naming & clibsNathan Skrzypczak1-0/+15
2019-10-04quic: make quic fifo size configurable via cliMathiasRaoul1-1/+4
2019-10-01quic: Add Tx, Rx and packet drop countersMathiasRaoul1-0/+10
2019-09-06quic: fix server opening stream immediatelyAloys Augustin1-1/+1
2019-08-01quic: Improve quicly_ctx handling & crypto ctxNathan Skrzypczak1-0/+17
2019-07-30quic: cleanup and refactorisationAloys Augustin1-19/+23
2019-07-23quic: Refactor connections closing and deletionAloys Augustin1-0/+3
2019-07-09quic: fix passive disconnect handling & refactorNathan Skrzypczak1-24/+51
2019-06-28quic : Use TX event for app read notificationNathan Skrzypczak1-2/+1
2019-06-18quic: fix handling of stream reset & closeNathan Skrzypczak1-2/+2
2019-06-17session: use listener_handle instead of listener_indexNathan Skrzypczak1-1/+0
2019-05-14QUIC multi thread updateAloys Augustin1-5/+9
2019-05-06Add QUIC multistream supportNathan Skrzypczak1-21/+15
2019-04-16QUIC: Initial multi stream supportAloys Augustin1-19/+38
2019-04-10quic: add dummy accepted cbFlorin Coras1-1/+1
2019-03-29Integrate first QUIC protocol implementationNathan Skrzypczak1-0/+118