Age | Commit message (Expand) | Author | Files | Lines |
2020-09-16 | vcl: refactor bapi client index for sapi reuse | Florin Coras | 1 | -0/+1 |
2020-09-14 | session: add unix socket api for app attachment | Florin Coras | 1 | -0/+69 |
2020-09-02 | session: fix non-blocking msg enqueue to vpp mq | Florin Coras | 1 | -1/+2 |
2020-08-12 | vcl: support multi-threads with session migration | hanlin | 1 | -1/+1 |
2020-08-11 | vcl: support inter worker rpc | Florin Coras | 1 | -0/+7 |
2020-05-21 | vcl: support connected udp listens | Florin Coras | 1 | -0/+1 |
2020-05-04 | session: add option to preallocate fifo headers | Florin Coras | 1 | -0/+1 |
2020-04-25 | session vcl: propagate transport cleanup notifications | Florin Coras | 1 | -0/+1 |
2020-04-07 | udp session: jumbo frames and configurable mtu | Florin Coras | 1 | -1/+6 |
2020-04-06 | vcl session: enforce full dgram reads/writes | Florin Coras | 1 | -9/+7 |
2020-04-03 | session: improve error reporting | Florin Coras | 1 | -1/+19 |
2020-04-01 | session udp: support connect on listeners | Florin Coras | 1 | -1/+3 |
2020-02-25 | svm: minimal initial fifo | Florin Coras | 1 | -0/+1 |
2020-02-25 | session: basic fifo-tuning-logic | Ryujiro Shibuya | 1 | -0/+5 |
2020-02-25 | session svm: tracking segment memory usage | Ryujiro Shibuya | 1 | -0/+2 |
2020-01-30 | vcl session: propagate cleanup notifications to apps | Florin Coras | 1 | -0/+5 |
2020-01-23 | vcl session: udp session migration notifications | Florin Coras | 1 | -0/+8 |
2019-12-21 | session: move add/del segment msg to mq | Florin Coras | 1 | -3/+20 |
2019-12-17 | quic: Implement crypto contexts | Nathan Skrzypczak | 1 | -0/+1 |
2019-12-11 | quic: Add support for unidirectional streams | Nathan Skrzypczak | 1 | -0/+2 |
2019-11-26 | quic: Refactor for crypto contexts | Nathan Skrzypczak | 1 | -1/+0 |
2019-11-07 | session: Add crypto context | Nathan Skrzypczak | 1 | -0/+9 |
2019-11-07 | session: ckpair store & crypto engine as mq params | Nathan Skrzypczak | 1 | -0/+2 |
2019-10-21 | tls: enable tls engine as the default engine | Yu Ping | 1 | -1/+1 |
2019-10-21 | session: support registration of custom crypto engines | Florin Coras | 1 | -1/+1 |
2019-10-21 | vcl: add api to set lcl ip | Florin Coras | 1 | -0/+1 |
2019-10-16 | session: increase max ctrl msg size | Florin Coras | 1 | -0/+12 |
2019-10-10 | session: fix typos & cert_key store init | Nathan Skrzypczak | 1 | -1/+2 |
2019-10-09 | hsa: use crypto_engine_type_t for TLS | Nathan Skrzypczak | 1 | -6/+6 |
2019-10-09 | session: Add certificate store | Nathan Skrzypczak | 1 | -0/+23 |
2019-10-08 | hsa: make vpp_echo use mq instead of bapi | Nathan Skrzypczak | 1 | -0/+2 |
2019-09-27 | session: fix io_evt mq locking | Nathan Skrzypczak | 1 | -3/+2 |
2019-09-20 | session: fix msg freeing on error | Nathan Skrzypczak | 1 | -5/+0 |
2019-08-27 | session: move ctrl messages from bapi to mq | Florin Coras | 1 | -3/+61 |
2019-08-01 | session: session pool migration notification | Florin Coras | 1 | -0/+3 |
2019-07-17 | session: grab mq lock until ctrl event is enqueued | Florin Coras | 1 | -2/+1 |
2019-07-15 | session: allow transports to generate closed notifications | Florin Coras | 1 | -0/+3 |
2019-07-09 | session: notify app of session and transport cleanup | Florin Coras | 1 | -0/+3 |
2019-04-30 | svm: more fifo refactor/cleanup | Florin Coras | 1 | -4/+4 |
2019-04-25 | session: cleanup segment manager and fifo segment | Florin Coras | 1 | -1/+1 |
2019-04-25 | session: use teps in accept/connect notifications | Florin Coras | 1 | -6/+2 |
2019-04-24 | QUIC: Add multi-stream support to internal test apps | Aloys Augustin | 1 | -0/+1 |
2019-04-16 | svm_fifo rework to avoid contention on cursize | Sirshak Das | 1 | -2/+2 |
2019-03-21 | session/fifo: make event unset atomic | Florin Coras | 1 | -4/+6 |
2019-03-06 | session: use session index instead of fifo for evt | Florin Coras | 1 | -5/+7 |
2019-03-06 | session: use vpp to switch io events for ct sessions | Florin Coras | 1 | -10/+10 |
2019-03-02 | session: remove deprecated binary apis | Florin Coras | 1 | -1/+0 |
2019-03-02 | session: cleanup session event types | Florin Coras | 1 | -2/+2 |
2019-02-21 | vcl/session: send unlisten over message queue | Florin Coras | 1 | -1/+8 |
2019-02-11 | session: cleanup application interface | Florin Coras | 1 | -9/+46 |