session: api to add new transport types
[vpp.git] / src / plugins / quic / quic.c
2020-03-25 Florin Corassession: api to add new transport types 40/25840/12
2020-03-24 MathiasRaoulquic: disable vnet_crypto and batching if no crypto... 98/26098/4
2020-02-25 Florin Corassvm: refactor fifo 86/24086/65
2020-01-31 MathiasRaoulquic: quicly crypto offloading 38/23538/28
2020-01-31 MathiasRaoulquic: update quicly to v0.0.10-vpp 05/24705/1
2020-01-06 Aloys Augustinquic: call quic_send_packets only once per ctx 95/24095/3
2020-01-02 Florin Corassession: fix listener global endpoint lookup 46/24146/4
2019-12-19 Nathan Skrzypczakquic: fix accept failure 67/24067/2
2019-12-18 Nathan Skrzypczakquic: Hotfix crypto context on migrate 48/24048/2
2019-12-17 Nathan Skrzypczakquic: Implement crypto contexts 10/23310/15
2019-12-17 MathiasRaoulquic: update quicly to v0.0.8-vpp 09/23909/4
2019-12-11 Nathan Skrzypczakquic: Add support for unidirectional streams 59/23759/5
2019-12-11 Nathan Skrzypczakquic: Use per thread next_cid 01/23901/2
2019-12-11 Nathan Skrzypczakquic: Add aggregated quicly stats 16/23916/3
2019-12-11 MathiasRaoulquic: add more detailed statistics 52/23852/5
2019-12-10 MathiasRaoulquic: removing quicly_send call from quic_accept_connection 54/23654/4
2019-12-04 Nathan Skrzypczakquic: fix stream tx_fifo race condition 54/23754/4
2019-12-04 Nathan Skrzypczakquic: clean accept/connect error codepath 32/23732/3
2019-12-04 Nathan Skrzypczakquic: refactor connection search fn 33/23733/2
2019-12-04 Nathan Skrzypczakquic: add conn-timeout config option 31/23731/2
2019-12-04 Nathan Skrzypczakquic: fix import typo 50/23650/2
2019-11-26 Nathan Skrzypczakquic: Refactor for crypto contexts 81/23381/9
2019-11-22 Nathan Skrzypczakquic: Refactor quic rx callback for offload 85/23585/5
2019-11-22 Nathan Skrzypczakquic: Remove qctx opening pool 67/23567/6
2019-11-20 Nathan Skrzypczakquic: Increase logging 63/23563/3
2019-11-19 Dave Wallacequic: handle duplicate packet from quicly 42/23542/2
2019-11-07 Nathan Skrzypczakquic: Add support for ckpair & crypto engine 91/23291/2
2019-11-06 Nathan Skrzypczakquic: free qctx after udp cleanup 67/23267/3
2019-11-04 Dave Wallacequic: enhance error reporting 74/23174/2
2019-11-04 Dave Wallacequic: remove redundant function calls 24/23124/4
2019-11-01 Dave Wallacequic: fifo size is u32 05/23105/9
2019-10-31 Dave Wallacequic: fix wrong error checking 49/23149/2
2019-10-30 Dave Wallacequic: fix quicly fifo size mismatch 12/23112/2
2019-10-09 Nathan Skrzypczakhsa: use crypto_engine_type_t for TLS 42/22042/4
2019-10-09 Nathan Skrzypczaksession: Add certificate store 45/22045/8
2019-10-08 Nathan Skrzypczakhsa: make vpp_echo use mq instead of bapi 28/22028/6
2019-10-08 Nathan Skrzypczaksession: add is_migrating flag 88/22588/2
2019-10-07 MathiasRaoulquic: fix wrong condition in update_fifo_size 90/22590/1
2019-10-07 Nathan Skrzypczakquic: Refactor naming & clibs 41/22441/4
2019-10-04 MathiasRaoulquic: make quic fifo size configurable via cli 23/22323/9
2019-10-04 MathiasRaoulquic: update quicly to v0.0.5 84/22484/5
2019-10-01 MathiasRaoulquic: Create custom event logger 15/22215/6
2019-10-01 MathiasRaoulquic: Add Tx, Rx and packet drop counters 14/22214/8
2019-10-01 MathiasRaoulquic: add cli command for stats 13/22213/7
2019-09-18 MathiasRaoulquic : refactor function naming 00/22100/6
2019-09-12 Benoît Gannequic: fix use-after-free 95/21995/2
2019-09-11 Benoît Gannequic: fix non-null terminated hostname string 63/21963/2
2019-09-06 Aloys Augustinquic: fix server opening stream immediately 33/21833/3
2019-09-02 Aloys Augustinquic: disable quic plugin by default 76/21676/3
2019-08-19 Nathan Skrzypczakquic: fix rx_callback refactoring 97/21397/2
2019-08-16 Mathias Raoulquic: quic_app_rx_callback refactor. 83/21083/6
2019-08-09 Aloys Augustinquic: handle session migration notifications 11/21011/9
2019-08-06 Nathan Skrzypczakquic: Add missing session_migrate_callback 63/21063/3
2019-08-05 Nathan Skrzypczakquic: fix memset 0 picotls depends on 57/21057/3
2019-08-02 Nathan Skrzypczakquic: Improve quic echo connect threading 75/20775/12
2019-08-02 Aloys Augustinquic: fix connection move with multiple workers 10/21010/2
2019-08-01 Nathan Skrzypczakquic: Improve quicly_ctx handling & crypto ctx 79/20979/6
2019-07-30 Nathan Skrzypczakquic: fix cert loading 36/20936/2
2019-07-30 Aloys Augustinquic: cleanup and refactorisation 53/20853/4
2019-07-26 Florin Corassession tcp: handle rxt and acks as custom events 17/20817/8
2019-07-23 Aloys Augustinquic: Refactor connections closing and deletion 58/20658/4
2019-07-22 Aloys Augustinquic: update quicly library 57/20657/3
2019-07-19 Nathan Skrzypczaksession: Use parent_handle instead of transport_opts 92/20692/5
2019-07-17 Nathan Skrzypczakquic: Add back stream connect condition 76/20676/3
2019-07-15 Mathias Raoulquic: integrate vpp crypto api for quic packets encryption 33/20633/9
2019-07-12 Aloys Augustinquic: fix show session verbose 31/20631/3
2019-07-12 Aloys Augustintls quic: reduce default segment sizes 22/20622/3
2019-07-12 Aloys Augustinsession: add thread index to all formatters 27/20627/2
2019-07-09 Nathan Skrzypczakquic: echo thread can handle multiple sessions 45/20545/4
2019-07-09 Nathan Skrzypczakquic: fix passive disconnect handling & refactor 25/20525/4
2019-07-03 Aloys Augustinquic: fifo notifications fix 83/20483/3
2019-06-29 Florin Corassvm: rename fifo tx notifications to reflect use 07/20407/10
2019-06-28 Nathan Skrzypczakquic : Use TX event for app read notification 23/19823/10
2019-06-27 Nathan Skrzypczaksession: Add transport vft protocol options 31/20231/4
2019-06-24 Dave Wallacequic: server create streams test case 79/19979/10
2019-06-20 Nathan Skrzypczakquic: remove session flags identifying Q/S sessions 36/20236/3
2019-06-18 Nathan Skrzypczakquic: fix handling of stream reset & close 41/20141/5
2019-06-17 Nathan Skrzypczaksession: use listener_handle instead of listener_index 09/20109/4
2019-05-23 Dave Wallacefix show session verbose crash with quic transport 65/19765/2
2019-05-15 Nathan SkrzypczakAdd QUIC human readable error logs 69/19569/3
2019-05-14 Aloys AugustinQUIC multi thread update 66/19566/2
2019-05-06 Nathan SkrzypczakAdd QUIC multistream support 28/19328/3
2019-05-03 Dave Wallaceplugins: clean up plugin descriptions 22/19122/3
2019-04-30 Florin Corassvm: more fifo refactor/cleanup 05/19205/9
2019-04-25 Florin Corassession: use teps in accept/connect notifications 47/19147/2
2019-04-24 Aloys AugustinAdd get_endpoint in transport vft 51/18751/14
2019-04-16 Aloys AugustinQUIC: Initial multi stream support 61/18761/3
2019-04-10 Florin Corasquic: add dummy accepted cb 77/18777/2
2019-04-06 Florin Corasquic: support addition of fifo segments 19/18719/2
2019-04-05 Florin Corasquic: update app ns on connect 17/18717/2
2019-04-02 Florin Corassession: use app cb function wrappers 51/18651/2
2019-03-29 Nathan SkrzypczakIntegrate first QUIC protocol implementation 78/18378/11